Browse Source

babel fixed

master
parent
commit
a0954719ab
1 changed files with 6 additions and 3 deletions
  1. +6
    -3
      day-examples/3-tizk-circuitikz/main.tex

+ 6
- 3
day-examples/3-tizk-circuitikz/main.tex View File

@ -1,6 +1,5 @@
%Preamble
\documentclass{article}
%\usepackage[spanish]{babel}
\usepackage[utf8]{inputenc}
\usepackage{amsmath}
\usepackage{graphicx}
@ -9,7 +8,9 @@
\usepackage{tikz}
\usetikzlibrary{shapes,arrows}
\usetikzlibrary{babel,shapes,arrows}
\usepackage[spanish]{babel}
\title{Reporte de Práctica}
\author{Gerardo Marx}
@ -60,13 +61,15 @@
\end{figure}
\begin{figure}
\begin{circuitikz}
\draw (0,2) to[V] (0,0);
\draw (0,0) -- (2,0);
\draw (0,2) -- (2,2);
\draw (2,2) to[R=2$\Omega$] (2,0);
\end{circuitikz}
\end{figure}
\section{Resultados}


Loading…
Cancel
Save