Skip to content

Commit 4542cad

Browse files
committed
undo makecover addition;
1 parent ef50b2d commit 4542cad

File tree

2 files changed

+31
-8
lines changed

2 files changed

+31
-8
lines changed

skeleton/Makefile

+4-8
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,7 @@ openreview.pdf:
6262
pdftk main.pdf multistamp orstamp.pdf output openreview.pdf
6363

6464
proofreading: proofreading.pdf
65-
66-
githubrepo: localmetadata.tex proofreading versions.json
67-
grep lsID localmetadata.tex |egrep -o "[0-9]*" > ID
68-
git clone https://github.com/langsci/`cat ID`.git
69-
cp proofreading.pdf Makefile versions.json `cat ID`
70-
mv `cat ID` ..
65+
7166

7267
versions.json:
7368
grep "^.title{" localmetadata.tex|grep -o "{.*"|egrep -o "[^{}]+">title
@@ -121,8 +116,6 @@ chop:
121116
egrep -o "\{chapter\}\{Index\}\{[0-9]+\}\{section\*\.[0-9]+\}" main.toc| grep -o "\..*"|egrep -o [0-9]+ >> cuts.txt
122117
bash chopchapters.sh `grep "mainmatter starts" main.log|grep -o "[0-9]*" $1 $2`
123118

124-
chapternames:
125-
egrep -o "\{chapter\}\{\\\numberline \{[0-9]+}[A-Z][^\}]+\}" main.toc | egrep -o "[[:upper:]][^\}]+" > chapternames
126119

127120
#housekeeping
128121
clean:
@@ -142,6 +135,9 @@ chapterlist:
142135
grep chapter main.toc|sed "s/.*numberline {[0-9]\+}\(.*\).newline.*/\\1/"
143136

144137

138+
chapternames:
139+
egrep -o "\{chapter\}\{\\\numberline \{[0-9]+}[A-Z][^\}]+\}" main.toc | egrep -o "[[:upper:]][^\}]+" > chapternames
140+
145141
barechapters:
146142
cat chapters/*tex | detex > barechapters.txt
147143

skeleton/main.tex

+27
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,34 @@
2525
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
2626
%%% Frontmatter %%%
2727
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
28+
29+
\usepackage[edges]{forest}
2830
\begin{document}
31+
$\surd$
32+
{$\sqrt{\,}$P}
33+
34+
\begin{forest}
35+
[\textit{v}P
36+
[Jovan]
37+
[{\textit{v}$'$}
38+
[{\textit{-a $[v]$}}]
39+
% [{$\sqrt$P}
40+
% [za 10 minuta `in 10 minutes']
41+
% [$\sqrt$P
42+
% [{$\sqrt{\text{trč}}$ `run'}]
43+
% [SC
44+
% [\sout{Jovan}]
45+
% [PP
46+
% [u `in']
47+
% [školu `school']
48+
% ]
49+
% ]
50+
% ]
51+
% ]
52+
]
53+
]
54+
\end{forest}
55+
2956

3057

3158
\input{localcommands.tex}

0 commit comments

Comments
 (0)