HEX
Server: LiteSpeed
System: Linux houston.panomity.com 6.8.0-100-generic #100-Ubuntu SMP PREEMPT_DYNAMIC Tue Jan 13 16:40:06 UTC 2026 x86_64
User: nudepix (1011)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //usr/share/doc/cm-super/README.Debian
The Debian Package cm-super
^^^^^^^^^^^^^^^^^^^^^^^^^^^
How to use the cm-super fonts on a Debian system
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To get the Type1 cm-super fonts embedded into your TeX documents, install
the cm-super package, and use any of:

0. For latex, load the type1ec package and then select T1 fontenc:
	\usepackage{type1ec}
	\usepackage[T1]{fontenc}
   For tex, load the fonts with \font, see below

   BIG WARNING BIG WARNING BIG WARNING
   If you DON'T have cm-super (the full package) installed you have to use
   	\usepackage[10pt]{type1ec}
   which uses only those cm-super fonts available in cm-super-minimal and
   scale those fonts for other design sizes.
   END WARNING END WARNING END WARNING

1. Run tex/latex as usual. Run dvips as usual.

2. Run pdftex/pdflatex as usual.

3. Run tex/latex as usual. Run dvipdfm(x) as usual.

Example LaTeX file using these fonts
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
\documentclass{article}
\usepackage{type1ec}
\usepackage[T1]{fontenc}
\begin{document}
  Hello, World!\par
  This example is written by \textit{Szabó Péter}.

  \texttt{Árvízt\H{u}r\H{o} tükörfúrógép} contains
  all Hungarian accented wovels.
\end{document}

German Double-S (ß) variants (from INSTALL)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
If you wish to use the original CM germandbls (sharp s) shape,
rather than the new EC one, change "germandbls" to "germandbls.alt"
in cm-super-t1.enc (at the end, penultimate line).

Why is the Debian .deb file half as long as the original .tar.gz?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Because the .deb contains cm-super.t1c in place of the original *.pfb files.
cm-super.t1c is more compressible than the *.pfb files. See debian/postinst
about restoring the *.pfb files from cm-super.t1c during package
installation.

Szabó Péter <pts@winter>, Sat, 29 Mar 2003 22:32:12 +0100
Norbert Preining <preining@debian.org>, Tue, 27 Sep 2005 11:57:39 +0200