Skip to content

Commit 2cccdaf

Browse files
committed
rearranging furniture
1 parent 1838aec commit 2cccdaf

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
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
33

44
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
66
pdflatex POL.tex
77

88
all: html pdf

pol.mkd renamed to POL.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1186,7 +1186,7 @@ will probably not destroy its numeric appearance so that no error will
11861186
be detected; but the conversion will be incorrect. This problem is not
11871187
serious, just be aware of it.
11881188

1189-
## 3.4.3 *Output conversion*
1189+
### Output conversion
11901190

11911191
Numeric output is harder than numeric input because there is an extra
11921192
step involved. During input, you multiply the number by 10 and add each
@@ -4181,8 +4181,8 @@ elaborate SHIFT verb that adjusts them.
41814181
Be careful SAVEing your program. Keep a back-up of your old version
41824182
before SAVEing a new one, just in case.
41834183

4184-
![image](./images/Fig123.jpg)
4184+
![image](./Fig123.jpg)
41854185

4186-
![image](./images/Fig62.jpg)
4186+
![image](./Fig62.jpg)
41874187

4188-
![image](./images/Fig4.jpg)
4188+
![image](./Fig4.jpg)

templates/template.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@
115115
\end{center}
116116
\vspace*{\fill}
117117
\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} \\
120120
\end{center}
121121
\clearpage
122122
%$if(title)$

0 commit comments

Comments
 (0)