Ceske prostredi

Hans Ginzel Hans at kolej.mff.cuni.cz
Thu May 24 11:33:31 CEST 2001


	Dobry den.

>     protoze jsem preinstaloval OS a momentalne mi nejde web, tak de
> potrebuji zeptat, jak nainstaluji TeX (LaTeX, pdfTeX) s podporou
> cestiny. Mam pouze anglickou instalaci z RH 7.1, tak nevim co je
> potreba jeste stahnout a nainstalovat. Dekuji za jakoukoliv radu.

    V Debianu je balíček csplain, cslatex standardne v distribuci.

   Podivjte se do ftp://math.feld.cvut.cz/pub/cstex/unix/. Bud z
podadresare RPMS
vhodny balicek, nebo rucne:

    Downlod cs{plain,fonts,psfonts,latex}.tar.gz. Rozbalit do
/usr/share/tetex.

    Pak tento script:
	
cd /usr/share/texmf/tex/csplain/

texhash

tex --ini '\let\Cork=\relax' '\input csplain.ini'
mv csplain.fmt /usr/share/texmf/web2c
mv csplain.log /usr/share/texmf/web2c

rm -f /usr/bin/csplain
cat >/usr/bin/csplain <<-'EOF'
        #!/bin/sh

        exec tex -fmt csplain --translate-file=il2-cs.tcx "$@"
EOF
chmod a+rx /usr/bin/csplain

pdftex --ini '\let\Cork=\relax' '\input csplain.ini'
mv csplain.fmt /usr/share/texmf/web2c/pdfcsplain.fmt
mv csplain.log /usr/share/texmf/web2c/pdfcsplain.log

rm -f /usr/bin/pdfcsplain
cat >/usr/bin/pdfcsplain <<-'EOF'
        #!/bin/sh

        exec pdftex -fmt pdfcsplain --translate-file=il2-cs.tcx "$@"
EOF
chmod a+rx /usr/bin/pdfcsplain

# regenerating TeX filename database
texhash


     Obdobne i cslatex, ale asi musite smazat babel, nebo neco jeste
nastavovat, nevim.


	Zdravi

						Hans




More information about the csTeX mailing list