🔨 Fix XeLaTeX compilation issue - #154
This commit is contained in:
parent
2aa9e284f2
commit
932fcd1c39
1
.gitignore
vendored
1
.gitignore
vendored
@ -20,6 +20,7 @@
|
||||
*make
|
||||
*.d
|
||||
*.btmp*
|
||||
*.xdv*
|
||||
*.fls*
|
||||
*.glo*
|
||||
*.idx*
|
||||
|
@ -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
|
||||
|
||||
% ******************************************************************************
|
||||
|
BIN
thesis.pdf
BIN
thesis.pdf
Binary file not shown.
Loading…
Reference in New Issue
Block a user