Last active
August 29, 2015 14:11
-
-
Save huberflores/5c461c0796b6374cdc66 to your computer and use it in GitHub Desktop.
How to of some latex packages
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% | |
% author Huber Flores | |
% | |
%minted | |
-download minted or install it | |
-located the file minted.sty in the working folder | |
-add the arguments -shell-scape to the pdflatex command | |
In Kile(Settings -> Configure Kile -> Tools + Build -> PdfLatex -> "write the command into the box" | |
%Remove the copyright infomrmation | |
\makeatletter | |
\def\@copyrightspace{\relax} | |
\makeatother | |
\begin{document} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment