From a0954719abc27def6a168354768fb1df113c0595 Mon Sep 17 00:00:00 2001 From: Gerardo Marx Date: Wed, 28 Oct 2020 21:44:18 -0600 Subject: [PATCH] babel fixed --- day-examples/3-tizk-circuitikz/main.tex | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/day-examples/3-tizk-circuitikz/main.tex b/day-examples/3-tizk-circuitikz/main.tex index be8f41d..fee00c4 100644 --- a/day-examples/3-tizk-circuitikz/main.tex +++ b/day-examples/3-tizk-circuitikz/main.tex @@ -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}