\documentclass[output=paper,colorlinks,citecolor=brown
% ,hidelinks
% showindex
]{langscibook}
\author{Radek Šimík\orcid{0000-0002-4736-195X}\affiliation{Charles University} and
Berit Gehrke\orcid{0000-0002-6315-9532}\affiliation{Humboldt-Universität zu Berlin} and
Denisa Lenertová\orcid{}\affiliation{Humboldt-Universität zu Berlin} and
Roland Meyer\orcid{0000-0003-2023-0527}\affiliation{Humboldt-Universität zu Berlin} and
Luka Szucsich\orcid{}\affiliation{Humboldt-Universität zu Berlin} and
Joanna Zaleska\orcid{0000-0002-0059-6938}\affiliation{Humboldt-Universität zu Berlin}
}
% REPLACE THE ABOVE WITH YOU AND YOUR CO-AUTHORS, YOUR AFFILIATIONS, AND YOUR ORCID NUMBERS
% rules for affiliation: If there's an official English version, use that (find out on the official website of the university); if not, use the original
% orcid doesn't appear printed; it's metainformation used for later indexing
% \SetupAffiliations{mark style=none}
% comment in (i.e. remove the % sign at the beginning of the line) the above line if you are a single author or all authors have the same affiliation
\lehead{Šimík, Gehrke, Lenertová, Meyer, Szucsich \& Zaleska}
% in case the running head with authors exceeds one line (which is the case in this example document), use one the above method to turn it into a single line; otherwise comment the line above out with % and ignore it
\title{Open Slavic Linguistics style guidelines}
% REPLACE THE ABOVE WITH YOUR PAPER TITLE
% provide a shorter version of your title in case it doesn't fit a single line in the running head
% in this form: \title[short title]{full title}
\abstract{Abstract goes here and should not have more than 150 words.
\keywords{here, come, your, 4 to 6 keywords or keyphrases}
}
\input{localpackages.tex}
\input{localcommands.tex}
\bibliography{localbibliography}
\IfFileExists{../localcommands.tex}{
\addbibresource{../localbibliography.bib}
\input{../localpackages}
\input{../localcommands}
\input{../localhyphenation}
\boolfalse{bookcompile}
}{}
\togglepaper[42]
%the chapter number will be provided by volume editors; for now keep this way
\begin{document}
\maketitle
\input{template-osl.tex}
% Just comment out the line above (place % at its beginning) and start writing your own document
% WRITE DIRECTLY HERE, INTO main.tex, DO NOT START YOUR OWN tex FILE!
% START WRITING HERE
\section*{Abbreviations}
\begin{tabularx}{.5\textwidth}{@{}lQ}
\textsc{3}&third person\\
\ACC &accusative\\
\INF &infinitive\\
\MASC &masculine\\
\NOM &nominative\\
\end{tabularx}%
\begin{tabularx}{.5\textwidth}{lQ@{}}
\PRS &present tense\\
\PTCP &participle\\
\REFL &reflexive\\
\SG &singular\\
&\\ % this dummy row achieves correct vertical alignment of both tables
\end{tabularx}
\section*{Acknowledgements}
Place your acknowledgements here and funding information here.
%\section*{Contributions}
%John Doe contributed to conceptualization, methodology, and validation.
%Jane Doe contributed to writing of the original draft, review, and editing.
\sloppy
\printbibliography[heading=subbibliography,notkeyword=this]
\end{document}