🔨 Fix XeLaTeX compilation issue - #154

This commit is contained in:
Krishna Kumar 2018-04-03 18:13:02 -03:00
parent 2aa9e284f2
commit 932fcd1c39
3 changed files with 5 additions and 1 deletions

1
.gitignore vendored
View File

@ -20,6 +20,7 @@
*make *make
*.d *.d
*.btmp* *.btmp*
*.xdv*
*.fls* *.fls*
*.glo* *.glo*
*.idx* *.idx*

View File

@ -674,7 +674,10 @@ supported!}
% PDFLaTeX does it automatically. % PDFLaTeX does it automatically.
\else \else
% dvips % dvips
\ifxetex
\else % If not XeLaTeX
\RequirePackage{breakurl} % to split the url over multiple lines \RequirePackage{breakurl} % to split the url over multiple lines
\fi
\fi \fi
% ****************************************************************************** % ******************************************************************************

Binary file not shown.