File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Expand file tree Collapse file tree 6 files changed +8
-8
lines changed File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 1
1
html :
2
- pandoc pol.mkd -f markdown -t html --toc --template=templates/template.html --html5 --smart --chapters --number-sections --standalone -o POL.html
2
+ pandoc POL.txt -f markdown -t html --toc --template=templates/template.html --html5 --smart --chapters --number-sections --standalone -o POL.html
3
3
4
4
pdf :
5
- pandoc pol.mkd -f markdown -t latex --toc --template=templates/template.tex --chapters --number-sections --standalone -o POL.tex
5
+ pandoc POL.txt -f markdown -t latex --toc --template=templates/template.tex --chapters --number-sections --standalone -o POL.tex
6
6
pdflatex POL.tex
7
7
8
8
all : html pdf
Original file line number Diff line number Diff line change @@ -1186,7 +1186,7 @@ will probably not destroy its numeric appearance so that no error will
1186
1186
be detected; but the conversion will be incorrect. This problem is not
1187
1187
serious, just be aware of it.
1188
1188
1189
- ## 3.4.3 * Output conversion*
1189
+ ### Output conversion
1190
1190
1191
1191
Numeric output is harder than numeric input because there is an extra
1192
1192
step involved. During input, you multiply the number by 10 and add each
@@ -4181,8 +4181,8 @@ elaborate SHIFT verb that adjusts them.
4181
4181
Be careful SAVEing your program. Keep a back-up of your old version
4182
4182
before SAVEing a new one, just in case.
4183
4183
4184
- ![ image] ( ./images/ Fig123.jpg )
4184
+ 
4185
4185
4186
- ![ image] ( ./images/ Fig62.jpg )
4186
+ 
4187
4187
4188
- ![ image] ( ./images/ Fig4.jpg )
4188
+ 
Original file line number Diff line number Diff line change 115
115
\end {center }
116
116
\vspace *{\fill }
117
117
\begin {center }
118
- \textrm {\normalsize Typeset by Pradeep K. Gowda} \\
119
- \textrm {\normalsize Sept 2011} \\
118
+ % \textrm{\normalsize Typeset by Pradeep K. Gowda} \\
119
+ % \textrm{\normalsize Sept 2011} \\
120
120
\end {center }
121
121
\clearpage
122
122
% $if(title)$
You can’t perform that action at this time.
0 commit comments