Skip to content

Instantly share code, notes, and snippets.

@LuighiV
Last active August 29, 2015 13:57
Show Gist options
  • Save LuighiV/9865132 to your computer and use it in GitHub Desktop.
Save LuighiV/9865132 to your computer and use it in GitHub Desktop.
pdflatex -synctex=1 -interaction=nonstopmode --shell-escape %.tex
ps2pdf -dEPSCrop -dNOSAFER my_ps_file.ps
\documentclass[10pt,a4paper]{article}
\usepackage[utf8]{inputenc}
\usepackage[spanish]{babel}
\usepackage{graphicx}
\DeclareGraphicsRule{.ps}{pdf}{.pdf}{`ps2pdf -dEPSCrop -dNOSAFER #1 \noexpand\OutputFile}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\begin{document}
\includegraphics{MiImagen.ps}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment