🔨 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
*.d
*.btmp*
*.xdv*
*.fls*
*.glo*
*.idx*

View File

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

Binary file not shown.