diff options
author | Norbert Preining <preining@logic.at> | 2006-11-06 01:06:06 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2006-11-06 01:06:06 +0000 |
commit | 6ebd159ea2e62827f832b12137ec75a322e32ec0 (patch) | |
tree | 317793a8c1f76e8d6dcf3046420392fbd599f4ba /Master/texmf-dist/doc/latex/sprite | |
parent | 3d2caaeddabf9f9bf2b309c6d3ba42e6b5dc71fa (diff) |
Again loads of updates due to a long train ride
updates to: eskdx screenplay syntax (dvi->pdf) swebib substr (dvi->pdf)
stdpage (one new test file) stdclsdv (dvi->pdf) ssqquote sseq
sprite splitbib snapshot (pdf doc) smartref (new doc)
smalltableof (new doc) siggraph sidecap shorttoc (new doc)
sffms script (new doc) scientificpaper (new doc) scale
savefnmark (new doc) sauterfonts (new doc) rtkinenc (new doc)
added to tpm-ctan-check: tableaux syntax swebib svn supertabular substr
subfloat subeqnarray subeqn stdpage stdclsdv stage stack ssqquote
sseq srcltx sprite splitbib splines spie soul snapshot smartref
smalltableof slideshow siggraph sidecap showlabels showdim
shorttoc shadbox sffms seqsplit semaphor script scientificpaper
scalebar scale savetrees savesym savefnmark sauterfonts rtkinenc
most of them license checked in the TeX Catalogue
git-svn-id: svn://tug.org/texlive/trunk@2392 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/sprite')
-rw-r--r-- | Master/texmf-dist/doc/latex/sprite/spriteuse.tex | 85 |
1 files changed, 85 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/sprite/spriteuse.tex b/Master/texmf-dist/doc/latex/sprite/spriteuse.tex new file mode 100644 index 00000000000..3d8e5327353 --- /dev/null +++ b/Master/texmf-dist/doc/latex/sprite/spriteuse.tex @@ -0,0 +1,85 @@ +%%%%%%%%%%% SPRITEUSE.TEX %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% Example for the use of SPRITE.STY ( Martin Costabel 27-Oct-1987 ) +\documentstyle[12pt,sprite]{article} +\begin{document} +\newsavebox{\CalH} \sbox{\CalH}{${\cal H}$} % Get the size of \cal H. +\newcommand{\ScriptH}% Some fine-tuning of the +{\raisebox{-0.5 pt}{\SH}\kern 1 pt}% positioning might be necessary +\sprite{\SH}(33,65)[\wd\CalH, \ht\CalH] % The size will be the same + % as for \cal H. + % Resolution ca. 250x500 dpi +:..........BBBBBBBB.............BBB..................BBBBBB....... | +:........BBBB....BBB..........BBBBB..............BBBBBB...BBBB.... | +:........BB.......BBB.......BBB.BBB............BBBBBB.......BBBB.. | +:........BB.......BBB.....BBB..BBBB..........BBBBBB..........BBB.. | +:........BB.......BBB....BB...BBBB.........BBBBBB............BBBB. | +:........BB.......BBB...BB....BBBB.........BBBBB.............BBBB. | +:..................BBBBBB.....BBB.........BBBBB..............BBBB. | +:............................BBBB........BBBBBB..............BBBB. | +:...........................BBBB.........BBBBB...............BBBB. | +:...........................BBBB.........BBBBB...............BBB.. | +:..........................BBBB.........BBBBB...............BBBB.. | +:..........................BBBB.........BBBB...............BBBB... | +:.........................BBBB.........BBBBB..............BBBB.... | +:.........................BBBB.........BBBB..............BBBB..... | +:........................BBBBB.........BBBB............BBBBB...... | +:........................BBBB.........BBBB..........BBBBBB........ | +:.......................BBBBB.........BBBB.....BBBBBBBB........... | +:..........BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB................ | +:.......BBBB...........BBBBB.........BBBB......................... | +:.....BBBB.............BBBBB........BBBBB......................... | +:....BBB...............BBBB.........BBBB.......................... | +:...BB................BBBB.........BBBBB.......................... | +:..BBB...............BBBBB.........BBBB........................... | +:.BBB................BBBB..........BBBB........................... | +:.BBB...............BBBB..........BBBB............................ | +:BBB...............BBBBB..........BBBB..................B......... | +:BBB..............BBBBB...........BBBB.................BB......... | +:BBB.............BBBBB............BBBB................BBB......... | +:BBB............BBBBB..............BBBB..............BBB.......... | +:BBB...........BBBBB................BBBB...........BBBB........... | +:.BBBB........BBBB...................BBBB........BBBB............. | +:...BBB.....BBBB.......................BBBB....BBBBB.............. | +:.....BBBBBBB.............................BBBBBBB................. | +\endsprite + +\def\schwa{\FormOfSchwa\kern 1 pt} % Only necessary if \kern... is wanted +\sprite{\FormOfSchwa}(16,24)[0.4 em, 1 ex] % Resolution ca. 200x340 dpi. +:.......BBBBBBBBBB....... | +:....BBBB........BBBB.... | +:..BBB.............BBBB.. | +:.BB.................BBB. | +:.B...................BBB | +:.....................BBB | +:.....................BBB | +:.....................BBB | +:BBBBBBBBBBBBBBBBBBBBBBBB | +:BBB..................BBB | +:BBB..................BBB | +:BBB.................BBB. | +:.BBB...............BBB.. | +:..BBBB...........BBBB... | +:....BBBBB.....BBBBB..... | +:.......BBBBBBBB......... | +\endsprite +% Now we can use it + +\section{Here is a script \protect\ScriptH :} % It is fragile! +You can use it also in Formulas: +$$ H \neq \ScriptH \neq {\cal H}$$ +And we defined also some kind of Sch\schwa wa. + +\newpage +\section{\TeX\ capacity exceeded?} +If you have too many of these on one page, your \TeX\ might give up: +A \ScriptH \\ +B \schwa \\ +C \ScriptH \ +D \schwa \\ +E \ScriptH \\ +F \schwa \\ +G \ScriptH \ etc. +\end{document} +%%%%%%%%%%%%%End of SPRITEUSE.TEX %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%%---And Cut here---------------------------------------------------- + |