Skip to content

Commit ee52c9c

Browse files
committed
Corrección sobre un titulín
1 parent 6c01b60 commit ee52c9c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

latex/ejemplo.tex

+2-1
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,7 @@ \section{Incluir código}
248248
$ sudo pacman -S python-pygments
249249
\end{minted}
250250

251+
251252
\begin{minted}[frame=single, label={Instalación de minted en Ubuntu}]{console}
252253
$ sudo apt-get install texlive-latex-extra
253254
$ sudo apt-get install python-pygments
@@ -281,7 +282,7 @@ \section{Incluir código}
281282
282283
Usemos la opción que usemos, para compilar el fichero \LaTeX, tenemos que usar la siguiente orden en la consola:
283284
284-
\begin{minted}[frame=single,label={Lenguajes soportados por minted}]{console}
285+
\begin{minted}{console}
285286
$ pdflatex -shell-escape fichero.tex
286287
\end{minted}
287288

0 commit comments

Comments
 (0)