|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: T t
Length: 556 (0x22c) Types: TextFile Names: »testfont«
└─⟦060c9c824⟧ Bits:30007080 DKUUG TeX 2/12/89 └─⟦this⟧ »./babel/greek/testfont« └─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12 └─⟦23cd347d5⟧ »unix3.0/babel.tar.Z« └─⟦2fb9f645a⟧ └─⟦this⟧ »babel/greek/testfont«
#!/bin/sh # In this script $1 stands for the first argument passed to the # script. The three lines preceding EOF are passed as standard # input to the program called on the first line. For example, # typing # # testfont foo # # to the UNIX shell has the same effect as typing # # tex grtestfont %this line is read by the shell # foo %these three lines are read by TeX # \bigtest # \end # mv grtestfont.dvi foo.dvi %this is again read by the shell # # mv means move, or rename. # tex grtestfont << EOF $1 \bigtest \end EOF mv grtestfont.dvi $1.dvi