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 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948
|
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="generator"
content="HTML Tidy for Linux/x86 (vers 1st March 2002), see www.w3.org" />
<meta http-equiv="Content-Type"
content="text/html; charset=ISO-8859-1" />
<title>Part III. A Tools Overview</title>
<link rel="stylesheet" href="mtw.css" type="text/css" />
<meta name="generator"
content="DocBook XSL Stylesheets V1.53.0" />
<link rel="home" href="index.html" title="Making TeX Work" />
<link rel="up" href="index.html" title="Making TeX Work" />
<link rel="previous" href="ch12.html"
title="Chapter 12. Bibliographies, Indexes, and Glossaries" />
<link rel="next" href="ch13.html"
title="Chapter 13. Non-commercial Environments" />
</head>
<body>
<div class="navheader">
<table border="0" cellpadding="0" cellspacing="0"
width="100%" summary="Navigation table">
<tr>
<td align="left"> <a title="Making TeX Work"
href="index.html"><img src="figures/nav-home.png"
alt="Home" border="0" /></a> <a
title="Chapter 12. Bibliographies, Indexes, and Glossaries"
href="ch12.html"><img src="figures/nav-prev.png"
alt="Prev" border="0" /></a> <a
title="Making TeX Work" href="index.html"><img
src="figures/nav-up.png" alt="Up" border="0" /></a> <a
title="Chapter 13. Non-commercial Environments"
href="ch13.html"><img src="figures/nav-next.png"
alt="Next" border="0" /></a></td>
<td align="right"><i>Making TeX Work</i> Version 1.0.1
<span class="alpha-version">(<a
href="co01.html"><em>Alpha</em></a>)</span></td>
</tr>
</table>
</div>
<div class="part">
<div class="titlepage">
<div>
<h1 class="title"><a id="part.tools"
name="part.tools"></a>A Tools Overview</h1>
</div>
</div>
<div class="partintro">
<p><a href="pt03.html"
title="Part III. A Tools Overview">Part III</a>,
summarizes the tools you can use in processing TeX
documents. It describes the major free and commercial
implementations of TeX, and then briefly summarizes the
many TeXnical tools available.</p>
<div class="toc">
<p><b>Table of Contents</b></p>
<dl>
<dt>13. <a href="ch13.html">Non-commercial
Environments</a></dt>
<dd>
<dl>
<dt><a href="ch13.html#free.web">Web2C</a></dt>
<dt><a
href="ch13.html#sec.emtex.testinstall">emTeX</a></dt>
<dd>
<dl>
<dt><a href="ch13.html#id2925718">Where to
Start</a></dt>
<dt><a href="ch13.html#id2925747">Unpacking the
Archives</a></dt>
<dt><a href="ch13.html#id2925984">Setting Up
the Environment</a></dt>
<dt><a href="ch13.html#id2926107">Testing the
Installation</a></dt>
<dt><a
href="ch13.html#sec.emtex.smaller">Installing
Fonts</a></dt>
<dt><a href="ch13.html#id2926788">Making emTeX
Smaller</a></dt>
<dt><a href="ch13.html#id2928367">Basic
Customization</a></dt>
<dt><a href="ch13.html#id2929307">Installing
the Beta Test Versions of emTeX</a></dt>
<dt><a
href="ch13.html#sec.emtex.autofont">Running
emTeX 386 in Windows</a></dt>
<dt><a href="ch13.html#id2929946">Automatic
Font Generation with emTeX</a></dt>
<dt><a href="ch13.html#sec.netemtex">Installing
emTeX on a Network</a></dt>
</dl>
</dd>
<dt><a href="ch13.html#id2930222">texas</a></dt>
<dt><a href="ch13.html#id2930652">sbTeX</a></dt>
<dt><a href="ch13.html#id2931076">gTeX</a></dt>
</dl>
</dd>
<dt>14. <a href="ch14.html">Commercial
Environments</a></dt>
<dd>
<dl>
<dt><a href="ch14.html#sec.com.turbo">TeX by
ArborText</a></dt>
<dt><a href="ch14.html#id2931589">\yyTeX</a></dt>
<dt><a href="ch14.html#id2931820">Textures</a></dt>
<dt><a href="ch14.html#id2931894">TurboTeX</a></dt>
<dt><a href="ch14.html#sec.pctex">PCTeX</a></dt>
<dt><a href="ch14.html#sec.pctexforwin">PCTeX For
Windows</a></dt>
<dt><a href="ch14.html#id2933148">Scientific
Word</a></dt>
</dl>
</dd>
<dt>15. <a href="ch15.html">TeX on the
Macintosh</a></dt>
<dd>
<dl>
<dt><a
href="ch15.html#sec.Excalibur">CMacTeX</a></dt>
<dt><a
href="ch15.html#id2934116">DirectTeX</a></dt>
<dt><a href="ch15.html#id2934176">OzTeX</a></dt>
<dt><a href="ch15.html#id2934618">Textures</a></dt>
<dt><a href="ch15.html#id2935013">Other
Tools</a></dt>
<dd>
<dl>
<dt><a
href="ch15.html#id2935026">Alpha</a></dt>
<dt><a
href="ch15.html#id2935128">BBEdit</a></dt>
<dt><a href="ch15.html#sec.bsrtools">BSR Font
Tools</a></dt>
<dt><a
href="ch15.html#id2935468">Excalibur</a></dt>
<dt><a
href="ch15.html#id2935534">HyperBibTeX</a></dt>
<dt><a
href="ch15.html#id2935646">MacGS</a></dt>
<dt><a
href="ch15.html#id2935708">dvidvi</a></dt>
<dt><a
href="ch15.html#id2935748">MacDVIcopy</a></dt>
<dt><a
href="ch15.html#id2935800">MacBibTeX</a></dt>
<dt><a
href="ch15.html#id2935830">MacMakeIndex</a></dt>
</dl>
</dd>
</dl>
</dd>
<dt>16. <a href="ch16.html">TeX Utilities</a></dt>
<dd>
<dl>
<dt><a href="ch16.html#id2936355">List of
Tools</a></dt>
</dl>
</dd>
<dt>A. <a href="apa.html">Filename Extension
Summary</a></dt>
<dt>B. <a href="apb.html">Font Samples</a></dt>
<dd>
<dl>
<dt><a href="apb.html#id2941555">Font
Encodings</a></dt>
<dt><a href="apb.html#id2945478">Font
Samples</a></dt>
</dl>
</dd>
<dt>C. <a href="apc.html">Resources</a></dt>
<dd>
<dl>
<dt><a href="apc.html#id2943524">TUG: The TeX Users
Group</a></dt>
<dd>
<dl>
<dt><a href="apc.html#id2946099">Other User
Groups</a></dt>
</dl>
</dd>
<dt><a href="apc.html#id2946152">TeX
Software</a></dt>
<dt><a href="apc.html#id2946301">TeX
Shells</a></dt>
<dt><a href="apc.html#id2946342">Editors</a></dt>
<dt><a href="apc.html#id2946460">Macro Packages
(Formats)</a></dt>
<dt><a href="apc.html#id2946539">Styles and
Macros</a></dt>
<dd>
<dl>
<dt><a href="apc.html#id2946714">Styles That
Produced This Book</a></dt>
</dl>
</dd>
<dt><a href="apc.html#id2946829">Utilities</a></dt>
<dt><a
href="apc.html#id2948003">Miscellaneous</a></dt>
</dl>
</dd>
<dt>D. <a href="apd.html">Long Examples</a></dt>
<dt>E. <a href="ape.html">GNU Free Documentation
License</a></dt>
<dd>
<dl>
<dt>0. <a
href="ape.html#id2948209">PREAMBLE</a></dt>
<dt>1. <a href="ape.html#id2948100">APPLICABILITY
AND DEFINITIONS</a></dt>
<dt>2. <a href="ape.html#id2948673">VERBATIM
COPYING</a></dt>
<dt>3. <a href="ape.html#id2948707">COPYING IN
QUANTITY</a></dt>
<dt>4. <a
href="ape.html#id2948791">MODIFICATIONS</a></dt>
<dt>5. <a href="ape.html#id2949025">COMBINING
DOCUMENTS</a></dt>
<dt>6. <a href="ape.html#id2949073">COLLECTIONS OF
DOCUMENTS</a></dt>
<dt>7. <a href="ape.html#id2949112">AGGREGATION
WITH INDEPENDENT WORKS</a></dt>
<dt>8. <a
href="ape.html#id2949149">TRANSLATION</a></dt>
<dt>9. <a
href="ape.html#id2949177">TERMINATION</a></dt>
<dt>10. <a href="ape.html#id2949201">FUTURE
REVISIONS OF THIS LICENSE</a></dt>
<dt><a href="ape.html#id2948479">How to use this
License for your documents</a></dt>
</dl>
</dd>
<dt><a href="bi01.html">Bibliography</a></dt>
</dl>
</div>
</div>
<div class="bibliography">
<div class="titlepage">
<div>
<h2 class="title"><a id="id2935958"
name="id2935958"></a>Bibliography</h2>
</div>
</div>
<div class="bibliomixed">
<a id="pk:texdraw" name="pk:texdraw"></a>
<p class="bibliomixed">[pk:texdraw] manual author =
"Peter Kabal", title = "{\TeX draw}: PostScript drawings
from {\TeX}", edition = "1.4a", month = jul, year = 1992,
etext = "CTAN:graphics/texdraw/manual/*"</p>
</div>
<div class="bibliomixed">
<a id="chicman" name="chicman"></a>
<p class="bibliomixed">[chicman] manual editor = "John
Grossman", Title = "The Chicago Manual of Style",
publisher = "University of Chicago Press", year = "1993",
edition = "fourteenth", organization = "University of
Chicago"</p>
</div>
<div class="bibliomixed">
<a id="lw:progperl" name="lw:progperl"></a>
<p class="bibliomixed">[lw:progperl] book Author = "Larry
Wall and Randal L. Schwartz", Title = "Programming Perl",
Publisher = O'Reilly & Associates, Year = 1992, isbn
= "0-937175-64-1"</p>
</div>
<div class="bibliomixed">
<a id="eu:international" name="eu:international"></a>
<p class="bibliomixed">[eu:international] book Author =
"Emmanual Uren and Robert Howard and Tiziana Perinotti",
title = "Software Internationalization and Localization:
An Introduction", publisher = "Van Nostrand Reinhold",
year = 1993, isbn = "0-442-01498-8"</p>
</div>
<div class="bibliomixed">
<a id="latexcompanion" name="latexcompanion"></a>
<p class="bibliomixed">[latexcompanion] book author =
"Michel Goossens and Frank Mittelbach and Alexander
Samarin", title = "The {\LaTeX} Companion", publisher =
Addison Wesley, year = 1994, isbn = "0-201-54199-8"</p>
</div>
<div class="bibliomixed">
<a id="eg:dratex" name="eg:dratex"></a>
<p class="bibliomixed">[eg:dratex] Book author = "Eitan
M. Gurari", title = "{\TeX} {\&} {\LaTeX}: Drawing
and Literate Programming", publisher = "McGraw Hill",
year = 1993, isbn = "0-07-911616-7"</p>
</div>
<div class="bibliomixed">
<a id="kl:japinfoproc" name="kl:japinfoproc"></a>
<p class="bibliomixed">[kl:japinfoproc] Book author =
"Ken Lunde", title = "Understanding Japanese Information
Processing", address = "Sebastopol, CA", publisher =
O'Reilly & Associates, year = 1993, edition =
"first", isbn = "1-56592-043-0"</p>
</div>
<div class="bibliomixed">
<a id="kn:texbook" name="kn:texbook"></a>
<p class="bibliomixed">[kn:texbook] Book author = "Donald
E. Knuth", title = "The {\TeX}book", publisher = Addison
Wesley, year = 1989, edition = "Fifteenth", isbn =
"0-201-13447-0", paperisbn = "0-201-13448-9"</p>
</div>
<div class="bibliomixed">
<a id="jh:latexforeveryone"
name="jh:latexforeveryone"></a>
<p class="bibliomixed">[jh:latexforeveryone] Book author
= "Jane Hahn", title = "{\LaTeX} For Everyone", publisher
= "Personal {\TeX}, Inc.", year = 1991, edition =
"Second", paperisbn = "0-9631044-0-3"</p>
</div>
<div class="bibliomixed">
<a id="dn:psyeveryday" name="dn:psyeveryday"></a>
<p class="bibliomixed">[dn:psyeveryday] Book author =
"Donald A. Norman", title = "The Psychology of Everyday
Things", publisher = "Basic Books, Inc.", year = 1988,
paperisbn = "0-465-06709-3"</p>
</div>
<div class="bibliomixed">
<a id="ll:latexbook" name="ll:latexbook"></a>
<p class="bibliomixed">[ll:latexbook] Book author =
"Leslie Lamport", title = "{\rm \LaTeX:} A Document
Preparation System", publisher = Addison Wesley, year =
1986, paperisbn = "0-201-15790-X"</p>
</div>
<div class="bibliomixed">
<a id="ll:makeindex" name="ll:makeindex"></a>
<p class="bibliomixed">[ll:makeindex] unpublished author
= "Leslie Lamport", title = "MakeIndex: An Index
Processor for {\rm\LaTeX}", year = 1987, month = feb,
etext = "CTAN:indexing/makeindex/doc/*"</p>
</div>
<div class="bibliomixed">
<a id="dc:colorlatex" name="dc:colorlatex"></a>
<p class="bibliomixed">[dc:colorlatex] unpublished author
= "David Carlisle", title = "The implementation of the
{\LaTeX} Colour interface", year = 1994, month = feb</p>
</div>
<div class="bibliomixed">
<a id="kn:mfbook" name="kn:mfbook"></a>
<p class="bibliomixed">[kn:mfbook] Book author = "Donald
E. Knuth", title = "{\TheMFbook}", publisher = Addison
Wesley, year = 1986, isbn = "0-201-13445-4"</p>
</div>
<div class="bibliomixed">
<a id="ms:joyoftex" name="ms:joyoftex"></a>
<p class="bibliomixed">[ms:joyoftex] Book author =
"Michel Spivak", title = "The Joy of {\TeX}---A Gourmet
Guide to Typesetting with the {\AMSTeX} Macro Package",
publisher = Addison Wesley, year = "1986"</p>
</div>
<div class="bibliomixed">
<a id="or:emacs" name="or:emacs"></a>
<p class="bibliomixed">[or:emacs] Book author = "Debra
Cameron and Bill Rosenblatt", title = "Learning GNU
Emacs", address = "Sebastopol, CA", publisher = O'Reilly
& Associates, year = "1991", isbn =
"0-937175-84-6"</p>
</div>
<div class="bibliomixed">
<a id="gu:numbertheory" name="gu:numbertheory"></a>
<p class="bibliomixed">[gu:numbertheory] Book author =
"Richard K. Guy", title = "Unsolved Problems in Number
Theory", publisher = "Springer-Verlag", year = 1981, isbn
= "0-387-90593-6", series = "Unsolved Problems in
Intuitive Mathematics", volume = 1</p>
</div>
<div class="bibliomixed">
<a id="js:comp" name="js:comp"></a>
<p class="bibliomixed">[js:comp] unpublished author =
"Joachim Schrod", title = "The Components of {\TeX{}}",
year = 1991, month = mar, etext =
"CTAN:info/components-of-TeX/*"</p>
</div>
<div class="bibliomixed">
<a id="em:dvidrv" name="em:dvidrv"></a>
<p class="bibliomixed">[em:dvidrv] manual author =
"Eberhard Mattes", title = "The {\emTeX} DVI Driver
Manual", year = 1993, month = Jun,</p>
</div>
<div class="bibliomixed">
<a id="mw:pictex" name="mw:pictex"></a>
<p class="bibliomixed">[mw:pictex] manual author =
"Michael J. Wichura", title = "The {\PiCTeX} Manual",
year = 1992, month = mar, publisher = "The \TeX\ User's
Group"</p>
</div>
<div class="bibliomixed">
<a id="l3:project" name="l3:project"></a>
<p class="bibliomixed">[l3:project] unpublished author =
"Frank Mittelbach and Chris Rowley", title = "The
{\LaTeX}3 Project", year = 1993, month = apr, etext =
"CTAN:info/ltx3pub/l3d001.tex"</p>
</div>
<div class="bibliomixed">
<a id="FAQ:comp.text" name="FAQ:comp.text"></a>
<p class="bibliomixed">[FAQ:comp.text] unpublished author
= "Chris Lewis and Nils-Peter Nelson", title =
"Frequently Asked Questions for {\texttt{comp.text}}",
year = 1993, month = jun, etext =
"rtfm.mit.edu:/pub/usenet/comp.text.tex"</p>
</div>
<div class="bibliomixed">
<a id="texware:tftopl" name="texware:tftopl"></a>
<p class="bibliomixed">[texware:tftopl] unpublished
author = "Donald E. Knuth", title = "The TF to PL
Processor", howpublished = "Part of the {\web}
distribution",</p>
</div>
<div class="bibliomixed">
<a id="texware:vptovf" name="texware:vptovf"></a>
<p class="bibliomixed">[texware:vptovf] unpublished
author = "Donald E. Knuth", title = "The VP to VF
Processor", howpublished = "Part of the {\web}
distribution",</p>
</div>
<div class="bibliomixed">
<a id="mfware:gftopk" name="mfware:gftopk"></a>
<p class="bibliomixed">[mfware:gftopk] unpublished author
= "Donald E. Knuth", title = "The GF to PK Processor",
howpublished = "Part of the {\web} distribution",</p>
</div>
<div class="bibliomixed">
<a id="texware:pltotf" name="texware:pltotf"></a>
<p class="bibliomixed">[texware:pltotf] unpublished
author = "Donald E. Knuth", title = "The PL to TF
Processor", howpublished = "Part of the {\web}
distribution",</p>
</div>
<div class="bibliomixed">
<a id="texware:vftovp" name="texware:vftovp"></a>
<p class="bibliomixed">[texware:vftovp] unpublished
author = "Donald E. Knuth", title = "The VF to VP
Processor", howpublished = "Part of the {\web}
distribution",</p>
</div>
<div class="bibliomixed">
<a id="gt:mfbeginners" name="gt:mfbeginners"></a>
<p class="bibliomixed">[gt:mfbeginners] unpublished
author = "Geoffrey Tobin", title = "METAFONT for
Beginners", year = 1992, month = dec, etext =
"CTAN:info/metafont-for-beginners.tex"</p>
</div>
<div class="bibliomixed">
<a id="zw:simple" name="zw:simple"></a>
<p class="bibliomixed">[zw:simple] unpublished author =
"Zden\v{e}k Wagner", title = "Simple Drawings in {\MF}",
year = "1993", etext = "CTAN:info/wagner-drawing.tex"</p>
</div>
<div class="bibliomixed">
<a id="lreq:metafonts" name="lreq:metafonts"></a>
<p class="bibliomixed">[lreq:metafonts] unpublished
author = "Liam R. E. Quin", title = "Definitive List of
All Fonts Available for {\MF}", year = 1991, month = sep,
etext = "CTAN:info/metafonts.lst"</p>
</div>
<div class="bibliomixed">
<a id="mf:inrstexref" name="mf:inrstexref"></a>
<p class="bibliomixed">[mf:inrstexref] Manual author =
"Michael J. Ferguson", title = "{\INRSTeX} Manual",
organization = "INRS Communications", year = "1991",</p>
</div>
<div class="bibliomixed">
<a id="pcl5:techref" name="pcl5:techref"></a>
<p class="bibliomixed">[pcl5:techref] Manual title = "PCL
5 Printer Language Technical Reference Manual",
organization = "Hewlett Packard", year = 1990, month =
sep, edition = "First"</p>
</div>
<div class="bibliomixed">
<a id="type1:format" name="type1:format"></a>
<p class="bibliomixed">[type1:format] Manual title =
"Adobe Type 1 Font Format, version 1.1", organization =
Adobe Systems Incorporated, year = 1990, month = aug,
Edition = "First"</p>
</div>
<div class="bibliomixed">
<a id="intellifont" name="intellifont"></a>
<p class="bibliomixed">[intellifont] Manual title =
"IntelliFont Scalable Typeface Format", organization =
"Agfa Compugraphic Division", year = 1991, Month = apr,
Edition = "First"</p>
</div>
<div class="bibliomixed">
<a id="nfss" name="nfss"></a>
<p class="bibliomixed">[nfss] unpublished AUTHOR = "Frank
Mittelbach and Rainer {Sch\"opf}", TITLE = "The New Font
Selection Scheme---User Interface Standard to {\LaTeX}",
YEAR = 1990, howpublished = "Part of the NFSS
distribution"</p>
</div>
<div class="bibliomixed">
<a id="nfss2interface" name="nfss2interface"></a>
<p class="bibliomixed">[nfss2interface] unpublished
AUTHOR = "Frank Mittelbach", TITLE = "Interface
description of NFSS2", YEAR = 1993, howpublished = "Part
of the NFSS2 distribution"</p>
</div>
<div class="bibliomixed">
<a id="psfonts" name="psfonts"></a>
<p class="bibliomixed">[psfonts] Techreport key = Adobe
Systems Incorporated, TITLE = "Supporting Downloadable
PostScript Fonts", address = "Mountain View, CA",
INSTITUTION = Adobe Systems Incorporated, NUMBER =
"5040", YEAR = 1988, MONTH = jan, etext =
"CTAN:fonts/postscript/adobe/Documents/5040.Download_Fonts.ps"</p>
</div>
<div class="bibliomixed">
<a id="abffiles" name="abffiles"></a>
<p class="bibliomixed">[abffiles] techreport key = adobe,
TITLE = "Adobe Binary Screen Font Files", INSTITUTION =
Adobe Systems Incorporated, YEAR = 1989, MONTH = jan,
NUMBER = 5006, etext =
"CTAN:fonts/postscript/adobe/Documents/5006.ABF_Spec.ps"</p>
</div>
<div class="bibliomixed">
<a id="afmfiles" name="afmfiles"></a>
<p class="bibliomixed">[afmfiles] techreport key = adobe,
TITLE = "Adobe Font Metric Files", INSTITUTION = Adobe
Systems Incorporated, YEAR = 1990, MONTH = mar, NUMBER =
5004, etext =
"CTAN:fonts/postscript/adobe/Documents/5004.AFM_Spec.ps"</p>
</div>
<div class="bibliomixed">
<a id="macfond" name="macfond"></a>
<p class="bibliomixed">[macfond] Techreport key = adobe,
TITLE = "Macintosh {FOND} Resources", INSTITUTION = Adobe
Systems Incorporated, NUMBER = "0091", YEAR = 1990, MONTH
= jul, etext =
"jasper.ora.com:/pub/AdobeDocs/Specifications/0091-FondResources.ps"</p>
</div>
<div class="bibliomixed">
<a id="bdffiles" name="bdffiles"></a>
<p class="bibliomixed">[bdffiles] techreport key = adobe,
TITLE = "Character Bitmap Distribution Format",
INSTITUTION = Adobe Systems Incorporated, YEAR = 1989,
MONTH = jan, NUMBER = 5005, etext =
"CTAN:fonts/postscript/adobe/Documents/5005.BDF_Spec.ps"</p>
</div>
<div class="bibliomixed">
<a id="dvi:standard" name="dvi:standard"></a>
<p class="bibliomixed">[dvi:standard] unpublished key =
"tug dvi driver standards committee", author = "{The TUG
DVI Driver Standards Committee}", TITLE = "The DVI Driver
Standard, Level 0 Version 0.05", INSTITUTION = "The
{\TeX} User's Group", YEAR = 1991, MONTH = aug, etext =
"jasper.ora.com:/pub/docs/DVI-Standard-level0/*"</p>
</div>
<div class="bibliomixed">
<a id="faq:comp.text.tex" name="faq:comp.text.tex"></a>
<p class="bibliomixed">[faq:comp.text.tex] unpublished
AUTHOR = "Bobby Bodenheimer", title = "{\TeX}, {\LaTeX},
etc.: Frequently Asked Questions with Answers", year =
1992, month = dec, etext =
"rtfm.mit.edu:/pub/usenet/comp.text.tex/*"</p>
</div>
<div class="bibliomixed">
<a id="faq:comp.fonts" name="faq:comp.fonts"></a>
<p class="bibliomixed">[faq:comp.fonts] unpublished
AUTHOR = "Norman Walsh", title = "The
{\texttt{comp.fonts}} Frequently Asked Questions List",
year = 1992, month = dec, etext =
"rtfm.mit.edu:/pub/usenet/comp.fonts/FAQ.*"</p>
</div>
<div class="bibliomixed">
<a id="nw:fontbook" name="nw:fontbook"></a>
<p class="bibliomixed">[nw:fontbook] unpublished AUTHOR =
"Norman Walsh", title = "Font Samples of
Internet-Available PostScript Type1 Fonts", year = 1992,
month = dec, etext = "jasper.ora.com:/pub/fontbook/*"</p>
</div>
<div class="bibliomixed">
<a id="metapost" name="metapost"></a>
<p class="bibliomixed">[metapost] unpublished AUTHOR =
"John D. Hobby", title = "A User's Manual for MetaPost",
institution = "AT{\&}T Bell Laboratories", etext =
"research.att.com:/pub/research/cstr/162.Z"</p>
</div>
<div class="bibliomixed">
<a id="tug:10-2" name="tug:10-2"></a>
<p class="bibliomixed">[tug:10-2] ARTICLE AUTHOR = "Frank
Mittelbach and Rainer {Sch\"opf}", TITLE = "A new font
selection scheme for {\TeX} macro packages---the basic
macros", JOURNAL = "TUGboat", YEAR = 1989, MONTH = jul,
NUMBER = 2, VOLUME = 10, PAGES = "222--238"</p>
</div>
<div class="bibliomixed">
<a id="tug:vfonts:dek" name="tug:vfonts:dek"></a>
<p class="bibliomixed">[tug:vfonts:dek] ARTICLE AUTHOR =
"Donald E. Knuth", TITLE = "Virtual Fonts: More fun for
Grand Wizards", JOURNAL = "TUGboat", YEAR = 1990, MONTH =
apr, NUMBER = 1, VOLUME = 11, PAGES = "13--23"</p>
</div>
<div class="bibliomixed">
<a id="tug:gr-tex-pc:1" name="tug:gr-tex-pc:1"></a>
<p class="bibliomixed">[tug:gr-tex-pc:1] ARTICLE AUTHOR =
"Lee S. Pickrell", TITLE = "Combining graphics with
{\TeX} on IBM PC-compatible systems with LaserJet
printers", JOURNAL = "TUGboat", YEAR = 1990, MONTH = apr,
NUMBER = 1, VOLUME = 11, PAGES = "26--31"</p>
</div>
<div class="bibliomixed">
<a id="tug:gr-tex-pc:2" name="tug:gr-tex-pc:2"></a>
<p class="bibliomixed">[tug:gr-tex-pc:2] ARTICLE AUTHOR =
"Lee S. Pickrell", TITLE = "Combining graphics with
{\TeX} on PC systems with laser printers, part II",
JOURNAL = "TUGboat", YEAR = 1990, MONTH = jun, NUMBER =
2, VOLUME = 11, PAGES = "200--206"</p>
</div>
<div class="bibliomixed">
<a id="tug:gr-tex-implementation"
name="tug:gr-tex-implementation"></a>
<p class="bibliomixed">[tug:gr-tex-implementation]
ARTICLE AUTHOR = "Gerhard Berendt", TITLE = "On the
implementation of graphics into {\TeX}", JOURNAL =
"TUGboat", YEAR = 1990, MONTH = jun, NUMBER = 2, VOLUME =
11, PAGES = "190--194"</p>
</div>
<div class="bibliomixed">
<a id="tug:mac-graphics-latex"
name="tug:mac-graphics-latex"></a>
<p class="bibliomixed">[tug:mac-graphics-latex] ARTICLE
AUTHOR = "Len Schwer", TITLE = "Including Macintosh
graphics in {\LaTeX} documents", JOURNAL = "TUGboat",
YEAR = 1990, MONTH = jun, NUMBER = 2, VOLUME = 11, PAGES
= "194--200"</p>
</div>
<div class="bibliomixed">
<a id="tug:nfss-userinterface"
name="tug:nfss-userinterface"></a>
<p class="bibliomixed">[tug:nfss-userinterface] ARTICLE
AUTHOR = "Frank Mittelbach and Rainer {Sch\"opf}", TITLE
= "The new font family selection---User Interface to
Standard {\LaTeX}", JOURNAL = "TUGboat", YEAR = 1990,
MONTH = jun, NUMBER = 1, VOLUME = 11, PAGES = "297--305",
Note = "Reprinted with corrections in TUGboat 11:2."</p>
</div>
<div class="bibliomixed">
<a id="tug:transfig" name="tug:transfig"></a>
<p class="bibliomixed">[tug:transfig] ARTICLE AUTHOR =
"Micah Beck and A. Siegal", TITLE = "Transfig: Portable
Graphics for {\TeX}", JOURNAL = "TUGboat", YEAR = 1990,
MONTH = sep, NUMBER = 3, VOLUME = 11, PAGES =
"373--380"</p>
</div>
<div class="bibliomixed">
<a id="tug:vtex" name="tug:vtex"></a>
<p class="bibliomixed">[tug:vtex] ARTICLE AUTHOR =
"Michael Vulis", TITLE = "V{\TeX} enhancements to the
{\TeX} language", JOURNAL = "TUGboat", YEAR = 1990, MONTH
= sep, NUMBER = 3, VOLUME = 11, PAGES = "429--435"</p>
</div>
<div class="bibliomixed">
<a id="tug:filenames-fonts"
name="tug:filenames-fonts"></a>
<p class="bibliomixed">[tug:filenames-fonts] ARTICLE
AUTHOR = "Karl Berry", TITLE = "Filenames for Fonts",
JOURNAL = "TUGboat", YEAR = 1990, MONTH = nov, NUMBER =
4, VOLUME = 11, PAGES = "517--520"</p>
</div>
<div class="bibliomixed">
<a id="tug:gr-tex-bm2font" name="tug:gr-tex-bm2font"></a>
<p class="bibliomixed">[tug:gr-tex-bm2font] ARTICLE
AUTHOR = "Friedhelm Sowa", TITLE = "Integration of
graphics into {\TeX}", JOURNAL = "TUGboat", YEAR = 1991,
MONTH = mar, NUMBER = 1, VOLUME = 12, PAGES =
"58--63",</p>
</div>
<div class="bibliomixed">
<a id="tug:halftoning" name="tug:halftoning"></a>
<p class="bibliomixed">[tug:halftoning] ARTICLE AUTHOR =
"Adrian F. Clark", TITLE = "Practical halftoning in
{\TeX}", JOURNAL = "TUGboat", YEAR = 1991, MONTH = mar,
NUMBER = 1, VOLUME = 12, PAGES = "157--165",</p>
</div>
<div class="bibliomixed">
<a id="tug:xbitmaps" name="tug:xbitmaps"></a>
<p class="bibliomixed">[tug:xbitmaps] ARTICLE AUTHOR =
"Reinhard {F\"o\ss{}meier}", TITLE = "X bitmaps in
{\TeX}", JOURNAL = "TUGboat", YEAR = 1991, MONTH = jun,
NUMBER = 2, VOLUME = 12, PAGES = "229--232"</p>
</div>
<div class="bibliomixed">
<a id="tug:bm2font2" name="tug:bm2font2"></a>
<p class="bibliomixed">[tug:bm2font2] ARTICLE AUTHOR =
"Friedhelm Sowa", TITLE = "Bitmaps and halftones with
BM2FONT", JOURNAL = "TUGboat", YEAR = 1991, MONTH = dec,
NUMBER = 3, VOLUME = 12, PART = "II", PAGES =
"534--539"</p>
</div>
<div class="bibliomixed">
<a id="op:btxdoc" name="op:btxdoc"></a>
<p class="bibliomixed">[op:btxdoc] unpublished author =
"Oren Patashnik", title = "{\BibTeX}ing", year = 1988,
month = feb, etext =
"CTAN:biblio/bibtex/distribs/doc/btxdoc.tex"</p>
</div>
<div class="bibliomixed">
<a id="op:btxhak" name="op:btxhak"></a>
<p class="bibliomixed">[op:btxhak] unpublished author =
"Oren Patashnik", title = "Designing {\BibTeX} Styles",
year = 1988, month = feb, etext =
"CTAN:biblio/bibtex/distribs/doc/btxhak.tex"</p>
</div>
</div>
</div>
<div class="navfooter">
<table width="100%" summary="Navigation table">
<tr>
<td width="40%" align="left"><a
title="Chapter 12. Bibliographies, Indexes, and Glossaries"
href="ch12.html"><img src="figures/nav-prev.png"
alt="Prev" border="0" /></a> </td>
<td width="20%" align="center"><a title="Making TeX Work"
href="index.html"><img src="figures/nav-home.png"
alt="Home" border="0" /></a></td>
<td width="40%" align="right"> <a
title="Chapter 13. Non-commercial Environments"
href="ch13.html"><img src="figures/nav-next.png"
alt="Next" border="0" /></a></td>
</tr>
<tr>
<td width="40%" align="left">
Chapter 12. Bibliographies, Indexes, and
Glossaries </td>
<td width="20%" align="center"><a title="Making TeX Work"
href="index.html"><img src="figures/nav-up.png" alt="Up"
border="0" /></a></td>
<td width="40%" align="right">
 Chapter 13. Non-commercial
Environments</td>
</tr>
</table>
</div>
</body>
</html>
|