Added READ_ME file
This commit is contained in:
parent
88d11eaf44
commit
f0dee053ca
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
READ_ME
|
||||
Makefile
|
||||
ack.doc
|
||||
basic.doc
|
||||
|
|
7
doc/READ_ME
Normal file
7
doc/READ_ME
Normal file
|
@ -0,0 +1,7 @@
|
|||
Some of these documents use a font called CW.
|
||||
If you don't have that, you can change references to it with a sed-script
|
||||
like
|
||||
s/\.ft CW/.ft yourfont/
|
||||
s/\\f(CW/\\fyourfont/g
|
||||
However, the font must be a constant-width font for the documents to look
|
||||
reasonable.
|
Loading…
Reference in a new issue