diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-09 00:44:40 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-09 00:44:40 +0000 |
commit | b4fc5f639874db951177ec539299d20908adb654 (patch) | |
tree | 52f08823ca58fffe3db6a9b075635038c567626c /Master/texmf-dist/doc/latex/lcd/00readme | |
parent | dec3d98ebe442d7ea93efbaa8dd2e2be8149a467 (diff) |
doc 4
git-svn-id: svn://tug.org/texlive/trunk@80 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/lcd/00readme')
-rw-r--r-- | Master/texmf-dist/doc/latex/lcd/00readme | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/lcd/00readme b/Master/texmf-dist/doc/latex/lcd/00readme new file mode 100644 index 00000000000..881e888fc03 --- /dev/null +++ b/Master/texmf-dist/doc/latex/lcd/00readme @@ -0,0 +1,34 @@ +Copyright (c) 2004 Mike Kaufmann +mike.kaufmann@ei.fh-giessen.de +Licence: LPPL + +1. What is it? +The LCD Package provides macros that display text which looks like on +alphanumerical LCDisplays. + +2. Example +Look at the file example.pdf to get an overview. +The source can be generated by answering the question "There is an example +file in lcd.dtx. Generate it? [y/n]" with y when running lcd.ins thru TeX. + +3. Generating lcd.sty +Because character with ASCII-codes greater then 127 are used in the +macro code, your TeX must be able to handle 8-bit ASCII to get a correct +stylefile! But in worst case only these characters will not work. +Making the documentation works without fixing this problem! +With teTeX the following works properly: + +tex --translate-file=cp8bit lcd.ins + +4. Making the Documentation +To get contents, cross references and index right, run TeX and makeindex +as follows: + +latex lcd.dtx +latex lcd.dtx +makeindex -s gind.ist lcd.idx +makeindex -o lcd.gls -s gglo.ist lcd.glo +latex lcd.dtx + +5. Files +00readme example.pdf lcd.dtx lcd.ins |