2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-19 11:38:05 +02:00

Switch from llncs to IEEEtran

This commit is contained in:
Martin Thoma 2015-11-23 07:06:14 +01:00
parent 76f4c5728a
commit 59a30febaf
6 changed files with 3 additions and 3666 deletions

View file

@ -1,4 +1,4 @@
\documentclass[runningheads]{llncs}
\documentclass[technote,a4paper,leqno]{IEEEtran}
%---- Sonderzeichen-------%
\usepackage[utf8]{inputenc} % this is needed for umlauts
@ -7,7 +7,6 @@
%---- Codierung----%
\usepackage{graphicx}
\usepackage{url}
\usepackage{llncsdoc}
%----- Mathematischer Zeichenvorrat---%
\usepackage{amsmath}
\usepackage{amssymb}
@ -22,7 +21,6 @@
\usepackage{algorithm}
\usepackage[noend]{algpseudocode}
\usepackage{csquotes}
\usepackage[colorinlistoftodos]{todonotes}
\usepackage{subfig} % multiple figures in one
\usepackage{caption}
\usepackage{tikz}
@ -33,6 +31,7 @@
\usetikzlibrary{backgrounds}
\usepackage[binary-units=true]{siunitx}
\usepackage{mystyle}
\usepackage{microtype}
\setcounter{tocdepth}{3}
\setcounter{secnumdepth}{3}
@ -45,12 +44,8 @@
\begin{document}
\mainmatter
\title{Über die Klassifizierung von Knoten in dynamischen Netzwerken mit Inhalt}
\titlerunning{Über die Klassifizierung von Knoten in dynamischen Netzwerken mit Inhalt}
\author{Martin Thoma}
\authorrunning{Proseminar Netzwerkanalyse}
\institute{Betreuer: Christopher Oßner}
\date{17.01.2014}
\maketitle
@ -76,10 +71,7 @@
\section{Ausblick}
\input{Ausblick}
% Normaler LNCS Zitierstil
%\bibliographystyle{splncs}
\bibliographystyle{itmalpha}
% TODO: Ändern der folgenden Zeile, damit die .bib-Datei gefunden wird
\bibliographystyle{IEEEtranSA}
\bibliography{literatur}
\end{document}

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -1,42 +0,0 @@
% This is LLNCSDOC.STY the modification of the
% LLNCS class file for the documentation of
% the class itself.
%
\def\AmS{{\protect\usefont{OMS}{cmsy}{m}{n}%
A\kern-.1667em\lower.5ex\hbox{M}\kern-.125emS}}
\def\AmSTeX{{\protect\AmS-\protect\TeX}}
%
\def\ps@myheadings{\let\@mkboth\@gobbletwo
\def\@oddhead{\hbox{}\hfil\small\rm\rightmark
\qquad\thepage}%
\def\@oddfoot{}\def\@evenhead{\small\rm\thepage\qquad
\leftmark\hfil}%
\def\@evenfoot{}\def\sectionmark##1{}\def\subsectionmark##1{}}
\ps@myheadings
%
\setcounter{tocdepth}{2}
%
\renewcommand{\labelitemi}{--}
\newenvironment{alpherate}%
{\renewcommand{\labelenumi}{\alph{enumi})}\begin{enumerate}}%
{\end{enumerate}\renewcommand{\labelenumi}{enumi}}
%
\def\bibauthoryear{\begingroup
\def\thebibliography##1{\section*{References}%
\small\list{}{\settowidth\labelwidth{}\leftmargin\parindent
\itemindent=-\parindent
\labelsep=\z@
\usecounter{enumi}}%
\def\newblock{\hskip .11em plus .33em minus -.07em}%
\sloppy
\sfcode`\.=1000\relax}%
\def\@cite##1{##1}%
\def\@lbibitem[##1]##2{\item[]\if@filesw
{\def\protect####1{\string ####1\space}\immediate
\write\@auxout{\string\bibcite{##2}{##1}}}\fi\ignorespaces}%
\begin{thebibliography}{}
\bibitem[1982]{clar:eke3} Clarke, F., Ekeland, I.: Nonlinear
oscillations and boundary-value problems for Hamiltonian systems.
Arch. Rat. Mech. Anal. {\bf 78} (1982) 315--333
\end{thebibliography}
\endgroup}

File diff suppressed because it is too large Load diff