Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
FORCES
Manage
Activity
Members
Labels
Plan
Issues
13
Issue boards
Milestones
Code
Merge requests
4
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CHS
FORCES
Commits
b4b98661
Commit
b4b98661
authored
2 months ago
by
Sebastian Müller
🐈
Browse files
Options
Downloads
Patches
Plain Diff
Doc: make latex header xetex aware
parent
101ec95e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!85
update reduced eval interface branch with main
,
!84
Update Docs and CI
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/header_doxygen.tex
+8
-3
8 additions, 3 deletions
doc/header_doxygen.tex
with
8 additions
and
3 deletions
doc/header_doxygen.tex
+
8
−
3
View file @
b4b98661
...
...
@@ -94,11 +94,16 @@
\makeindex
% Hyperlinks (required, but should be loaded last)
\usepackage
{
ifxetex
}
\usepackage
{
ifpdf
}
\if
pdf
\usepackage
[
pdf
tex,pagebackref=true]
{
hyperref
}
\if
xetex
\usepackage
[
xe
tex,pagebackref=true]
{
hyperref
}
\else
\usepackage
[ps2pdf,pagebackref=true]
{
hyperref
}
\ifpdf
\usepackage
[pdftex,pagebackref=true]
{
hyperref
}
\else
\usepackage
[ps2pdf,pagebackref=true]
{
hyperref
}
\fi
\fi
\hypersetup
{
%
colorlinks=true,
%
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment