Copied template from submodule to this repo
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
parent
70345608ee
commit
6b1a928242
44 changed files with 3549 additions and 4 deletions
20
tex/style/biblio.tex
Normal file
20
tex/style/biblio.tex
Normal file
|
@ -0,0 +1,20 @@
|
|||
% Bibliography.
|
||||
% Normally you do not edit this file.
|
||||
% To add bibliography in your text, add them first in the biblio.bib file and
|
||||
% reference them with the \cite{} command in your text.
|
||||
|
||||
\IfLanguageName{finnish}{\bibliographystyle{vancouver_fi}}{\bibliographystyle{vancouver}}
|
||||
%line space
|
||||
%\singlespacing %removed otherwise the appendix are also single space
|
||||
\begin{flushleft}
|
||||
\begin{singlespacing}
|
||||
\bibliography{biblio}
|
||||
\end{singlespacing}
|
||||
\end{flushleft}
|
||||
|
||||
%for conting the pages
|
||||
\label{LastPage}~
|
||||
|
||||
%avoid that the last page of bib get appendix header
|
||||
\clearpage
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue