1 |
@echo off |
2 |
rem $Ximalas$ |
3 |
|
4 |
set NAVN=zfs-foredrag |
5 |
|
6 |
pdflatex %NAVN%.foredrag.tex |
7 |
pdflatex %NAVN%.foredrag.tex |
8 |
|
9 |
pdflatex %NAVN%.foredrag.169.tex |
10 |
pdflatex %NAVN%.foredrag.169.tex |
11 |
|
12 |
pdflatex %NAVN%.foredrag.1610.tex |
13 |
pdflatex %NAVN%.foredrag.1610.tex |
14 |
|
15 |
pdflatex %NAVN%.handout.tex |
16 |
pdflatex %NAVN%.handout.tex |
17 |
|
18 |
pdflatex %NAVN%.handout.169.tex |
19 |
pdflatex %NAVN%.handout.169.tex |
20 |
|
21 |
pdflatex %NAVN%.handout.1610.tex |
22 |
pdflatex %NAVN%.handout.1610.tex |
23 |
|
24 |
pdflatex %NAVN%.handout.2on1.tex |
25 |
pdflatex %NAVN%.handout.2on1.tex |
26 |
|
27 |
pdflatex %NAVN%.handout.2on1.169.tex |
28 |
pdflatex %NAVN%.handout.2on1.169.tex |
29 |
|
30 |
pdflatex %NAVN%.handout.2on1.1610.tex |
31 |
pdflatex %NAVN%.handout.2on1.1610.tex |
32 |
|
33 |
pdflatex %NAVN%.handout.4on1.tex |
34 |
pdflatex %NAVN%.handout.4on1.tex |
35 |
|
36 |
pdflatex %NAVN%.handout.4on1.169.tex |
37 |
pdflatex %NAVN%.handout.4on1.169.tex |
38 |
|
39 |
pdflatex %NAVN%.handout.4on1.1610.tex |
40 |
pdflatex %NAVN%.handout.4on1.1610.tex |
41 |
|
42 |
echo. |
43 |
echo Ferdig. |