Skip to content

Commit 2072511

Browse files
committed
skeleton paper 2022
1 parent 7520c2f commit 2072511

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

paper/main.tex

+12-11
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,26 @@
22
% hidelinks,
33
% showindex
44
]{langscibook}
5-
\author{Chap ter Author\affiliation{University of Eden} and
6-
Noam Chimpsky\affiliation{University of Pluto}\orcid{} and
7-
Jane Wilson\affiliation{National Institute for Language}\orcid{}}
5+
\author{Chap ter Author\orcid{}\affiliation{University of Eden} and
6+
Noam Chimpsky\orcid{}\affiliation{University of Pluto} and
7+
Jane Wilson\orcid{}\affiliation{National Institute for Language}}
88
\title{Introduction}
99
\abstract{Abstract goes here}
1010

1111
%move the following commands to the "local..." files of the master project when integrating this chapter
1212
\usepackage{tabularx}
13-
\usepackage{langsci-basic}
1413
\usepackage{langsci-optional}
1514
\usepackage{langsci-gb4e}
1615
\bibliography{localbibliography}
1716
\newcommand{\orcid}[1]{}
1817

19-
\IfFileExists{../localcommands.tex}{%hack to check whether this is being compiled as part of a collection or standalone
18+
\IfFileExists{../localcommands.tex}{
19+
\addbibresource{../localbibliography.bib}
2020
\input{../localpackages}
2121
\input{../localcommands}
2222
\input{../localhyphenation}
23-
\bibliography{localbibliography}
24-
\togglepaper[23]
23+
\boolfalse{bookcompile}
24+
\togglepaper[23]%%chapternumber
2525
}{}
2626

2727
\begin{document}
@@ -32,15 +32,15 @@ \section{Where we came from}
3232

3333
\begin{table}
3434
\caption{Frequencies of word classes}
35-
\label{tab:1:frequencies}
36-
\begin{tabular}{l rrrr}
35+
\label{tab:myname:frequencies}
36+
\begin{tabularx}{.8\textwidth}{X rrrr}
3737
\lsptoprule
3838
& nouns & verbs & adjectives & adverbs\\
3939
\midrule
4040
absolute & 12 & 34 & 23 & 13\\
4141
relative & 3.1 & 8.9 & 5.7 & 3.2\\
4242
\lspbottomrule
43-
\end{tabular}
43+
\end{tabularx}
4444
\end{table}
4545

4646
Sed nisi urna, dignissim sit amet posuere ut, luctus ac lectus. Fusce vel ornare nibh. Nullam non sapien in tortor hendrerit suscipit. Etiam sollicitudin nibh ligula. Praesent dictum gravida est eget maximus. Integer in felis id diam sodales accumsan at at turpis. Maecenas dignissim purus non libero scelerisque porttitor. Integer porttitor mauris ac nisi iaculis molestie. Sed nec imperdiet orci. Suspendisse sed fringilla elit, non varius elit. Sed varius nisi magna, at efficitur orci consectetur a. Cras consequat mi dui, et cursus lacus vehicula vitae. Pellentesque sit amet justo sed lectus luctus vehicula. Suspendisse placerat augue eget felis sagittis placerat.
@@ -72,6 +72,7 @@ \section*{Acknowledgements}
7272
%\section*{Contributions}
7373
%John Doe contributed to conceptualization, methodology, and validation.
7474
%Jane Doe contributed to writing of the original draft, review, and editing.
75-
\printbibliography[heading=subbibliography,notkeyword=this]
7675

76+
\sloppy
77+
\printbibliography[heading=subbibliography,notkeyword=this]
7778
\end{document}

0 commit comments

Comments
 (0)