File: sample.tex

package info (click to toggle)
tex-guy 1.2.4-4
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 6,556 kB
  • ctags: 2,795
  • sloc: ansic: 26,146; sh: 10,576; makefile: 654; awk: 78; perl: 63
file content (71 lines) | stat: -rw-r--r-- 1,894 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
\documentclass[12pt]{article}
\usepackage{graphicx}
\usepackage{color}
\usepackage{times}
\usepackage{avant}
\definecolor{DarkGreen}{rgb}{0.0,0.5,0.0}
\definecolor{ColA}{rgb}{0.6,0.0,0.0}
\definecolor{ColB}{rgb}{0.0,0.4,0.2}
\setlength\topmargin{-20mm}
\setlength\textwidth{150mm}
\setlength\textheight{250mm}
\setlength\oddsidemargin{5mm}
\setlength\evensidemargin{5mm}
\setlength\marginparwidth{120mm}
\setlength\marginparsep{18mm}

\begin{document}

\title{\textcolor{blue}{
  \LARGE\textbf{\textsf{The VFlib Project}}}
}
\author{{\LARGE Hirotsugu Kakugawa อต}\\
        Hiroshima University\\
        {Email: }\texttt{h.kakugawa@computer.org}}
\date{\Large 1 November, 2001}
\maketitle
\thispagestyle{empty}

\sf

\begin{center}
\mbox{\includegraphics[scale=0.9]{EPS/HU-ENG-C2.eps}}
\par
\textcolor{DarkGreen}{Faculty of Enginnering, Hiroshima Univ.}\\
\textcolor{DarkGreen}{\textit{Photo by H. Kakugawa}}
\end{center}

\large
     VFlib 3.6 supports the following font file formats: 
\begin{quote}
  \textcolor{ColA}{PCF},
  \textcolor{ColA}{BDF}, 
  \textcolor{ColA}{HBF}, 
  \textcolor{ColA}{TrueType}
  \textcolor{ColA}{Type~1}
  \textcolor{ColA}{GF}, 
  \textcolor{ColA}{PK}, 
  \textcolor{ColA}{Virtual Font}. 
  \textcolor{ColA}{TFM}, 
  \textcolor{ColA}{OFM}, 
  \textcolor{ColA}{eKanji}, 
  \textcolor{ColA}{Syotai Club}, and
  \textcolor{ColA}{JG}.
\end{quote}

     \textcolor{blue}{\textsf{\textsf{VFlib Version 3.6}}}
   can be used as a font module for
   drivers and previewers of DVI files (\TeX\ and \LaTeX). 
   The TeX-Guy package contains a DVI interpreter (about 7300 lines of C code)
   and a sample DVI previewer \textcolor{ColB}{\textsf{spwx11}}
   for X Window System written with only 140 lines of C code.

\eject

\begin{center}
\mbox{\includegraphics[scale=0.5]{EPS/HU-ENG-C2.eps}}
\par
\textcolor{DarkGreen}{Photo by H. Kakugawa}
\end{center}

\end{document}