DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: T p

⟦c97a87b77⟧ TextFile

    Length: 1034 (0x40a)
    Types: TextFile
    Names: »pic2tpic«

Derivation

└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12
    └─⟦c319c2751⟧ »unix3.0/TeX3.0.tar.Z« 
        └─⟦036c765ac⟧ 
            └─⟦this⟧ »TeX3.0/TeXgraphics/transfig/fig2dev/pic2tpic« 
└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12
    └─⟦63303ae94⟧ »unix3.14/TeX3.14.tar.Z« 
        └─⟦c58930e5c⟧ 
            └─⟦this⟧ »TeX3.14/TeXgraphics/transfig/fig2dev/pic2tpic« 

TextFile

#!/bin/sh
sed -e '
	s/\(\\f[^(]\)\(\\s[0-9]*\)/\2\1/g
	s/\(\\f(..\)\(\\s[0-9]*\)/\2\1/g
	s/"\([^"]*\)\\fP\([^"]*\)"/"\1\2"/g
	s/"\([^"]*\)\\fR\([^"]*\)"/"\1\\rm \2"/g
	s/"\([^"]*\)\\fI\([^"]*\)"/"\1\\it \2"/g
	s/"\([^"]*\)\\fB\([^"]*\)"/"\1\\bf \2"/g
	s/"\([^"]*\)\\fH\([^"]*\)"/"\1\\ss \2"/g
	s/"\([^"]*\)\\fC\([^"]*\)"/"\1\\tt \2"/g
	s/"\([^"]*\)\\f(CO\([^"]*\)"/"\1\\tt \2"/g
	s/"\([^"]*\)\\f(CW\([^"]*\)"/"\1\\tt \2"/g
	s/"\([^"]*\)\\s0\([^"]*\)"/"\1\2"/g
	s/"\([^"]*\)\\s[56]\([^0-9][^"]*\)"/"\1\\tiny \2"/g
	s/"\([^"]*\)\\s7\([^0-9][^"]*\)"/"\1\\scriptsize \2"/g
	s/"\([^"]*\)\\s8\([^0-9][^"]*\)"/"\1\\footnotesize \2"/g
	s/"\([^"]*\)\\s9\([^0-9][^"]*\)"/"\1\\small \2"/g
	s/"\([^"]*\)\\s1[01]\([^"]*\)"/"\1\\normalsize \2"/g
	s/"\([^"]*\)\\s1[23]\([^"]*\)"/"\1\\large \2"/g
	s/"\([^"]*\)\\s1[4-6]\([^"]*\)"/"\1\\Large \2"/g
	s/"\([^"]*\)\\s1[7-9]\([^"]*\)"/"\1\\LARGE \2"/g
	s/"\([^"]*\)\\s2[0-3]\([^"]*\)"/"\1\\huge \2"/g
	s/"\([^"]*\)\\s2[4-9]\([^"]*\)"/"\1\\Huge \2"/g
	s/"\([^"]*\)\\s3[0-9]\([^"]*\)"/"\1\\Huge \2"/g
	' $*