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/niceframe | |
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/niceframe')
-rw-r--r-- | Master/texmf-dist/doc/latex/niceframe/bbding10.600pk | bin | 0 -> 25492 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/niceframe/example.tex | 117 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/niceframe/karta15.600pk | bin | 0 -> 35776 bytes |
3 files changed, 117 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/niceframe/bbding10.600pk b/Master/texmf-dist/doc/latex/niceframe/bbding10.600pk Binary files differnew file mode 100644 index 00000000000..672c0728d4f --- /dev/null +++ b/Master/texmf-dist/doc/latex/niceframe/bbding10.600pk diff --git a/Master/texmf-dist/doc/latex/niceframe/example.tex b/Master/texmf-dist/doc/latex/niceframe/example.tex new file mode 100644 index 00000000000..aff525b9ccc --- /dev/null +++ b/Master/texmf-dist/doc/latex/niceframe/example.tex @@ -0,0 +1,117 @@ +%% +%% This is file `example.tex', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% niceframe.dtx (with options: `example') +%% +%% This file is distributed in the hope that it will be useful, +%% but WITHOUT ANY WARRANTY; without even the implied warranty of +%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +%% +%% IMPORTANT NOTICE: +%% +%% Copyright (C) 1996 Marcus Ohlhaut (marcus_ohlhaut@m4.maus.de). +%% All rights reserved. +%% +%% Permission is granted to distribute verbatim copies of this file. +%% +%% No other permissions to copy or distribute this file in any form +%% are granted and in particular no permission to modify its contents. +%% +%% \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 \~} +%% +\def\fileversion{1.1b} +\def\filedate{1996/10/20} +\documentclass[a4paper]{article} +\usepackage{niceframe} + +\begin{document} +\pagestyle{empty} + +\parindent 0pt +\niceframe{% + \begin{center} + May the road rise to meet you\\ + May the wind be always at your back\\ + May the sun shine warm upon your face\\ + The rain fall soft upon your fields\\ + And until we meet again\\ + May God hold you in the hollow of his hand\\ + \end{center} + \bigskip + \hfill The Blessing of St.~Patrick +} +\vfill +\centerline{% + \curlyframe[0.75\textwidth]{% + \begin{center} + \LARGE I am not flexible!\\ + Just disorganized!\\ + \end{center} +}} +\vfill +\centerline{or is it\dots} +\vfill +\artdecoframe{% + \begin{center} + \LARGE I am not disorganized!\\ + Just flexible!\\ + \end{center} +} +\newpage +\font\border=karta15 +\generalframe{\border\char'307}{\border\char'324}{\border\char'322} + {\border\char'310} {\border\char'323} + {\border\char'174}{\border\char'325}{\border\char'175} + {This is a \texttt{generalframe}, using eight different + characters from font \texttt{karta15} as parts of the + framework. One might use it to point other people to + important notes, hints and/or messages. + } +\vfill +\font\border=umranda +\generalframe{\border\char'136}{\border\char'137}{\border\char'140} + {\border\char'145} {\border\char'141} + {\border\char'144}{\border\char'143}{\border\char'142} + {This \texttt{generalframe} uses symbols from Alexander + Schrell's \texttt{umranda} (his eMail is: + alexander\_ schrell@w2.maus.de) collection. + The material to be framed consists of quite a few lines to + emphasize the fact that virtually anything can go + inside a \texttt{generalframe}. Note that we are limited + by \TeX's memory as the material to frame has to be passed + as an argument. You can't cheat by passing a \texttt{vbox} + that has already been set (as you might with some other + macros) since \texttt{generalframe} has to re-set all of it. + } +\vfill +\font\border=umrandb +\generalframe{\border\char'165}{\border\char'151}{\border\char'164}% + {\border\char'150} {\border\char'150}% + {\border\char'166}{\border\char'151}{\border\char'167} + {Last, but not least! This \texttt{generalframe} (with + symbols from \texttt{umrandb}) displays some math: + $$ E = mc^2 $$ + which everyone will immediately recognize as the famous + Einstein formula for energy-mass-equivalence. + } +\end{document} +\endinput +%% +%% End of file `example.tex'. diff --git a/Master/texmf-dist/doc/latex/niceframe/karta15.600pk b/Master/texmf-dist/doc/latex/niceframe/karta15.600pk Binary files differnew file mode 100644 index 00000000000..c24350cda42 --- /dev/null +++ b/Master/texmf-dist/doc/latex/niceframe/karta15.600pk |