We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c01b60 commit ee52c9cCopy full SHA for ee52c9c
latex/ejemplo.tex
@@ -248,6 +248,7 @@ \section{Incluir código}
248
$ sudo pacman -S python-pygments
249
\end{minted}
250
251
+
252
\begin{minted}[frame=single, label={Instalación de minted en Ubuntu}]{console}
253
$ sudo apt-get install texlive-latex-extra
254
$ sudo apt-get install python-pygments
@@ -281,7 +282,7 @@ \section{Incluir código}
281
282
283
Usemos la opción que usemos, para compilar el fichero \LaTeX, tenemos que usar la siguiente orden en la consola:
284
-\begin{minted}[frame=single,label={Lenguajes soportados por minted}]{console}
285
+\begin{minted}{console}
286
$ pdflatex -shell-escape fichero.tex
287
288
0 commit comments