iccsa-19-vessel

git clone https://git.igankevich.com/iccsa-19-vessel.git
Log | Files | Refs

commit 80aca11f1c1d4af818de26a681d1d52ef18360c3
parent 8194f965da03d24ea7a27c4ad3f2ae2542173dd7
Author: Ivan Gankevich <igankevich@ya.ru>
Date:   Tue, 30 Apr 2019 17:49:15 +0300

use pdflatex

Diffstat:
Makefile | 1-
main.tex | 6+++---
2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/Makefile b/Makefile @@ -5,7 +5,6 @@ FLAGS = \ -interaction=nonstopmode \ -output-directory=build \ -pdf \ - -xelatex \ -bibtex \ -shell-escape diff --git a/main.tex b/main.tex @@ -5,7 +5,7 @@ \usepackage{graphicx} \usepackage{url} \usepackage{multirow} -\usepackage{gensymb} +\usepackage{textcomp} \setlength{\tabcolsep}{4pt} \begin{document} @@ -373,8 +373,8 @@ fig.~\ref{fig:models}. \begin{figure} \centering - \includegraphics[width=0.5\textwidth]{build/aurora.vsl.eps}\hfill - \includegraphics[width=0.5\textwidth]{build/micw.vsl.eps} + \includegraphics[width=0.5\textwidth]{build/{aurora.vsl}.eps}\hfill + \includegraphics[width=0.5\textwidth]{build/{micw.vsl}.eps} \caption{Final Aurora and MICW threedimensional triangular meshes.\label{fig:models}} \end{figure}