Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Institute of Information Systems
templates
thesis
WIN-Template-Thesis-LaTeX
Commits
bd7a510a
Commit
bd7a510a
authored
Apr 13, 2018
by
Matthias Stierle
Browse files
Added option for citation style APA or MISQ
parent
7ee4ba42
Changes
2
Hide whitespace changes
Inline
Side-by-side
00_thesis.tex
View file @
bd7a510a
...
...
@@ -11,7 +11,8 @@
%
\documentclass
[
language=english,
% set to english or german
type=seminar
% set to bachelor, master or seminar
type=master,
% set to bachelor, master or seminar
citationstyle=misq
% set to apa or misq
]
{
isthesis
}
% Graphics rendering using TikZ
...
...
isthesis.cls
View file @
bd7a510a
...
...
@@ -20,6 +20,9 @@
% Set Master Thesis as default document type
\DeclareStringOption
[]
{
type
}
[master]
% Set MISQ as default citation style
\DeclareStringOption
[]
{
citationstyle
}
[misq]
% Process options
\ProcessKeyvalOptions*
...
...
@@ -919,12 +922,20 @@
% References
\AtBeginDocument
{
%
\ifthenelse
{
\equal
{
\isthesis
@language
}{
german
}}{
\bibliographystyle
{
assets/misq-de
}
%
}{
\bibliographystyle
{
assets/misq
}
%
}
}
\ifthenelse
{
\equal
{
\isthesis
@citationstyle
}{
apa
}}{
\bibliographystyle
{
assets/apa
}}
%
{
\ifthenelse
{
\equal
{
\isthesis
@citationstyle
}{
misq
}}{
\ifthenelse
{
\equal
{
\isthesis
@language
}{
german
}}{
\bibliographystyle
{
assets/misq-de
}
%
}{
\bibliographystyle
{
assets/misq
}
%
}
}
{
\bibliographystyle
{
\isthesis
@citationstyle
}
}
}
}
\newcommand
{
\references
}
[1]
{
%
\addcontentsline
{
toc
}{
chapter
}{
\bibname
}
%
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment