1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
|
README for using ConTeXt on Debian
==================================
1. non free content
-------------------
Most of the ConTeXt documentation is distributed only in pdf format, which
will be made available together with fonts which are not DFSG compatible
in the
context-nonfree
package.
2. generation of documentation
------------------------------
The documentation and examples for various modules as distributed in
/usr/share/doc/context/third/...
can be generated from the input code by calling
texexec --module t-french.tex
for the documentation, and
texexec --mode=demo t-french.tex
for the example file.
3. generation of the font files (vf,tfm)
----------------------------------------
These files were generated using the texfont program, as follows:
texfont --encoding=texnansi --batch type-tmf.dat
where the type-tmf.dat is located in
/usr/share/texmf/context/data
4. ConTeXt over LuaTeX aka MarkIV
---------------------------------
Please see the separate README.MarkIV
5. ICC Color profiles
---------------------
The ICC profiles normally shipped with context in
texmf-dist/tex/context/colors/icc/profiles/
named:
- ecirgb_v2.icc
- ecirgb_v2_iccv4.icc
- isocoated_v2_300_eci.icc
- isocoated_v2_eci.icc
- srgb_v4_icc_preference.icc
have been removed from the distribution as they fall under non-free
licenses. This means, pdf/x and pdf/a creation (and probably some
other operations) will fail. If one needs these files, please
obtain them from some other sources and put them into the above
directory.
Norbert Preining, 2006-2007
|