Skip to content
Snippets Groups Projects
Commit 75c84a3ae131 authored by Pierre Augier's avatar Pierre Augier
Browse files

Work on fluiddyn

parent bd619c09a14d
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,7 @@
*.pdf
*.synctex.gz
*.backup
*.pyg
*/*.pstats
......
......@@ -12,5 +12,5 @@
rm -f $(name).pdf
$(name).pdf: $(name).tex
pdflatex $(name).tex
if [ `grep "Package rerunfilecheck Warning: File" $(name).log | wc -l` != 0 ]; then pdflatex $(name).tex; fi
pdflatex -shell-escape $(name).tex
if [ `grep "Package rerunfilecheck Warning: File" $(name).log | wc -l` != 0 ]; then pdflatex -shell-escape $(name).tex; fi
This diff is collapsed.
......@@ -78,6 +78,8 @@
\usepackage{listings}
\usepackage{fancyref}
\usepackage{minted}
%% Set source code listings style
\lstset{basicstyle=\ttfamily, language=Python}
......@@ -88,4 +90,11 @@
\rhead{\footnotesize 3}
\rhead{\textcolor{gray}{UP JORS software Latex paper template version 0.1}}
\newcommand{\fluidpack}[1]{\href{http://fluid#1.readthedocs.io}{fluid#1}}
% \newcommand{\codeinline}[1]{\mintinline{python}{#1}}
\newcommand{\codeinline}[1]{\texttt{#1}}
\endinput
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment