diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-09 00:49:07 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-09 00:49:07 +0000 |
commit | 007f67a693e4d031fd3d792df8e4d5f43e2cb2e7 (patch) | |
tree | 90d17e00e572ecb1e24764b6f29c80e098b08d29 /Master/texmf-dist/doc/latex/facsimile | |
parent | 950209b26f70aa87ed07c54f82a95b6f03b7c3a0 (diff) |
doc/latex
git-svn-id: svn://tug.org/texlive/trunk@84 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/facsimile')
-rw-r--r-- | Master/texmf-dist/doc/latex/facsimile/README | 61 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/facsimile/example.tex | 63 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/facsimile/facsimile.pdf | bin | 0 -> 40746 bytes |
3 files changed, 124 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/facsimile/README b/Master/texmf-dist/doc/latex/facsimile/README new file mode 100644 index 00000000000..3a6da54e96c --- /dev/null +++ b/Master/texmf-dist/doc/latex/facsimile/README @@ -0,0 +1,61 @@ + + The facsimile LaTeX package + + + facsimile v1.1 (2002/02/25) + CTAN:macros/latex/contrib/facsimile + Copyright (C) 2003 Torsten Bronger + Distributed under the terms of LPPL + + +Abstract + +The facsimile package provides a simple interface for creating a fax. +This covers by and large two areas: First, a title page is created with +a detailed fax header. And secondly, every page gets headers and +footers so that the recipient can be sure to have received all pages and +complete pages, and to have the correct order. + +Supported languages: Afrikaans, Dutch, English, French, German, Italian, +Portuguese, Spanish, and Swedish. + + +Files + +README This file. +facsimile.dtx Documentation and code for facsimile.cls. +facsimile.ins Installation script. +facsimile.pdf Ready-to-print package manual. + + +Installation + +1) tex facsimile.ins + unpacks `facsimile.cls' and the example files `fac-en.cfg', + `fac-de.cfg', and `example.tex' from facsimile.dtx. + +2) Edit `facsimile.cfg' + if you need to set your default options. You may use `fac-en.cfg' + or `fac-de.cfg' as your starting point. + +3) Copy facsimile.cls and facsimile.cfg + into a directory searched by LaTeX. + + +Documentation + +The package contains the manual `facsimile.pdf'. So you don't have to +make the manual, but you can remake it. To create the same manual, type + + pdflatex facsimile.dtx + pdflatex facsimile.dtx + makeindex -s gind facsimile.idx + pdflatex facsimile.dtx + +(or simply "latex facsimile.dtx" to get a DVI file). To create the full +documentation with the code description, first add a percent sign at the +beginning of the line + + \OnlyDescription + +in `facsimile.dtx'. diff --git a/Master/texmf-dist/doc/latex/facsimile/example.tex b/Master/texmf-dist/doc/latex/facsimile/example.tex new file mode 100644 index 00000000000..e654d775614 --- /dev/null +++ b/Master/texmf-dist/doc/latex/facsimile/example.tex @@ -0,0 +1,63 @@ +%% +%% This is file `example.tex', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% facsimile.dtx (with options: `example') +%% +%% IMPORTANT NOTICE: +%% +%% For the copyright see the source file. +%% +%% Any modified versions of this file must be renamed +%% with new filenames distinct from example.tex. +%% +%% For distribution of the original source see the terms +%% for copying and modification in the file facsimile.dtx. +%% +%% This generated file may be distributed as long as the +%% original source files, as listed above, are part of the +%% same distribution. (The sources need not necessarily be +%% in the same archive or directory.) +%% \CharacterTable +%% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z +%% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z +%% Digits \0\1\2\3\4\5\6\7\8\9 +%% Exclamation \! Double quote \" Hash (number) \# +%% Dollar \$ Percent \% Ampersand \& +%% Acute accent \' Left paren \( Right paren \) +%% Asterisk \* Plus \+ Comma \, +%% Minus \- Point \. Solidus \/ +%% Colon \: Semicolon \; Less than \< +%% Equals \= Greater than \> Question mark \? +%% Commercial at \@ Left bracket \[ Backslash \\ +%% Right bracket \] Circumflex \^ Underscore \_ +%% Grave accent \` Left brace \{ Vertical bar \| +%% Right brace \} Tilde \~} +%% +\documentclass{facsimile} + +\faxsubject{Curriculum vitae} +\faxto{% + \begin{tabular}{rl} + to: & \textbf{The President}\\ + fax: & +1-202-456-1414\\ + \end{tabular}} + +\begin{document} + \makefaxtitle + + \opening{Dear Mr.~President,} + + I submit my curriculum vitae as arranged by phone. + + [\dots] + + \closing{Yours most sincerely} + +\end{document} + +\endinput +%% +%% End of file `example.tex'. diff --git a/Master/texmf-dist/doc/latex/facsimile/facsimile.pdf b/Master/texmf-dist/doc/latex/facsimile/facsimile.pdf Binary files differnew file mode 100644 index 00000000000..2a64ffa192a --- /dev/null +++ b/Master/texmf-dist/doc/latex/facsimile/facsimile.pdf |