Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Seminar Template
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
fg-madh.imt
Seminar Template
Commits
1afd5cfe
There was an error fetching the commit references. Please try again later.
Commit
1afd5cfe
authored
Jul 10, 2019
by
Sascha Brandt
Browse files
Options
Downloads
Patches
Plain Diff
Added 'submission' option to exclude frontmatter
parent
003f7657
No related branches found
No related tags found
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitignore
+3
-0
3 additions, 0 deletions
.gitignore
main.pdf
+0
-0
0 additions, 0 deletions
main.pdf
main.tex
+13
-26
13 additions, 26 deletions
main.tex
seminar.sty
+23
-0
23 additions, 0 deletions
seminar.sty
with
39 additions
and
26 deletions
.gitignore
+
3
−
0
View file @
1afd5cfe
...
...
@@ -21,6 +21,9 @@ tmp
*.cb
*.cb2
.*.lb
*.idx
*.ilg
*.ind
## Bibliography auxiliary files (bibtex/biblatex/biber):
...
...
This diff is collapsed.
Click to expand it.
main.pdf
+
0
−
0
View file @
1afd5cfe
No preview for this file type
This diff is collapsed.
Click to expand it.
main.tex
+
13
−
26
View file @
1afd5cfe
...
...
@@ -3,9 +3,17 @@
% sample root file for a "seminar paper"
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\RequirePackage
{
amsmath
}
% Removes warning: "Unable to redefine math accent \vec"
\documentclass
{
svmult
}
\usepackage
{
seminar
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Use the 'submission' option for the submission of a single seminar paper
% This basically just removes the entire frontmatter.
% For the final proceedings just remove the option.
\usepackage
[submission]
{
seminar
}
%\includeonly{SI/SI} % Use this to only include a single seminar paper
%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage
{
makeidx
}
% allows index generation
\usepackage
{
graphicx
}
% standard LaTeX graphics tool when including figure files
...
...
@@ -58,31 +66,10 @@ Advisor 2
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%
% Metadata for the PDF
\makeatletter
\usepackage
[pdftex, hypertexnames=false, colorlinks=true, citecolor=red, linkcolor=black, bookmarksnumbered=true, bookmarksopen=true, bookmarksopenlevel=1,
%
pdfkeywords=
{
\@
seminarterm
}
,
%
pdfsubject=
{
\@
seminartitle
}
,
%
pdftitle=
{
\@
seminartitle
}
,
%
pdfauthor=
{
\@
seminarcontact
}
]
{
hyperref
}
\makeatother
%%%%%%%%%%%%%%%%%%%%%%%%
\pdfmetadata
% Metadata for the PDF
\makeindex
% used for the subject index
\begin{document}
%%%%%%%%%%%%%%%%%%%%%%%%
% Title page
\frontmatter
%
\maketitlepage
\include
{
preface
}
%\include{cblist}
\contributorlist
\tableofcontents
\mainmatter
%
\makefrontmatter
% Title page
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Include your seminar paper here
...
...
This diff is collapsed.
Click to expand it.
seminar.sty
+
23
−
0
View file @
1afd5cfe
...
...
@@ -118,4 +118,27 @@ Advisor: \textbf{\csname advisorlist\arabic{index}\endcsname}
\medskip\noindent\email
{
\@
seminaremail
}
}
\newcommand\pdfmetadata
{
\usepackage
[pdftex, hypertexnames=false, colorlinks=true, citecolor=red, linkcolor=black, bookmarksnumbered=true, bookmarksopen=true, bookmarksopenlevel=1,
%
pdfkeywords=
{
\@
seminarterm
}
,
%
pdfsubject=
{
\@
seminartitle
}
,
%
pdftitle=
{
\@
seminartitle
}
,
%
pdfauthor=
{
\@
seminarcontact
}
]
{
hyperref
}
}
\newcommand\makefrontmatter
[1][preface]
{
%
\frontmatter
%
\maketitlepage
%
\include
{
#1
}
%
\contributorlist
%
\tableofcontents
%
\mainmatter
%
}
\DeclareOption
{
submission
}{
%
\renewcommand\makefrontmatter
[1][]
{}
}
\ProcessOptions\relax
\endinput
\ No newline at end of file
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