commit 70eb26d404a3c46f3b2c1e4db6feaffde6b0797a Author: Jaap Joris Vens Date: Mon Oct 6 01:49:10 2014 +0200 first commit, a few years over due diff --git a/antiqua.png b/antiqua.png new file mode 100644 index 0000000..45fd2e2 Binary files /dev/null and b/antiqua.png differ diff --git a/antiqua.sty b/antiqua.sty new file mode 100644 index 0000000..665af57 --- /dev/null +++ b/antiqua.sty @@ -0,0 +1,5 @@ +\NeedsTeXFormat{LaTeX2e} +\ProvidesPackage{antiqua} +\renewcommand{\rmdefault}{uaq} +\renewcommand{\sfdefault}{ugq} +\endinput diff --git a/antiqua.tex b/antiqua.tex new file mode 100644 index 0000000..82c772e --- /dev/null +++ b/antiqua.tex @@ -0,0 +1,37 @@ +\documentclass{article} +\usepackage{microtype} +\usepackage[T1]{fontenc} +\usepackage{antiqua} +\usepackage[utf8]{inputenc} +\pagestyle{empty} +\linespread{1.2} +\begin{document} +\frenchspacing +\noindent +{\LARGE 8 URW Antiqua}\\ +~\\ +Are you ready for a little \LaTeX{} magic? Type the following into a file named \mbox{\emph{antiqua.sty}}: + +\begin{verbatim} +\NeedsTeXFormat{LaTeX2e} +\ProvidesPackage{antiqua} +\renewcommand{\rmdefault}{uaq} +\renewcommand{\sfdefault}{ugq} +\endinput +\end{verbatim} + +Now simply \textbackslash{}usepackage\{antiqua\}, and your document +will be typeset in URW Antiqua! Antiqua is little known, but still an +original creation by Hermann Zapf. Its sans serif counterpart that +will also be loaded by antiqua.sty is called \mbox{{\sf UWR Grotesk}}. Both +fonts were a commercial failure in the 1980s and were later made +available under the GNU General Public License. The intention of this +typeface was to be a highly legible, classical font for use in books, +magazines, and newspapers. + +Don't confuse this underrated beauty with ``Book Antiqua'', which is +Microsoft's knock-off of Zapf's Palatino typeface. (You know, the one +that's also known as Palladio by URW and Pagella by the \TeX{} Gyre +Project.) + +\end{document} diff --git a/bera.png b/bera.png new file mode 100644 index 0000000..9e74098 Binary files /dev/null and b/bera.png differ diff --git a/bera.tex b/bera.tex new file mode 100644 index 0000000..c61b56b --- /dev/null +++ b/bera.tex @@ -0,0 +1,18 @@ +\documentclass{article} +\usepackage{microtype} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage{bera} +\pagestyle{empty} +\linespread{1.2} +\begin{document} +\frenchspacing +\noindent +{\LARGE 9 Bitstream Vera}\\ +~\\ +The digital revolution demanded types that looked consistent and readable even when viewed at lower resolutions. This gave rise to a square-looking and widely spaced new family of fonts, of which Bitstream Charter was the first real example. After Charter's success, the Bitstream foundry worked together with the Gnome Foundation to produce Bitstream Vera, a serif font specifically designed for low resolution computer screens. The large x-height and wide, open letters make Vera easy to read even at very small sizes. + +The latest incarnation in the category of ``display serif fonts'' is the DejaVu series of fonts, which have mostly replaced the default Vera in most Linux distributions. If you like this type of font, closely compare the packages \texttt{charter}, \texttt{bera}, and \texttt{dejavu}. + + +\end{document} diff --git a/boisik.png b/boisik.png new file mode 100644 index 0000000..443cbd9 Binary files /dev/null and b/boisik.png differ diff --git a/boisik.tex b/boisik.tex new file mode 100644 index 0000000..d3df513 --- /dev/null +++ b/boisik.tex @@ -0,0 +1,24 @@ +\documentclass{article} +\usepackage{microtype} +\usepackage[OT1]{fontenc} +\usepackage{boisik} +\usepackage{mflogo} +\usepackage[utf8]{inputenc} +\pagestyle{empty} +\linespread{1.2} +\begin{document} +\frenchspacing +\noindent +{\LARGE $10$ Boisik}~\\ +~\\ +Boisik is without a doubt the ugliest font available in any \LaTeX distribution. +One look at this paragraph and you'll agree that the last place in this Top 10 is a well-deserved one. + +However, Boisik is very much worth mentioning because it has completely been written in the archaic \MF{} system. +That's right, every parameter of this font is globally adjustable, and every font size has different glyphs. + +Boisik is a tribute to the original Computer Modern typeface, and it's ugliness only underwrites the geniousness +of Knuth's creation. + + +\end{document} diff --git a/charter.tex b/charter.tex new file mode 100644 index 0000000..0d82e92 --- /dev/null +++ b/charter.tex @@ -0,0 +1,26 @@ +\documentclass{article} +\usepackage{microtype} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage{charter} +\pagestyle{empty} +\setlength{\parindent}{0pt} +\setlength{\parskip}{1em} +\linespread{1.2} +\begin{document} +\frenchspacing + +{\LARGE 9 Bitstream Charter} + +Bitstream Charter is a glyphic serif typeface designed by Matthew Carter in +1987 for Bitstream Inc., a digital type foundry. Bitstream Charter is a +typeface optimized for printing on the low-resolution 300 dpi laser printers +of the 1980s. The typeface is suitable for printing on both modern +high-resolution laser printers and lower resolution inexpensive inkjet +printers. + +In 1992, along with their version of Courier, Bitstream donated the Charter +font to the X Consortium under terms that allowed modified versions of the +font to be redistributed. + +\end{document} diff --git a/default.css b/default.css new file mode 100644 index 0000000..b0f0491 --- /dev/null +++ b/default.css @@ -0,0 +1,93 @@ +* +{ + margin: 0px; + padding: 0px; +} + +body +{ + width: 720px; + margin: 50px auto; + font-family: "Palatino Linotype", "Book Antiqua", Palatino, Palladia, Pagella, serif; + font-size: 20px; + background: #fff; +} + +h1 +{ + font-size: 2em; +} + +h2 +{ + font-size: 1.5em; + padding: 0em 0em 0.2em; +} + +img { + width: 720px; +} + +p +{ + padding: 0.5em 0em; +} + +A:link {text-decoration: none} +A:visited {text-decoration: none} +A:active {text-decoration: none} +A:hover {text-decoration: underline;} + +.latex +{ + letter-spacing: 1px; +} + +.latex sup +{ + text-transform: uppercase; + letter-spacing: 1px; + font-size: 0.85em; + vertical-align: 0.15em; + margin-left: -0.36em; + margin-right: -0.15em; +} + +.latex sub { + text-transform: uppercase; + vertical-align: -0.5ex; + margin-left: -0.1667em; + margin-right: -0.125em; + font-size: 1em; +} + +.comments +{ + font-size: 22px; +} + +.comments input[name="Name"] +{ + font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; + font-size: 22px; + font-weight: bold; +} + +.comments textarea +{ + font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; + font-size: 22px; +} + +.comments input[name="Answer"] +{ + font-size: 22px; + font-family: sans-serif; + width: 10em; +} + +.comments input +{ + font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; + font-size: 28px; +} diff --git a/didot.png b/didot.png new file mode 100644 index 0000000..c775e8f Binary files /dev/null and b/didot.png differ diff --git a/didot.tex b/didot.tex new file mode 100644 index 0000000..785fc37 --- /dev/null +++ b/didot.tex @@ -0,0 +1,42 @@ +\documentclass{article} +\usepackage{microtype} +\usepackage[T1]{fontenc} +\usepackage{gfsdidot} +\usepackage{inconsolata} +\pagestyle{empty} +\linespread{1.2} +\begin{document} +\frenchspacing + +\noindent +{\LARGE 3 GFS Didot}\\ +~\\ +Didot is the ``father of modern fonts''. It was created by the famous French +printing and type producing family between 1784 and 1811. Firmin Didot cut +the letters, and cast them as type in Paris. His brother, Pierre Didot used +the types in printing. Together, they are regarded the inventors of the +neoclassical \emph{Didone} style of typefaces, evocative of the Age of +Enlightenment. + +The typeface is characterized by serifs without brackets, vertical +orientation of weight axes, strong contrast between thick and thin lines, +and an unornamented, ``modern'' appearance, inspired by John +Baskerville's earlier experiments with increasing stroke contrast and a more +condensed armature. +%Didot resembles the typefaces developed by Giambattista Bodoni in Italy. + +The \TeX{} version of Didot was created by the \emph{Greek Font Society}, a +non-profit organization in Greece, founded in 1992, devoted to improving the +standard of Greek digital typography. Other famous typefaces recreated by +the GFS include Artemisia, Neohellenic and Bodoni. To use them, put one of +the following directives in your document header. + +\textbackslash usepackage\{gfsartemisia\} + +\textbackslash usepackage\{gfsbodoni\} + +\textbackslash usepackage\{gfsdidot\} + +\textbackslash usepackage\{gfsneohellenic\} + +\end{document} diff --git a/fontcomp.png b/fontcomp.png new file mode 100644 index 0000000..83753f9 Binary files /dev/null and b/fontcomp.png differ diff --git a/gyre.png b/gyre.png new file mode 100644 index 0000000..edcc8ac Binary files /dev/null and b/gyre.png differ diff --git a/gyre.tex b/gyre.tex new file mode 100644 index 0000000..0aaf9d4 --- /dev/null +++ b/gyre.tex @@ -0,0 +1,38 @@ +\documentclass{article} +\usepackage[T1]{fontenc} +\usepackage{charter} +%\usepackage{helvet} +%\renewcommand{\familydefault}{\sfdefault} +\usepackage{microtype} +\pagestyle{empty} +\linespread{1.2} +\begin{document} +\frenchspacing +\noindent +{\LARGE 7 \TeX{} Gyre Collection}\\ +~\\ +The \TeX{} Gyre Collection is the open source counterpart of the proprietary +Post\-Script ``core font set'' (Avant Garde, Bookman, Courier, Helvetica, New +Century Schoolbook, Palatino, Times Roman, and Zapf Chancery). It was +created from the clones of this set that URW donated to the the free +software community (Gothic, Bookman, Nimbus Mono, Nimbus Sans, Century +Schoolbook, \mbox{Palladio}, Nimbus Roman, Chancery). In the same order, +these are the new names given to them by the \TeX{} Gyre project: Adventor, +Bonum, Cursor, Heros, Schola, Pagella, Termes, and Chorus. Get it? + +Orginally, \LaTeX{} support for these fonts was provided by the PSNFSS +(Post\-Script New Font Selection Scheme) project that conveniently ignored +the fact that the fonts it uses aren't really Adobe's versions but rather +URW's versions. That's why you can still simply \textbackslash +usepackage\{avant, bookman, courier, helvet, newcent, palatino, times, +and chancery\} to activate the (clones of) common PostScript fonts. +%For more information, see psnfss2e.pdf included in every modern \LaTeX +%distribution. + +The \TeX{} Gyre project makes an end to this naivety with its new naming +scheme and makes a renewed effort to adapt and extend the core font set for +use with \LaTeX{}. Only four of these font families are suited for running +text (instead of headings, listings, citations, etc.). Here they are, +including the proper way of using them through the \TeX{} Gyre project: + +\end{document} diff --git a/gyrebonum.png b/gyrebonum.png new file mode 100644 index 0000000..066fd71 Binary files /dev/null and b/gyrebonum.png differ diff --git a/gyrebonum.tex b/gyrebonum.tex new file mode 100644 index 0000000..c126a71 --- /dev/null +++ b/gyrebonum.tex @@ -0,0 +1,19 @@ +\documentclass{article} +\usepackage[T1]{fontenc} +\usepackage{microtype} +\usepackage{tgbonum} +\pagestyle{empty} +\linespread{1.2} +\begin{document} +\frenchspacing + +\begin{description} +\item[Bonum / Bookman:] +This typeface is derived from Old Style +Antique designed by Alexander Phemister in 1858 for the Miller and Richard +type foundry. Several American foundries copied the design +and issued it under various names.\\ +Usage: \textbackslash usepackage\{tgbonum\} +\end{description} + +\end{document} diff --git a/gyrepagella.png b/gyrepagella.png new file mode 100644 index 0000000..89a7a7a Binary files /dev/null and b/gyrepagella.png differ diff --git a/gyrepagella.tex b/gyrepagella.tex new file mode 100644 index 0000000..d2c8df5 --- /dev/null +++ b/gyrepagella.tex @@ -0,0 +1,19 @@ +\documentclass{article} +\usepackage[T1]{fontenc} +\usepackage{microtype} +\usepackage{tgpagella} +\pagestyle{empty} +\linespread{1.2} +\begin{document} +\frenchspacing + +\begin{description} +\item[Pagella / Palladio / Palatino:] +This is the masterpiece and life's work of font professor Hermann Zapf, +first released in 1948. He based it on the humanist fonts of the Italian +Renaissance, which mirror the letters formed by a broad nib pen, giving +Palatino a beautiful calligraphic grace.\\ +Usage: \textbackslash usepackage\{tgpagella\} +\end{description} + +\end{document} diff --git a/gyreschola.png b/gyreschola.png new file mode 100644 index 0000000..00b9d64 Binary files /dev/null and b/gyreschola.png differ diff --git a/gyreschola.tex b/gyreschola.tex new file mode 100644 index 0000000..e8a0b59 --- /dev/null +++ b/gyreschola.tex @@ -0,0 +1,20 @@ +\documentclass{article} +\usepackage[T1]{fontenc} +\usepackage{microtype} +\usepackage{tgschola} +\pagestyle{empty} +\linespread{1.2} +\begin{document} +\frenchspacing + +\begin{description} +\item[Schola / Century Schoolbook:] +The original Century Schoolbook was designed by Morris Fuller Benton in 1919 +at the request of Ginn \& Co., a textbook publisher, who were looking for an +especially easy-to-read face for textbooks. It is now familiar to many +North Americans as the typeface they first learned to read with.\\ +Usage: \textbackslash usepackage\{tgschola\} + +\end{description} + +\end{document} diff --git a/gyretermes.png b/gyretermes.png new file mode 100644 index 0000000..dfa0a95 Binary files /dev/null and b/gyretermes.png differ diff --git a/gyretermes.tex b/gyretermes.tex new file mode 100644 index 0000000..4a750ca --- /dev/null +++ b/gyretermes.tex @@ -0,0 +1,19 @@ +\documentclass{article} +\usepackage[T1]{fontenc} +\usepackage{microtype} +\usepackage{tgtermes} +\pagestyle{empty} +\linespread{1.2} +\begin{document} +\frenchspacing + +\begin{description} +\item[Termes / Nimbus Roman / Times Roman:] +This typeface was commissioned by the British newspaper \emph{The~Times} in +1931, after Stanley Morison had written an article criticizing +the newspaper for being badly printed and typographically behind the +times. Stanley himself was the one who designed the replacement.\\ +Usage: \textbackslash usepackage\{tgtermes\} +\end{description} + +\end{document} diff --git a/index.html b/index.html new file mode 100644 index 0000000..faffd21 --- /dev/null +++ b/index.html @@ -0,0 +1,133 @@ + + + +Top 10 LaTeX Fonts + + + + +

Top 10 LaTeX Fonts

+ +

+ +This page contains ten paragraphs typeset by the +LaTeX +typesetting system, converted to images by +the dvipng +utility. Each paragraph1 showcases a different font family +and provides some background and usage instructions. + +All the fonts are free and open source and are included by default in +most LaTeX +distributions. All fonts are also available +on CTAN, + +as well as in the +TeX +Font Catalogue which lists them all including usage instuctions. +

+ + +

+   1 except for this one, which is the only +paragraph rendered by your browser. +

+ + + +  + +

+1 Computer Modern +

+ +  + +

+2 Kepler Fonts +

+

+Comparison table +

+

+Kepler Sans +

+ +  + +

+6 GFS Didot +

+ +  + +

+4 Utopia +

+ +  + +

+5 Venturis ADF +

+

+ +

+

+ +

+

+ +

+ +  + +

+6 Libertine +

+ +  + +

+7 TeX Gyre Collection +

+

+Bonum +

+

+Pagella +

+

+Schola +

+

+Termes +

+ +  + +

+7 URW Antiqua +

+ +  + +

+10 Bitstream Vera +

+ +  + +

+8 Boisik +

+ +  + + + + + + diff --git a/kpfonts.png b/kpfonts.png new file mode 100644 index 0000000..3dbac52 Binary files /dev/null and b/kpfonts.png differ diff --git a/kpfonts.tex b/kpfonts.tex new file mode 100644 index 0000000..cbcbcd9 --- /dev/null +++ b/kpfonts.tex @@ -0,0 +1,35 @@ +\documentclass{article} +\usepackage{microtype} +\usepackage[T1]{fontenc} +\usepackage{kpfonts} +\pagestyle{empty} +\linespread{1.2} +\begin{document} +\frenchspacing + +\noindent +{\LARGE 2 Kp-Fonts}\\ +~\\ +The ``Kp-Fonts'' from the \emph{Johannes Kepler project} are a neat, easy, +and complete replacement for the default Computer Modern font family. By +using the package kpfonts (\textbackslash usepackage\{kpfonts\}) you replace +the default roman, sans-serif and monospace typewriter fonts of the complete +document, as well as the font used in the math sections. The package has +many options, see the documentation in kpfonts.pdf. +%(on Unix-like systems, +%type \emph{texdoc kpfonts}). + +The roman font-family of Kp-Fonts is a modified version of the open source +URW Palladio, a clone of the popular but +non-free Palatino font family created by Herman Zapf and first released +in 1948. +%Named after the $16^{\textrm{th}}$ century Italian master of +%calligraphy Giovanni Battista Palatino, Palatino is based on the humanist +%fonts of the Italian Renaissance. +According to the creator of Kp-Fonts, Christophe Caignaert, the +modifications were made to give the font a more basic and dynamic shape. +The following table (taken from \mbox{kpfonts.pdf}) illustrates this. + + + +\end{document} diff --git a/kpsans.png b/kpsans.png new file mode 100644 index 0000000..1553fd8 Binary files /dev/null and b/kpsans.png differ diff --git a/kpsans.tex b/kpsans.tex new file mode 100644 index 0000000..a70bdce --- /dev/null +++ b/kpsans.tex @@ -0,0 +1,21 @@ +\documentclass{article} +\usepackage{microtype} +%\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage{kpfonts} +\usepackage{inconsolata} +\pagestyle{empty} +%\setlength{\parindent}{0pt} +%\setlength{\parskip}{1em} +\linespread{1.2} +\begin{document} +\frenchspacing + +\noindent +\sf The sans-serif font included in Kp-Fonts is also very graceful, and +possibly worth its own entry in this top ten list. However, I have no +background information at all about this font. Also, I have no idea where +to find more information about the the mysterious \emph{Johannes Kepler +project}. If you know more, please let me know! + +\end{document} diff --git a/libertine.png b/libertine.png new file mode 100644 index 0000000..fb29d3e Binary files /dev/null and b/libertine.png differ diff --git a/libertine.tex b/libertine.tex new file mode 100644 index 0000000..d541751 --- /dev/null +++ b/libertine.tex @@ -0,0 +1,40 @@ +\documentclass{article} +\usepackage{microtype} +\usepackage[T1]{fontenc} +\usepackage{libertine} +\usepackage{anyfontsize} +\pagestyle{empty} +\linespread{1.2} +\begin{document} +\frenchspacing +\noindent +{\LARGE 6 Linux Libertine}\\ +~\\ +Linux Libertine is marketed by the Libertine Open Fonts Project as +a free and open source replacement for the proprietary typeface Times New +Roman, the default serif typeface on every Microsoft Windows platform since +1992. Like its rival, Libertine looks like the 19th century +book type, and includes features designed for modern use. It contains more +than 2000 Unicode characters and supports many different +languages. In \LaTeX, it behaves as any other expert font with oldstyle +numerals, true small caps, kerning and ligatures. +However, make sure to \textbackslash usepackage[T1]\{fontenc\} when using +this typeface, because Libertine doesn't set the font encoding by default. +%In general it's a good practice to always +%specify the font encoding (T1 for all the fonts on this page) yourself. + +By the way, Libertine is the font used in the Wikipedia +% {\fontsize{11.3}{0}\selectfont\useTextGlyph{fxl}{V.alt}\hspace{-3.6pt}\useTextGlyph{fxl}{V.alt}}\hspace{-.5pt}{\fontsize{11}{10}\selectfont\sc ikipedi}A +logo. + +\sf +The sans serif family (used in this paragraph) gets also set by +\textbackslash usepackage\{libertine\}. This family is called Biolinum and is what software +developers would call a \emph{beta version}---not yet suited for production +use. It looks a little like Zapf's famous Optima typeface, due to the +application of subtle stresses that produce the suggestion of a glyphic +serif. Bio\-linum goes even further in this by featuring real (although +petite) serifs at the end of some strokes. Let's see how the development will +proceed... + +\end{document} diff --git a/lmodern.png b/lmodern.png new file mode 100644 index 0000000..c892aec Binary files /dev/null and b/lmodern.png differ diff --git a/lmodern.tex b/lmodern.tex new file mode 100644 index 0000000..8139cdc --- /dev/null +++ b/lmodern.tex @@ -0,0 +1,43 @@ +\documentclass{article} +\usepackage[T1]{fontenc} +\usepackage{lmodern} +\usepackage{inconsolata} +\usepackage{microtype} +\usepackage{mflogo} +\pagestyle{empty} +\linespread{1.2} +\begin{document} +\frenchspacing + +\noindent +{\LARGE 1 Computer Modern}\\ +~\\ +% Some love it, some hate it, but fact is that a +\noindent +The users of any \TeX{} system get the Computer Modern typeface by default in +all their documents. This idiosyncratic font makes \TeX{} documents +instantly recognizable to anyone who's ever used this system and instantly +impresses anyone else with it's timeless design. It has very high contrast +between thick and thin elements, very consistent and characteristic +strokes, and relatively short ascenders and descenders. Of course, it's +classified as ``modern''. + +Computer Modern was created by Donald Knuth, the great mathematician and +creator of \TeX, and initially released in $1978$ together with \TeX{} and +\MF. The latter is the programming language that he used to create Computer +Modern. In this language, the Computer Modern shapes are described by 62 +distinct parameters that allow the glyphs to be changed generically. The +idea is that certain aspects of the font can be adjusted by typesetters to +match the type of material. In reality, noone besides Knuth has been able +to create such a mature and widely-used type family as Computer Modern using +the \MF{} system, although you'll see one more \MF{} typeface further down +this page. + +To use this font in \LaTeX, you don't have to do anything. However, you might consider +to \textbackslash usepackage\{lmodern\} to obtain Latin Modern, +a PostScript version of Computer Modern created with \MP. It looks +(almost) exactly the same, but provides more convenient scaling of glyphs +among other small improvements. But rest assured that \LaTeX{}, by default, +gives you the best typeface available. + +\end{document} diff --git a/makefile b/makefile new file mode 100644 index 0000000..a648cce --- /dev/null +++ b/makefile @@ -0,0 +1,78 @@ +options = -D 300 -bg Transparent -fg 'rgb 0 0 0' -T tight -z 9 -Q 10 + +all: boisik.png gyre.png gyrebonum.png gyrepagella.png gyreschola.png gyretermes.png antiqua.png lmodern.png kpfonts.png kpsans.png utopia.png venturis.png venturisrm1.png venturisrm2.png venturisrm3.png didot.png libertine.png bera.png + +antiqua.png: antiqua.tex + latex antiqua.tex + dvipng $(options) -gamma 0.6 -o antiqua.png antiqua.dvi + +gyre.png: gyre.tex + latex gyre.tex + dvipng $(options) -gamma 0.5 -o gyre.png gyre.dvi + +gyrebonum.png: gyrebonum.tex + latex gyrebonum.tex + dvipng $(options) -gamma 0.5 -o gyrebonum.png gyrebonum.dvi + +gyrepagella.png: gyrepagella.tex + latex gyrepagella.tex + dvipng $(options) -gamma 0.8 -o gyrepagella.png gyrepagella.dvi + +gyreschola.png: gyreschola.tex + latex gyreschola.tex + dvipng $(options) -gamma 0.5 -o gyreschola.png gyreschola.dvi + +gyretermes.png: gyretermes.tex + latex gyretermes.tex + dvipng $(options) -gamma 0.8 -o gyretermes.png gyretermes.dvi + +lmodern.png: lmodern.tex + latex lmodern.tex + dvipng $(options) -gamma 1 -o lmodern.png lmodern.dvi + +kpfonts.png: kpfonts.tex + latex kpfonts.tex + dvipng $(options) -gamma 0.7 -o kpfonts.png kpfonts.dvi + +kpsans.png: kpsans.tex + latex kpsans.tex + dvipng $(options) -gamma 0.7 -o kpsans.png kpsans.dvi + +utopia.png: utopia.tex + latex utopia.tex + dvipng $(options) -gamma 0.5 -o utopia.png utopia.dvi + +venturis.png: venturis.tex + latex venturis.tex + dvipng $(options) -gamma 0.8 -o venturis.png venturis.dvi + +venturisrm1.png: venturisrm1.tex + latex venturisrm1.tex + dvipng $(options) -gamma 0.8 -o venturisrm1.png venturisrm1.dvi + +venturisrm2.png: venturisrm2.tex + latex venturisrm2.tex + dvipng $(options) -gamma 0.8 -o venturisrm2.png venturisrm2.dvi + +venturisrm3.png: venturisrm3.tex + latex venturisrm3.tex + dvipng $(options) -gamma 0.8 -o venturisrm3.png venturisrm3.dvi + +didot.png: didot.tex + latex didot.tex + dvipng $(options) -gamma 0.5 -o didot.png didot.dvi + +libertine.png: libertine.tex + latex libertine.tex + dvipng $(options) -gamma 0.8 -o libertine.png libertine.dvi + +bera.png: bera.tex + latex bera.tex + dvipng $(options) -gamma 0.8 -o bera.png bera.dvi + +boisik.png: boisik.tex + latex boisik.tex + dvipng $(options) -gamma 1.2 -o boisik.png boisik.dvi + +clean: + -rm *.dvi *.aux *.log diff --git a/utopia.png b/utopia.png new file mode 100644 index 0000000..5a7b081 Binary files /dev/null and b/utopia.png differ diff --git a/utopia.tex b/utopia.tex new file mode 100644 index 0000000..65421f7 --- /dev/null +++ b/utopia.tex @@ -0,0 +1,33 @@ +\documentclass{article} +\usepackage{microtype} +\usepackage[T1]{fontenc} +\usepackage{fourier} +\pagestyle{empty} +\linespread{1.2} +\begin{document} +\frenchspacing + +\noindent +{\LARGE 4 Utopia}\\ +~\\ +Utopia is a transitional serif typeface designed by Robert Slimbach, and +first released in 1989 by Adobe. Its looks are consistent, formal, and very +clearly readable even on low-resolution media such as computer printers and +screens. + +Adobe's release of Utopia was a response to Bitstream's release of the +Charter typeface (\textbackslash usepackage\{charter\}) in 1987, +another highly readable set of fonts designed specifically for +low-resolution printers. Both corporations donated their fonts to the +X Consortium in 1992 in order to gain popularity. Adobe, however, did +so using very restrictive license, causing concerns in the free +software community. (This is the reason you see a ``This package is +to be regarded as obsolete'' warning when you try to \textbackslash +usepackage\{utopia\} in \LaTeX.) + +In 2006, Adobe re-released Utopia, this time under a truly free license, and +since then it has been available through at least two packages: the +Fourier-GUTenberg project (\textbackslash usepackage\{fourier\}), and +\emph{mathdesign} (\textbackslash usepackage[utopia]\{mathdesign\}). + +\end{document} diff --git a/venturis.png b/venturis.png new file mode 100644 index 0000000..ff8bc2b Binary files /dev/null and b/venturis.png differ diff --git a/venturis.tex b/venturis.tex new file mode 100644 index 0000000..e14f0de --- /dev/null +++ b/venturis.tex @@ -0,0 +1,26 @@ +\documentclass{article} +\usepackage{microtype} +\usepackage[lf]{venturis} +\pagestyle{empty} +\linespread{1.2} +\begin{document} +\frenchspacing + +\noindent +{\LARGE 5 Venturis ADF}\\ +~\\ +After Adobe finally open-sourced the Utopia font-family in 2006, +font-designer Hirwen Harendal of the Arkandis Digital Foundry made the first +legal derivative and released it in 2007 on behalf of the \TeX{} Users +Group. The Venturis suite of typefaces are characterized by a smaller +x-height and an even more ``square'' feeling than Utopia. The Venturis +collection consists of the following three typefaces. + +%The ADF has three purposes. The first is provide fonts to allow for artistic +%creativity in publications for those who cannot afford the cost of +%commercial font families. The second is to protect the works of professional +%font foundries and designers from the illegal use of their fonts in +%publications or for commercial use by providing these free alternatives. The +%last is that making fonts is a great pleasure. + +\end{document} diff --git a/venturisrm1.png b/venturisrm1.png new file mode 100644 index 0000000..69d453f Binary files /dev/null and b/venturisrm1.png differ diff --git a/venturisrm1.tex b/venturisrm1.tex new file mode 100644 index 0000000..a49ce9c --- /dev/null +++ b/venturisrm1.tex @@ -0,0 +1,16 @@ +\documentclass{article} +\usepackage{microtype} +\usepackage[lf]{venturis} +\pagestyle{empty} +\linespread{1.2} +\begin{document} +\frenchspacing + +\begin{description} + +\item{\bf Venturis:} +The original Venturis typeface. To use, place \textbackslash usepackage\{venturis\} +in the document header. +\end{description} + +\end{document} diff --git a/venturisrm2.png b/venturisrm2.png new file mode 100644 index 0000000..4f53725 Binary files /dev/null and b/venturisrm2.png differ diff --git a/venturisrm2.tex b/venturisrm2.tex new file mode 100644 index 0000000..2b49551 --- /dev/null +++ b/venturisrm2.tex @@ -0,0 +1,15 @@ +\documentclass{article} +\usepackage{microtype} +\usepackage{venturis2} +\pagestyle{empty} +\linespread{1.2} +\begin{document} +\frenchspacing + +\begin{description} +\item{\bf Venturis No2:} +Like the original Venturis typeface, but with an even smaller x-height. To use, place +\textbackslash usepackage\{venturis2\} in the document header. +\end{description} + +\end{document} diff --git a/venturisrm3.png b/venturisrm3.png new file mode 100644 index 0000000..5bf66ec Binary files /dev/null and b/venturisrm3.png differ diff --git a/venturisrm3.tex b/venturisrm3.tex new file mode 100644 index 0000000..288ba07 --- /dev/null +++ b/venturisrm3.tex @@ -0,0 +1,14 @@ +\documentclass{article} +\usepackage{microtype} +\usepackage{venturisold} +\pagestyle{empty} +\linespread{1.2} +\begin{document} +\frenchspacing + +\begin{description} +\item{\bf Venturis old:} +To use, place \textbackslash usepackage\{venturisold\} in the document header. +\end{description} + +\end{document}