Commit 4542cad 1 parent ef50b2d commit 4542cad Copy full SHA for 4542cad
File tree 2 files changed +31
-8
lines changed
2 files changed +31
-8
lines changed Original file line number Diff line number Diff line change @@ -62,12 +62,7 @@ openreview.pdf:
62
62
pdftk main.pdf multistamp orstamp.pdf output openreview.pdf
63
63
64
64
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
+
71
66
72
67
versions.json :
73
68
grep " ^.title{" localmetadata.tex| grep -o " {.*" | egrep -o " [^{}]+" > title
@@ -121,8 +116,6 @@ chop:
121
116
egrep -o " \{chapter\}\{Index\}\{[0-9]+\}\{section\*\.[0-9]+\}" main.toc| grep -o " \..*" | egrep -o [0-9]+ >> cuts.txt
122
117
bash chopchapters.sh ` grep " mainmatter starts" main.log| grep -o " [0-9]*" $1 $2 `
123
118
124
- chapternames :
125
- egrep -o " \{chapter\}\{\\ \numberline \{[0-9]+}[A-Z][^\}]+\}" main.toc | egrep -o " [[:upper:]][^\}]+" > chapternames
126
119
127
120
# housekeeping
128
121
clean :
@@ -142,6 +135,9 @@ chapterlist:
142
135
grep chapter main.toc| sed " s/.*numberline {[0-9]\+}\(.*\).newline.*/\\ 1/"
143
136
144
137
138
+ chapternames :
139
+ egrep -o " \{chapter\}\{\\ \numberline \{[0-9]+}[A-Z][^\}]+\}" main.toc | egrep -o " [[:upper:]][^\}]+" > chapternames
140
+
145
141
barechapters :
146
142
cat chapters/* tex | detex > barechapters.txt
147
143
Original file line number Diff line number Diff line change 25
25
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
26
26
% %% Frontmatter %%%
27
27
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
28
+
29
+ \usepackage [edges ]{forest }
28
30
\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
+
29
56
30
57
31
58
\input {localcommands.tex }
You can’t perform that action at this time.
0 commit comments