🔨 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
|
*make
|
||||||
*.d
|
*.d
|
||||||
*.btmp*
|
*.btmp*
|
||||||
|
*.xdv*
|
||||||
*.fls*
|
*.fls*
|
||||||
*.glo*
|
*.glo*
|
||||||
*.idx*
|
*.idx*
|
||||||
|
@ -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
|
||||||
|
|
||||||
% ******************************************************************************
|
% ******************************************************************************
|
||||||
|
BIN
thesis.pdf
BIN
thesis.pdf
Binary file not shown.
Loading…
Reference in New Issue
Block a user