% This template has been tested with LLNCS DOCUMENT CLASS -- version 2.21 (12-Jan-2022)12% !TeX spellcheck = en-US3% LTeX: language=en-US4% !TeX encoding = utf85% !TeX program = lualatex6% !BIB program = bibtex7% -*- coding:utf-8 mod:LaTeX -*-89% "a4paper" enables:10%11% - easy print out on DIN A4 paper size12%13% One can configure default page size (a4 vs. letter) in the LaTeX installation.14% Thus, it is configuration dependend, what the paper size will be.15% Having "a4paper" option present, the page size is set to A4.16% Note that the current word template offered by Springer is DIN A4.17%18% "runningheads" enables:19%20% - page number on page 2 onwards21% - title/authors on even/odd pages22%23% This is good for other readers to enable proper archiving among other papers and pointing to24% content. Even if the title page states the title, when printed and stored in a folder, when25% blindly opening the folder, one could hit not the title page, but an arbitrary page. Therefore,26% it is good to have title printed on the pages, too.27%28% The optiion "runningheads" neesd to be removed upon request of the publisher.29%30% To disable outputting page headers and footers, remove "runningheads"31\documentclass[runningheads,a4paper,english]{llncs}[2022/01/12]3233\usepackage{iftex}3435% backticks (`) are rendered as such in verbatim environments.36% See following links for details:37% - https://tex.stackexchange.com/a/341057/907538% - https://tex.stackexchange.com/a/47451/907539% - https://tex.stackexchange.com/a/166791/907540\usepackage{upquote}4142% Set English as language and allow to write hyphenated"=words43%44% Even though `american`, `english` and `USenglish` are synonyms for babel package (according to https://tex.stackexchange.com/questions/12775/babel-english-american-usenglish), the llncs document class is prepared to avoid the overriding of certain names (such as "Abstract." -> "Abstract" or "Fig." -> "Figure") when using `english`, but not when using the other 2.45% english has to go last to set it as default language46\usepackage[ngerman,main=english]{babel}47%48% Hint by http://tex.stackexchange.com/a/321066/9075 -> enable "= as dashes49\addto\extrasenglish{\languageshorthands{ngerman}\useshorthands{"}}5051% Links behave as they should. Enables "\url{...}" for URL typesettings.52% Allow URL breaks also at a hyphen, even though it might be confusing: Is the "-" part of the address or just a hyphen?53% See https://tex.stackexchange.com/a/3034/9075.54\usepackage[hyphens]{url}5556% When activated, use text font as url font, not the monospaced one.57% For all options see https://tex.stackexchange.com/a/261435/9075.58% \urlstyle{same}5960% Improve wrapping of URLs - hint by http://tex.stackexchange.com/a/10419/907561\makeatletter62\g@addto@macro{\UrlBreaks}{\UrlOrds}63\makeatother6465% nicer // - solution by http://tex.stackexchange.com/a/98470/907566% DO NOT ACTIVATE -> prevents line breaks67%\makeatletter68%\def\Url@twoslashes{\mathchar`\/\@ifnextchar/{\kern-.2em}{}}69%\g@addto@macro\UrlSpecials{\do\/{\Url@twoslashes}}70%\makeatother7172%% !!! If you change the font, be sure that words such as "workflow" can73%% !!! still be copied from the PDF. If this is not the case, you have74%% !!! to use glyphtounicode. See comment at cmap package.75%%76%% Background: "workflow" contains "fl" which is a ligature, which in turn77%% is rendered as one character in the PDF and needs to be split78%% whily copying.7980\ifluatex81\usepackage[no-math]{fontspec}82\usepackage{unicode-math}8384% See https://tug.org/FontCatalogue/texgyretermes/ for more information85\setmainfont{texgyretermes}[86Extension = .otf,87UprightFont = *-regular,88BoldFont = *-bold,89ItalicFont = *-italic,90BoldItalicFont = *-bolditalic,91Ligatures=TeX92]93% See https://tug.org/FontCatalogue/texgyreheros/ for more information94\setsansfont[Scale=.9]{TeX Gyre Heros Regular}95% newtxtt looks good with times, but no equivalent for lualatex found,96% therefore tried to replace with inconsolata.97% However, inconsolata does not look good in the context of LNCS ...98%\setmonofont[StylisticSet={1,3},Scale=.9]{inconsolata}99% ... thus, we use the good old Latin Modern Mono font for source code.100\setmonofont{Latin Modern Mono} % "variable=false"101102% Enable proper ligatures103% For more information see https://ctan.org/pkg/selnolig104% language "english" or "ngerman" is passed to selnolig by the document class105\usepackage{selnolig}106107\else108\RequirePackage{newtxtext}109\RequirePackage{newtxmath}110\RequirePackage[zerostyle=b,scaled=.9]{newtxtt}111112% Has to be loaded AFTER any font packages. See https://tex.stackexchange.com/a/2869/9075.113\usepackage[T1]{fontenc}114\fi115116% Character protrusion and font expansion. See http://www.ctan.org/tex-archive/macros/latex/contrib/microtype/117118\usepackage[119babel=true, % Enable language-specific kerning. Take language-settings from the languge of the current document (see Section 6 of microtype.pdf)120expansion=alltext,121protrusion=alltext-nott, % Ensure that at listings, there is no change at the margin of the listing122% In the standard configuration, this template is always in the final mode, so this option only makes a difference if "pros" use the draft mode123final % Always enable microtype, even if in draft mode. This helps finding bad boxes quickly.124]{microtype}125126% \texttt{test -- test} keeps the "--" as "--" (and does not convert it to an en dash)127\DisableLigatures{encoding = T1, family = tt* }128129%\DeclareMicrotypeSet*[tracking]{my}{ font = */*/*/sc/* }%130%\SetTracking{ encoding = *, shape = sc }{ 45 }131% Source: http://homepage.ruhr-uni-bochum.de/Georg.Verweyen/pakete.html132% Deactiviated, because does not look good133134\usepackage{graphicx}135136% Diagonal lines in a table - http://tex.stackexchange.com/questions/17745/diagonal-lines-in-table-cell137% Slashbox is not available in texlive (due to licensing) and also gives bad results. Thus, we use diagbox138\usepackage{diagbox}139140\ifluatex141\usepackage{spelling}142\spellingoutput{off}143\fi144145\usepackage[dvipsnames, table]{xcolor}146% Code Listings147\usepackage{listings}148149\definecolor{eclipseStrings}{RGB}{42,0.0,255}150\definecolor{eclipseKeywords}{RGB}{127,0,85}151\colorlet{numb}{magenta!60!black}152153% JSON definition154% Source: https://tex.stackexchange.com/a/433961/9075155156\lstdefinelanguage{json}{157basicstyle=\normalfont\ttfamily,158commentstyle=\color{eclipseStrings}, % style of comment159stringstyle=\color{eclipseKeywords}, % style of strings160numbers=left,161numberstyle=\scriptsize,162stepnumber=1,163numbersep=8pt,164showstringspaces=false,165breaklines=true,166frame=lines,167% backgroundcolor=\color{gray}, %only if you like168string=[s]{"}{"},169comment=[l]{:\ "},170morecomment=[l]{:"},171literate=172*{0}{{{\color{numb}0}}}{1}173{1}{{{\color{numb}1}}}{1}174{2}{{{\color{numb}2}}}{1}175{3}{{{\color{numb}3}}}{1}176{4}{{{\color{numb}4}}}{1}177{5}{{{\color{numb}5}}}{1}178{6}{{{\color{numb}6}}}{1}179{7}{{{\color{numb}7}}}{1}180{8}{{{\color{numb}8}}}{1}181{9}{{{\color{numb}9}}}{1}182}183184\lstset{185% everything between (* *) is a latex command186escapeinside={(*}{*)},187%188language=json,189%190showstringspaces=false,191%192extendedchars=true,193%194basicstyle=\footnotesize\ttfamily,195%196commentstyle=\slshape,197%198% default: \rmfamily199stringstyle=\ttfamily,200%201breaklines=true, % Zeilen werden umbrochen202%203breakatwhitespace=true,204%205% alternative: fixed206columns=flexible,207%208tabsize=2, % Groesse von Tabs209%210numbers=left,211%212numberstyle=\tiny,213%214basewidth=.5em,215%216xleftmargin=.5cm,217%218% aboveskip=0mm,219%220% belowskip=0mm,221%222captionpos=b223}224\ifpdftex225226% Enable Umlauts when using \lstinputputlisting.227% See https://stackoverflow.com/a/29260603/873282 für details.228% listingsutf8 did not work in June 2020.229\lstset{literate=230{á}{{\'a}}1 {é}{{\'e}}1 {í}{{\'i}}1 {ó}{{\'o}}1 {ú}{{\'u}}1231{Á}{{\'A}}1 {É}{{\'E}}1 {Í}{{\'I}}1 {Ó}{{\'O}}1 {Ú}{{\'U}}1232{à}{{\`a}}1 {è}{{\`e}}1 {ì}{{\`i}}1 {ò}{{\`o}}1 {ù}{{\`u}}1233{À}{{\`A}}1 {È}{{\'E}}1 {Ì}{{\`I}}1 {Ò}{{\`O}}1 {Ù}{{\`U}}1234{ä}{{\"a}}1 {ë}{{\"e}}1 {ï}{{\"i}}1 {ö}{{\"o}}1 {ü}{{\"u}}1235{Ä}{{\"A}}1 {Ë}{{\"E}}1 {Ï}{{\"I}}1 {Ö}{{\"O}}1 {Ü}{{\"U}}1236{â}{{\^a}}1 {ê}{{\^e}}1 {î}{{\^i}}1 {ô}{{\^o}}1 {û}{{\^u}}1237{Â}{{\^A}}1 {Ê}{{\^E}}1 {Î}{{\^I}}1 {Ô}{{\^O}}1 {Û}{{\^U}}1238{Ã}{{\~A}}1 {ã}{{\~a}}1 {Õ}{{\~O}}1 {õ}{{\~o}}1239{œ}{{\oe}}1 {Œ}{{\OE}}1 {æ}{{\ae}}1 {Æ}{{\AE}}1 {ß}{{\ss}}1240{ű}{{\H{u}}}1 {Ű}{{\H{U}}}1 {ő}{{\H{o}}}1 {Ő}{{\H{O}}}1241{ç}{{\c c}}1 {Ç}{{\c C}}1 {ø}{{\o}}1 {å}{{\r a}}1 {Å}{{\r A}}1242}243\fi244245\lstloadlanguages{% Check dokumentation for further languages...246%[Visual]Basic247%Pascal248%C249%C++250%XML251%HTML252}253254% For easy quotations: \enquote{text}255% This package is very smart when nesting is applied, otherwise textcmds (see below) provides a shorter command256\usepackage[autostyle=true]{csquotes}257258% Enable using "`quote"' - see https://tex.stackexchange.com/a/150954/9075259\defineshorthand{"`}{\openautoquote}260\defineshorthand{"'}{\closeautoquote}261262% Nicer tables (\toprule, \midrule, \bottomrule)263\usepackage{booktabs}264265% Extended enumerate, such as \begin{compactenum}266\usepackage{paralist}267268% Bibliopgraphy enhancements269% - enable \cite[prenote][]{ref}270% - enable \cite{ref1,ref2}271% Alternative: \usepackage{cite}, which enables \cite{ref1, ref2} only (otherwise: Error message: "White space in argument")272273% Doc: http://texdoc.net/natbib274\usepackage[%275square, % for square brackets276comma, % use commas as separators277numbers, % for numerical citations;278%sort % orders multiple citations into the sequence in which they appear in the list of references;279sort&compress % as sort but in addition multiple numerical citations are compressed if possible (as 3-6, 15);280]{natbib}281282% In the bibliography, references have to be formatted as 1., 2., ... not [1], [2], ...283\renewcommand{\bibnumfmt}[1]{#1.}284285% Enable hyperlinked author names in the case of \citet286% Source: https://tex.stackexchange.com/a/76075/9075287\usepackage{etoolbox}288\makeatletter289\patchcmd{\NAT@test}{\else \NAT@nm}{\else \NAT@hyper@{\NAT@nm}}{}{}290\makeatother291292% Prepare more space-saving rendering of the bibliography293% Source: https://tex.stackexchange.com/a/280936/9075294\SetExpansion295[ context = sloppy,296stretch = 30,297shrink = 60,298step = 5 ]299{ encoding = {OT1,T1,TS1} }300{ }301302% Put figures aside a text303% Even though the package is from 1998, it works well304\usepackage[rflt]{floatflt}305306% Farbige Tabellen307% ----------------308% Das Paket colortbl wird inzwischen automatisch durch xcolor geladen309%310% Erweiterte Funktionen innerhalb von Tabellen311% --------------------------------------------312%%% Doc: http://mirror.ctan.org/tex-archive/macros/latex/contrib/multirow/multirow.sty313\usepackage{multirow} % Mehrfachspalten314%315%%% Doc: Documentation inside dtx Package316\usepackage{dcolumn} % Ausrichtung an Komma oder Punkt317318%%% Doc: http://mirror.ctan.org/tex-archive/macros/latex/contrib/supertabular/supertabular.pdf319%\usepackage{supertabular}320321%%% Fussnoten/Endnoten ===================================================322323% EN: Put footnotes below floats324% DE: Fußnoten unter Gleitumgebungen ("floats") platzieren325% Source: https://tex.stackexchange.com/a/32993/9075326\usepackage{stfloats}327\fnbelowfloat328329% EN: Extended support for footnotes330% DE: Fußnoten331%332%\usepackage{dblfnote} %Zweispaltige Fußnoten333%334% Keine hochgestellten Ziffern in der Fußnote (KOMA-Script-spezifisch):335%\deffootnote[1.5em]{0pt}{1em}{\makebox[1.5em][l]{\bfseries\thefootnotemark}}336%337% Abstand zwischen Fußnoten vergrößern:338%\setlength{\footnotesep}{.85\baselineskip}339%340% EN: Following command disables the separting line of the footnote341% DE: Folgendes Kommando deaktiviert die Trennlinie zur Fußnote342%\renewcommand{\footnoterule}{}343%344%\addtolength{\skip\footins}{\baselineskip} % Abstand Text <-> Fußnote345346% DE: Fußnoten immer ganz unten auf einer \raggedbottom-Seite347% DE: fnpos kommt aus dem yafoot package348%\usepackage{fnpos}349%\makeFNbelow350%\makeFNbottom351352% TODO (and comment) configuration353%354% - \todo (from todo, easy-todo, todonotes) / \TODO (from fixmetodonotes) - for "normal" TODOs355% - \todofix - "important" TODOs356%357% - \textcomment - highlights text and has a hover comment358% - \sidecomment - just puts a comment to the side. Note: \comment MUST NOT be used as command name, it is already defined by much packages (mathdesign, mindflow, verbatim, and others)359%360% - \missingfigure361%362% - \textmarker363% - \modified364% - \change - adresses a review comment365366% Enable nice comments367\usepackage{pdfcomment}368369\newcommand{\textcomment}[2]{\colorbox{yellow!60}{#1}\pdfcomment[color={0.234 0.867 0.211},hoffset=-6pt,voffset=10pt,opacity=0.5]{#2}}370371% Small PDF comment372% 1. Parameter: Comment373\newcommand{\sidecomment}[1]{\pdfcomment[color={0.045 0.278 0.643},voffset=4pt,icon=Note]{#1}}374% Disabled variant - for the final PDF375%\newcommand{\sidecomment}[1]{}376377\newcommand{\todo}[1]{TODO!\sidecomment{#1}}378379% Änderungen380%381% 1. Parameter: Review-Kommentar382% 2. Parameter: Neuer Text383\newcommand{\change}[2]{{\color{red}#2}\pdfcomment[color={0.234 0.867 0.211},voffset=8pt,opacity=0.5]{#1}}384% Disabled variant - for the final PDF385%\newcommand{\change}[2]{#2}386387% Define default commands388\makeatletter389\@ifundefined{missingfigure}{\newcommand{\missingfigure}{... missing figure ...}}{}390\@ifundefined{textcomment}{\newcommand{\textcomment}[2]{#1 \todo{#2}}}{}391\@ifundefined{sidecomment}{\newcommand{\sidecomment}[1]{\marginpar{#1}}}{}392\@ifundefined{todo}{\newcommand{\todo}[1]{\sidecomment{#1}}}{}393\@ifundefined{TODO}{\newcommand{\TODO}[1]{\todo{#1}}}{}394\@ifundefined{todofix}{\newcommand{\todofix}[1]{\todo{#1}}}{}395\@ifundefined{change}{\newcommand{\change}[2]{#1 $\rightarrow$ #2}}{}396\makeatother397398% Textmarker (Textfarbe rot)399\newcommand{\textmarker}[1]{{\color{red} #1}\xspace}400401% Modified (Text blau)402\newcommand{\modified}[1]{{\color{blue!60!black} #1}\xspace}403404\usepackage[group-minimum-digits=4,per-mode=fraction]{siunitx}405406% Enable that parameters of \cref{}, \ref{}, \cite{}, ... are linked so that a reader can click on the number an jump to the target in the document407\usepackage{hyperref}408409% Enable hyperref without colors and without bookmarks410\hypersetup{411hidelinks,412colorlinks=true, % Links erhalten Farben statt Kaeten413raiselinks=true, % calculate real height of the link414allcolors=black,415pdfstartview=Fit,416breaklinks=true, % Links ueberstehen Zeilenumbruch417hypertexnames=false, % Fix jumping to algorithm line - http://tex.stackexchange.com/a/156404/9075418}419420% Enable correct jumping to figures when referencing421\usepackage[all]{hypcap}422423\usepackage[caption=false,font=footnotesize]{subfig}424425% Alternative for making subfigures:426% Part of the caption package. See http://www.ctan.org/pkg/caption427% Ersetzt die Pakete subfigure und subfig - siehe https://tex.stackexchange.com/a/13778/9075428%429% (subfigure is outdated. subfig is maintained, but subcaption is better)430% See: http://tex.stackexchange.com/questions/13625/subcaption-vs-subfig-best-package-for-referencing-a-subfigure431%\usepackage[hypcap=true]{subcaption}432433\usepackage{mindflow}434435% Extensions for references inside the document (\cref{fig:sample}, ...)436% Enable usage \cref{...} and \Cref{...} instead of \ref: Type of reference included in the link437% That means, "Figure 5" is a full link instead of just "5".438\usepackage[capitalise,nameinlink]{cleveref}439440\crefname{section}{Sect.}{Sect.}441\Crefname{section}{Section}{Sections}442\crefname{listing}{List.}{List.}443\crefname{listing}{Listing}{Listings}444\Crefname{listing}{Listing}{Listings}445\crefname{lstlisting}{Listing}{Listings}446\Crefname{lstlisting}{Listing}{Listings}447448\usepackage{lipsum}449450% For demonstration purposes only451% These packages can be removed when all examples have been deleted452\usepackage[math]{blindtext}453\usepackage{mwe}454\usepackage[realmainfile]{currfile}455\usepackage{tcolorbox}456\tcbuselibrary{listings}457458%introduce \powerset - hint by http://matheplanet.com/matheplanet/nuke/html/viewtopic.php?topic=136492&post_id=997377459\DeclareFontFamily{U}{MnSymbolC}{}460\DeclareSymbolFont{MnSyC}{U}{MnSymbolC}{m}{n}461\DeclareFontShape{U}{MnSymbolC}{m}{n}{462<-6> MnSymbolC5463<6-7> MnSymbolC6464<7-8> MnSymbolC7465<8-9> MnSymbolC8466<9-10> MnSymbolC9467<10-12> MnSymbolC10468<12-> MnSymbolC12%469}{}470\DeclareMathSymbol{\powerset}{\mathord}{MnSyC}{180}471472% Allows for defining commands that don't eat spaces.473\usepackage{xspace}474% Adds compatibility to \xspace und \enquote475\makeatletter476\xspaceaddexceptions{\grqq \grq \csq@qclose@i \} }477\makeatother478479\newcommand{\eg}{e.g.,\ }480\newcommand{\ie}{i.e.,\ }481482% Enable hyphenation at other places as the dash.483% Example: applicaiton\hydash specific484\makeatletter485\newcommand{\hydash}{\penalty\@M-\hskip\z@skip}486% Definition of "= taken from http://mirror.ctan.org/macros/latex/contrib/babel-contrib/german/ngermanb.dtx487\makeatother488489% Add manual adapted hyphenation of English words490% See https://ctan.org/pkg/hyphenex and https://tex.stackexchange.com/a/22892/9075 for details491\input{ushyphex}492493% correct bad hyphenation here494\hyphenation{495op-tical net-works semi-conduc-tor496% May not be hypphenated497AROMA TOSCA BPMN OASIS OMG DMTF IT DevOps498}499500\input{commands}501502% Add copyright503%504% This is recommended if you intend to send the version to colleagues505% See https://ctan.org/pkg/llncsconf for details506\iffalse507% state: intended | submitted | llncs508% you can add "crop" if the paper should be cropped to the format Springer is publishing509\usepackage[intended]{llncsconf}510511\conference{name of the conference}512513% in case of "proceedings" (final version!)514% example: \llncs{Anonymous et al. (eds). \emph{Proceedings of the International Conference on \LaTeX-Hacks}, LNCS~42. Some Publisher, 2016.}{0042}515% 0042 denotes an example start page516\llncs{book editors and title}{0042}517\fi518519\ifpdftex520% Enable copy and paste of text from the PDF521% Only required for pdflatex. It "just works" in the case of lualatex.522% Alternative: cmap or mmap package523% mmap enables mathematical symbols, but does not work with the newtx font set524% See: https://tex.stackexchange.com/a/64457/9075525% Other solutions outlined at http://goemonx.blogspot.de/2012/01/pdflatex-ligaturen-und-copynpaste.html and http://tex.stackexchange.com/questions/4397/make-ligatures-in-linux-libertine-copyable-and-searchable526% Trouble shooting outlined at https://tex.stackexchange.com/a/100618/9075527%528% According to https://tex.stackexchange.com/q/451235/9075 this is the way to go529\input{glyphtounicode}530\pdfgentounicode=1531\fi532\begin{document}533534\title{Paper Title}535% If Title is too long, use \titlerunning536%\titlerunning{Short Title}537538% Single insitute539\author{Firstname Lastname \and Firstname Lastname}540541% If there are too many authors, use \authorrunning542%\authorrunning{First Author et al.}543544\institute{Institute}545546%% Multiple insitutes - ALTERNATIVE to the above547% \author{%548% Firstname Lastname\inst{1} \and549% Firstname Lastname\inst{2}550% }551%552%If there are too many authors, use \authorrunning553% \authorrunning{First Author et al.}554%555% \institute{556% Insitute 1\\557% \email{...}\and558% Insitute 2\\559% \email{...}560%}561562\maketitle563564\begin{abstract}565\lipsum[1]566567\keywords{First keyword \and Second keyword \and Third keyword}568\end{abstract}569570571\section{Introduction}572\label{sec:introduction}573\lipsum[1-3]\todo{Refine me}574575The remainder of the paper starts with a presentation of related work (\cref{sec:relatedwork}).576It is followed by a presentation of hints on \LaTeX{} (\cref{sec:latexhints}).577Finally, a conclusion is drawn and outlook on future work is made (\cref{sec:outlook}).578579\section{Related Work}580\label{sec:relatedwork}581582Winery~\cite{Winery} is a graphical \textcomment{modeling}{modeling with one ``l'', because of American English} tool.583The whole idea of TOSCA is explained by \citet{Binz2009}.584585\section{LaTeX Hints}586\label{sec:latexhints}587588% Required for proper example rendering in the compiled PDF589\newcount\LTGbeginlineexample590\newcount\LTGendlineexample591\newenvironment{ltgexample}%592{\LTGbeginlineexample=\numexpr\inputlineno+1\relax}%593{\LTGendlineexample=\numexpr\inputlineno-1\relax%594\tcbinputlisting{%595listing only,596listing file=\currfilepath,597colback=green!5!white,598colframe=green!25,599coltitle=black!90,600coltext=black!90,601left=8mm,602title=Corresponding \LaTeX{} code of \texttt{\currfilepath},603listing options={604frame=none,605language={[LaTeX]TeX},606escapeinside={},607firstline=\the\LTGbeginlineexample,608lastline=\the\LTGendlineexample,609firstnumber=\the\LTGbeginlineexample,610basewidth=.5em,611aboveskip=0mm,612belowskip=0mm,613numbers=left,614xleftmargin=0mm,615numberstyle=\tiny,616numbersep=8pt%617}618}619}%620621This section contains hints on writing LaTeX.622It focuses on minimal examples, which can be directly adapted to the content623624\subsection{Handling of paragraphs}625626\begin{ltgexample}627One sentence per line.628This rule is important for the usage of version control systems.629A new line is generated with a blank line.630As you would do in Word:631New paragraphs are generated by pressing enter.632In LaTeX, this does not lead to a new paragraph as LaTeX joins subsequent lines.633In case you want a new paragraph, just press enter twice!634This leads to an empty line.635In word, there is the functionality to press shift and enter.636This leads to a hard line break.637The text starts at the beginning of a new line.638In LaTeX, you can do that by using two backslashes (\textbackslash\textbackslash).639\\640This is rarely used.641642Please do \textit{not} use two backslashes for new paragraphs.643For instance, this sentence belongs to the same paragraph, whereas the last one started a new one.644A long motivation for that is provided at \url{http://loopspace.mathforge.org/HowDidIDoThat/TeX/VCS/#section.3}.645\end{ltgexample}646647\subsection{Notes separated from the text}648649The package mindflow enables writing down notes and annotations in a way so that they are separated from the main text.650651\begin{ltgexample}652\begin{mindflow}653This is a small note.654\end{mindflow}655\end{ltgexample}656657\subsection{Handling TODOs}658659\begin{ltgexample}660\textmarker{Markierter Text.}661\end{ltgexample}662663Bei \verb1\textmarker1 wird nur die Textfarbe geändert, da dies auch bei einigen Worten gut funktioniert.664665\begin{ltgexample}666\textcomment{Markierter Text.}{Kommentar dazu.}667\end{ltgexample}668669\begin{ltgexample}670\modified{Manuelle Markierung für Text, der seit der letzten Version geändert wurde.}671\end{ltgexample}672673\begin{ltgexample}674Das ist ein Text.675\change{FL1: Text angepasst}{Geänderter Text}.676\end{ltgexample}677678\begin{ltgexample}679Hier nur ein Kommentar\sidecomment{Kommentar}.680\end{ltgexample}681682\begin{ltgexample}683\todo{Hier muss noch kräftig Text produziert werden}684\end{ltgexample}685686\subsection{Hyphenation}687688\LaTeX{} automatically hyphenates words.689When using \href{https://ctan.org/pkg/microtype}{microtype}, there should be fewer hyphenations than in other settings.690It might be necessary to tweak the hyphenations nevertheless.691Here are some hints:692693\begin{ltgexample}694In case you write \enquote{application-specific}, then the word will only be hyphenated at the dash.695You can also write \verb1applica\allowbreak{}tion-specific1 (result: applica\allowbreak{}tion-specific), but this is much more effort.696697You can now write words containing hyphens which are hyphenated at other places in the word.698For instance, \verb1application"=specific1 gets application"=specific.699This is enabled by an additional configuration of the babel package.700\end{ltgexample}701702\subsection{Typesetting Units}703704\begin{ltgexample}705Numbers can be written plain text (such as 100), by using the \href{https://ctan.org/pkg/siunitx}{siunitx} package as follows:706\SI{100}{\km\per\hour},707or by using plain \LaTeX{} (and math mode):708$100 \frac{\mathit{km}}{h}$.709\end{ltgexample}710711\begin{ltgexample}712\SI{5}{\percent} of \SI{10}{kg}713\end{ltgexample}714715\begin{ltgexample}716Numbers are automatically grouped: \num{123456}.717\end{ltgexample}718719\subsection{Surrounding Text by Quotes}720721\begin{ltgexample}722Please use the \enquote{enquote command} to quote something.723Quoting with "`quote"' or ``quote'' also works.724725\end{ltgexample}726727\subsection{Cleveref examples}728\label{sec:ex:cref}729730Cleveref demonstration: Cref at beginning of sentence, cref in all other cases.731732\begin{figure}733\centering734\includegraphics[width=.75\linewidth]{example-image-a}735\caption{Example figure for cref demo}736\label{fig:ex:cref}737\end{figure}738739\begin{table}740\centering741\begin{tabular}{ll}742\toprule743Heading1 & Heading2 \\744\midrule745One & Two \\746Thee & Four \\747\bottomrule748\end{tabular}749\caption{Example table for cref demo}750\label{tab:ex:cref}751\end{table}752753\begin{ltgexample}754\Cref{fig:ex:cref} shows a simple fact, although \cref{fig:ex:cref} could also show something else.755756\Cref{tab:ex:cref} shows a simple fact, although \cref{tab:ex:cref} could also show something else.757758\Cref{sec:ex:cref} shows a simple fact, although \cref{sec:ex:cref} could also show something else.759\end{ltgexample}760761\subsection{Figures}762763\begin{ltgexample}764\Cref{fig:label} shows something interesting.765766\begin{figure}767\centering768\includegraphics[width=.8\linewidth]{example-image-golden}769\caption[Simple Figure]{770Simple Figure.771Based on \citet{mwe}.772}773\label{fig:label}774\end{figure}775\end{ltgexample}776777One can also have pictures floating inside text:778\clearpage779780\begin{ltgexample}781\begin{floatingfigure}{.33\linewidth}782\includegraphics[width=.29\linewidth]{example-image-a}783\caption{A floating figure}784\end{floatingfigure}785\lipsum[2]786\end{ltgexample}787788\subsection{Sub Figures}789790An example of two sub figures is shown in \cref{fig:two_sub_figures}.791792\begin{ltgexample}793\begin{figure}[!b]794\centering795\subfloat[Case I]{\includegraphics[width=.4\linewidth]{example-image-a}%796\label{fig:first_case}}797\hfil798\subfloat[Case II]{\includegraphics[width=.4\linewidth]{example-image-b}%799\label{fig:second_case}}800\caption{Example figure with two sub figures.}801\label{fig:two_sub_figures}802\end{figure}803\end{ltgexample}804805\subsection{Tables}806807\begin{ltgexample}808\begin{table}809\caption{Simple Table}810\label{tab:simple}811\centering812\begin{tabular}{ll}813\toprule814Heading1 & Heading2 \\815\midrule816One & Two \\817Thee & Four \\818\bottomrule819\end{tabular}820\end{table}821\end{ltgexample}822823\begin{ltgexample}824% Source: https://tex.stackexchange.com/a/468994/9075825\begin{table}826\caption{Table with diagonal line}827\label{tab:diag}828\begin{center}829\begin{tabular}{|l|c|c|}830\hline831\diagbox[width=10em]{Diag \\Column Head I}{Diag Column\\Head II} & Second & Third \\832\hline833& foo & bar \\834\hline835\end{tabular}836\end{center}837\end{table}838\end{ltgexample}839840841\subsection{Source Code}842843\begin{ltgexample}844\Cref{lst:XML} shows source code written in XML.845\Cref{line:comment} contains a comment.846847\begin{lstlisting}[848language=XML,849caption={Example XML Listing},850label={lst:XML}]851<listing name="example">852<!-- comment --> (* \label{line:comment} *)853<content>not interesting</content>854</listing>855\end{lstlisting}856\end{ltgexample}857858One can also add \verb+float+ as parameter to have the listing floating.859\Cref{lst:flXML} shows the floating listing.860861\begin{ltgexample}862\begin{lstlisting}[863% one can adjust spacing here if required864% aboveskip=2.5\baselineskip,865% belowskip=-.8\baselineskip,866float,867language=XML,868caption={Example XML listing -- placed as floating figure},869label={lst:flXML}]870<listing name="example">871Floating872</listing>873\end{lstlisting}874\end{ltgexample}875876One can also typeset JSON as shown in \cref{lst:json}.877878\begin{ltgexample}879\begin{lstlisting}[880float,881language=json,882caption={Example JSON listing -- placed as floating figure},883label={lst:json}]884{885key: "value"886}887\end{lstlisting}888\end{ltgexample}889890Java is also possible as shown in \cref{lst:java}.891892\begin{ltgexample}893\begin{lstlisting}[894caption={Example Java listing},895label=lst:java,896language=Java,897float]898public class Hello {899public static void main (String[] args) {900System.out.println("Hello World!");901}902}903\end{lstlisting}904\end{ltgexample}905906\subsection{Itemization}907908One can list items as follows:909910\begin{ltgexample}911\begin{itemize}912\item Item One913\item Item Two914\end{itemize}915\end{ltgexample}916917918One can enumerate items as follows:919920\begin{ltgexample}921\begin{enumerate}922\item Item One923\item Item Two924\end{enumerate}925\end{ltgexample}926927928With paralist, one can even have all items typeset after each other and have them clean in the TeX document:929930\begin{ltgexample}931\begin{inparaenum}932\item All these items...933\item ...appear in one line934\item This is enabled by the paralist package.935\end{inparaenum}936\end{ltgexample}937938\subsection{Other Features}939940\begin{ltgexample}941The words \enquote{workflow} and \enquote{dwarflike} can be copied from the PDF and pasted to a text file.942\end{ltgexample}943944\begin{ltgexample}945The symbol for powerset is now correct: $\powerset$ and not a Weierstrass p ($\wp$).946947$\powerset({1,2,3})$948\end{ltgexample}949950\begin{ltgexample}951Brackets work as designed:952<test>953One can also input backticks in verbatim text: \verb|`test`|.954\end{ltgexample}955956957\section{Conclusion and Outlook}958\label{sec:outlook}959\lipsum[1-2]960961\subsubsection*{Acknowledgments}962963Identification of funding sources and other support, and thanks to individuals and groups that assisted in the research and the preparation of the work should be included in an acknowledgment section, which is placed just before the reference section in your document \cite{acmart}.964965%%% ===============================================================================966%%% Bibliography967%%% ===============================================================================968969In the bibliography, use \texttt{\textbackslash textsuperscript} for \enquote{st}, \enquote{nd}, \ldots:970E.g., \enquote{The 2\textsuperscript{nd} conference on examples}.971When you use \href{https://www.jabref.org}{JabRef}, you can use the clean up command to achieve that.972See \url{https://help.jabref.org/en/CleanupEntries} for an overview of the cleanup functionality.973974\renewcommand{\bibsection}{\section*{References}} % requried for natbib to have "References" printed and as section*, not chapter*975% Use natbib compatbile splncs04nat style.976% It does provide all features of splncs04.bst, but is developed in a clean way.977% Source: https://github.com/tpavlic/splncs04nat978\bibliographystyle{splncs04nat}979\begingroup980\microtypecontext{expansion=sloppy}981\small % ensure correct font size for the bibliography982\bibliography{paper}983\endgroup984985% Enfore empty line after bibliography986\ \\987%988\noindent989All links were last followed on October 5, 2020.990991%%% ===============================================================================992%\appendix993%\addcontentsline{toc}{chapter}{APPENDICES}994995%\listoffigures996%\listoftables997%%% ===============================================================================998999%%% ===============================================================================1000%\section{My first appendix}\label{sec:appendix1}1001%%% ===============================================================================1002\end{document}100310041005