Skip to content

Commit 7368556

Browse files
committed
suppress more warnings
1 parent d960898 commit 7368556

19 files changed

+317
-324
lines changed

editedskeleton/Makefile

+5-5
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ main.snd: main.bbl
3737
sed -i 's/.*committee.*//' main.adx
3838
sed -i 's/.*government.*//' main.adx
3939
sed -i 's/\\MakeCapital//' main.adx
40-
python3 fixindex.py
41-
mv mainmod.adx main.adx
40+
# python3 fixindex.py
41+
# mv mainmod.adx main.adx
4242
makeindex -o main.and main.adx
4343
makeindex -o main.lnd main.ldx
4444
makeindex -o main.snd main.sdx
@@ -127,9 +127,9 @@ clean:
127127
*.adx *.and *.idx *.ind *.ldx *.lnd *.sdx *.snd *.rdx *.rnd *.wdx *.wnd \
128128
*.log *.blg *.ilg \
129129
*.aux *.toc *.cut *.out *.tpm *.bbl *-blx.bib *_tmp.bib *bcf \
130-
*.glg *.glo *.gls *.wrd *.wdv *.xdv *.mw *.clr *.pgs\
131-
main.run.xml\
132-
chapters/*aux chapters/*~ chapters/*.bak chapters/*.backup\
130+
*.glg *.glo *.gls *.wrd *.wdv *.xdv *.mw *.clr *.pgs \
131+
main.run.xml \
132+
chapters/*aux chapters/*~ chapters/*.bak chapters/*.backup \
133133
langsci/*/*aux langsci/*/*~ langsci/*/*.bak langsci/*/*.backup
134134

135135
realclean: clean

editedskeleton/backmatter.tex

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
\phantomsection
1+
\sloppy
2+
hantomsection
23
\addcontentsline{toc}{chapter}{Index}
34
\addcontentsline{toc}{section}{\lsNameIndexTitle}
45
\ohead{\lsNameIndexTitle}

editedskeleton/chapters/01.tex

+22-16
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,37 @@
1-
\documentclass[output=paper]{../langscibook}
1+
\documentclass[output=paper]{langscibook}
22
\title{Change Title in chapters/01.tex}
3-
\author{Jane Meier\affiliation{University of Eden}\orcid{}
4-
}
5-
6-
\addbibresource{../localbibliography.bib}
3+
\author{Jane Meier\orcid{}\affiliation{University of Eden}}
74

85
\abstract{Change the abstract in chapters/01.tex. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean nec fermentum risus, vehicula gravida magna. Sed dapibus venenatis scelerisque. In elementum dui bibendum, ultricies sem ac, placerat odio. Vivamus rutrum lacus eros, interdum scelerisque est euismod eget. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.}
96

7+
8+
\IfFileExists{../localcommands.tex}{
9+
\addbibresource{../localbibliography.bib}
10+
\input{../localpackages}
11+
\input{../localcommands}
12+
\input{../localhyphenation}
13+
\boolfalse{bookcompile}
14+
\togglepaper[23]%%chapternumber
15+
}{}
16+
1017
\begin{document}
1118
\maketitle
12-
\selectlanguage{english}
13-
\citet{birdwhistell_introduction_1952}
19+
1420
\section{Introduction}
1521
Phasellus maximus erat ligula, accumsan rutrum augue facilisis in. Proin sit amet pharetra nunc, sed maximus erat. Duis egestas mi eget purus venenatis vulputate vel quis nunc. Nullam volutpat facilisis tortor, vitae semper ligula dapibus sit amet. Suspendisse fringilla, quam sed laoreet maximus, ex ex placerat ipsum, porta ultrices mi risus et lectus. Maecenas vitae mauris condimentum justo fringilla sollicitudin. Fusce nec interdum ante. Curabitur tempus dui et orci convallis molestie \citep{Comrie1981}.
1622

1723
utrum augue facilisis in. Proin sit amet pharetra nunc, sed maximus erat. Duis egestas mi eget purus venenatis vulputate vel quis nunc. Nullam volutpat facilisis tortor, vitae semper ligula dapibus sit amet. Suspendisse fringilla, quam sed laoreet maximus, ex ex placerat ipsum, porta ultrices mi risus et lectus. Maecenas vitae mauris condimentum justo fringilla sollicitudin. Fusce nec interdum ante. Curabitur tempus dui et orci convallis molestie \citep{Chomsky1957}.
1824

1925

20-
% \section*{Abbreviations}
21-
% \begin{tabularx}{.45\textwidth}{lQ}
22-
% ... & \\
23-
% ... & \\
24-
% \end{tabularx}
25-
% \begin{tabularx}{.45\textwidth}{lQ}
26-
% ... & \\
27-
% ... & \\
28-
% \end{tabularx}
26+
\section*{Abbreviations}
27+
\begin{tabularx}{.45\textwidth}{lQ}
28+
... & \\
29+
... & \\
30+
\end{tabularx}
31+
\begin{tabularx}{.45\textwidth}{lQ}
32+
... & \\
33+
... & \\
34+
\end{tabularx}
2935

3036

3137
\section*{Acknowledgements}

editedskeleton/chapters/02.tex

+15-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
11
\documentclass[output=paper]{langscibook}
22

3-
\author{Change author in chapters/02.tex}
3+
\author{Change author in chapters/02.tex\orcid{}\affiliation{University of Terra} and Other Author\orcid{}\affiliation{University of Luna}}
44
\title{Change title in chapters/02.tex}
55
\abstract{Change the abstract in chapters/02.tex}
66

7+
\IfFileExists{../localcommands.tex}{
8+
\addbibresource{../localbibliography.bib}
9+
\input{../localpackages}
10+
\input{../localcommands}
11+
\input{../localhyphenation}
12+
\boolfalse{bookcompile}
13+
\togglepaper[23]%%chapternumber
14+
}{}
15+
716
\begin{document}
817
\maketitle
918

@@ -24,5 +33,10 @@ \section*{Abbreviations}
2433
\section*{Acknowledgements}
2534
\citet{Nordhoff2018} is useful for compiling bibliographies.
2635

36+
%\section*{Contributions}
37+
%John Doe contributed to conceptualization, methodology, and validation.
38+
%Jane Doe contributed to writing of the original draft, review, and editing.
39+
40+
2741
{\sloppy\printbibliography[heading=subbibliography,notkeyword=this]}
2842
\end{document}

editedskeleton/chapters/03.tex

+17-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,21 @@
1-
\documentclass[output=paper]{langsci/langscibook}
2-
\author{Change author in chapters/03.tex\affiliation{}\orcid{}}
1+
\documentclass[output=paper]{langscibook}
2+
\author{Change author in chapters/03.tex\orcid{}\affiliation{}}
33
%\ORCIDs{}
44

55
\title{Title of my paper}
66

77
\abstract{Change the abstract in chapters/03.tex}
88

9+
10+
\IfFileExists{../localcommands.tex}{
11+
\addbibresource{../localbibliography.bib}
12+
\input{../localpackages}
13+
\input{../localcommands}
14+
\input{../localhyphenation}
15+
\boolfalse{bookcompile}
16+
\togglepaper[23]%%chapternumber
17+
}{}
18+
919
\begin{document}
1020
\maketitle
1121

@@ -31,5 +41,10 @@ \section*{Abbreviations}
3141
\section*{Acknowledgements}
3242
\citet{Nordhoff2018} is useful for compiling bibliographies.
3343

44+
%\section*{Contributions}
45+
%John Doe contributed to conceptualization, methodology, and validation.
46+
%Jane Doe contributed to writing of the original draft, review, and editing.
47+
48+
3449
{\sloppy\printbibliography[heading=subbibliography,notkeyword=this]}
3550
\end{document}
+1-8
Original file line numberDiff line numberDiff line change
@@ -1,8 +1 @@
1-
\addchap{Acknowledgments}
2-
\begin{refsection}
3-
4-
%content goes here
5-
6-
\printbibliography[heading=subbibliography]
7-
\end{refsection}
8-
1+
\addchap{\lsAcknowledgementTitle}

editedskeleton/chopchapters.sh

-21
This file was deleted.
320 KB
Loading

editedskeleton/getfirstedition.py

-38
This file was deleted.

editedskeleton/langsci-affiliations.sty

+9-17
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747
\RequirePackage{xparse}
4848
\ProvidesExplPackage {langsci-affiliations}
49-
{2021-02-25} {1.0.2}
49+
{2021-02-17} {1.0.1}
5050
{A LaTeX3 package to collect and order authors and affiliations}
5151

5252
\NewDocumentCommand{\ResolveAffiliations}{ O{} +m }
@@ -271,25 +271,17 @@
271271
\group_end:
272272
}
273273
{
274-
\seq_clear:N \l__affiliations_tmpa_seq
275274
\prop_map_inline:Nn \l__affiliations_tmpa_prop
276275
{
277-
\seq_put_right:Nx \l__affiliations_tmpa_seq
278-
{
279-
\group_begin:
280-
\exp_not:N \__affiliations_output_authors_font:
281-
\tl_rescan:nn {} {##1}\\[0.5ex]
282-
\group_end:
283-
\group_begin:
284-
\exp_not:N \__affiliations_output_affiliation_font:
285-
\tl_rescan:nn {} {##2}
286-
\group_end:
287-
}
276+
\__affiliations_output_authors_font:
277+
\tl_rescan:nn {} {##1}\\[0.5ex]
278+
\group_begin:
279+
\__affiliations_output_affiliation_font:
280+
\tl_rescan:nn {} {##2}
281+
\group_end:
282+
\medskip\\
288283
}
289-
\seq_use:Nnnn \l__affiliations_tmpa_seq
290-
{\l__affiliations_separator_between_two_tl}
291-
{\l__affiliations_separator_between_mult_tl}
292-
{\l__affiliations_separator_between_last_two_tl}
284+
\vspace*{-\baselineskip-\medskipamount}
293285
}
294286
}
295287
{

editedskeleton/langsci-basic.sty

-30
This file was deleted.

0 commit comments

Comments
 (0)