Go back >> home >> useful

TeX/LaTeX Information

  1. Math writings for LaTeX (Translated by babelfish)
  2. Things about CCT
  3. How to make PDF files supporting search and copying of Chinese texts.
  4. Other PDF related tips
  5. Type3 fonts --> Type1 fonts
  6. Introduction to List Environment.
  7. How to add background image/text.
  8. EDMAC in plain TeX and LEDMAC in LaTeX are used to number individual lines.
  9. Some examples of pstricks.
  10. When using ghostscript to convert .ps files .pdf files, the following command ensure that all fonts are embedded as subsets, even those ``base fonts''.
    gs -dSAFER -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sPAPERSIZE=letter 
    -dPDFSETTINGS=/printer -dCompatibilityLevel=1.3 -dMaxSubsetPct=100 
    -dSubsetFonts=true -dEmbedAllFonts=true -sOutputFile=output.pdf input.ps
    
  11. Type-1 font installation guide by Fulko van Westrenen. http://www.umantec.nl/fontinst/
  12. How to use bold typewriter font? (by Bob Tennent at c.t.t.)
    Install cmttb10.mf and then
    \DeclareFontShape{OT1}{cmtt}{bx}{n}
         {
          <5><6><7><8><9><10><10.95><12><14.4><17.28><20.74><24.88>cmttb10
          }{}
    
    \begin{document}
    \texttt{\textbf{Bold Typewriter.}}
    \end{document}
    
Go back >> home >> useful

Please send questions, comments, and suggestions to ymeng_9 at etang dot com