Skip to content

Instantly share code, notes, and snippets.

@huberflores
Last active August 29, 2015 14:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save huberflores/5c461c0796b6374cdc66 to your computer and use it in GitHub Desktop.
Save huberflores/5c461c0796b6374cdc66 to your computer and use it in GitHub Desktop.
How to of some latex packages
%
% 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