Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LaTeX Template HsH
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jan Wille
LaTeX Template HsH
Commits
0bdd003c
Commit
0bdd003c
authored
4 years ago
by
Jan Wille
Browse files
Options
Downloads
Patches
Plain Diff
guarded pdf meta data to require hyperref
parent
1bc05a1b
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/config.tex
+11
-10
11 additions, 10 deletions
src/config.tex
with
11 additions
and
10 deletions
src/config.tex
+
11
−
10
View file @
0bdd003c
% Meta Data for the PDF file using values from personal.tex:
\hypersetup
{
pdfinfo=
{
Title=
{
\@
title
}
,
Author=
{
\@
author
}
,
Subject=
{
\@
subject
}
,
Keywords=
{
\@
keywords
}
}
}
% abbreviations for names:
\if
@german
\renewcommand
{
\abstractname
}{
Abstract
}
% Abstract
...
...
@@ -25,6 +15,17 @@
%\setcapwidth[l]{0.8\textwidth} % leftalign all captions
\fi
% Meta Data for the PDF file using values from personal.tex:
\@
ifpackageloaded
{
hyperref
}{
\hypersetup
{
pdfinfo=
{
Title=
{
\@
title
}
,
Author=
{
\@
author
}
,
Subject=
{
\@
subject
}
,
Keywords=
{
\@
keywords
}
}
}
}{}
%
% configs for optional packages:
\@
ifpackageloaded
{
biblatex
}{
\ExecuteBibliographyOptions
{
...
...
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