blob: 4bf34c9607c653d489d2e86d4e7fe1b2320eb91d (
plain)
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
|
plnfss-1.1
This file is part of plnfss.
Description
===========
plnfss is a set of macros to provide easy font access (somewhat similar to
NFSS but with some limitations) with plain tex.
plnfss can automatically make use of PSNFSS fd files, ie. when a postscript
font is used the relevant fd file will be loaded automatically.
For cmr-like fonts (ec, vnr, csr or plr fonts), a special format called pfd
(plain fd) is required and must be loaded manually.
Authors
=======
The authors of plnfss are
Han The Thanh <HanTheThanh@gmx.net> and
Michal Konecny <mik@konecny.aow.cz>.
License
=======
All files are under LPPL, version 1.3 or newer.
See
http://www.latex-project.org/lppl.txt
Support
=======
The current maintainer is
Reinhard Kotucha <Reinhard.Kotucha@web.de>
Recent Changes
==============
The current version contains
* Copyright messages in all files,
* a bugfix provided by Hartmut Henkel to avoid spurious white spaces,
* additional .pfd files.
Download
========
A TDS compliant package can be downloaded from:
http://vntex.sf.net/download/vntex-support/plnfss
Installation
============
plnfss.tds.zip is supposed to be extracted in the root of a TDS compliant
texmf tree. In most cases texmf-local is an appropriate place.
On web2c based systems you have to update the file database. Read the
documentation of the TeX system you are using for details.
Files
=====
The content of plnfss.tds.zip is:
doc/plain/plnfss/LPPL.txt
doc/plain/plnfss/plnfss.txt
doc/plain/plnfss/test-plnfss.tex
tex/plain/plnfss/MIKmathf.tex
tex/plain/plnfss/ams.pfd
tex/plain/plnfss/il2cm.pfd
tex/plain/plnfss/il2cmr.pfd
tex/plain/plnfss/ly1lm.pfd
tex/plain/plnfss/ot1cm.pfd
tex/plain/plnfss/ot1cmr.pfd
tex/plain/plnfss/ot4cm.pfd
tex/plain/plnfss/plnfss.tex
tex/plain/plnfss/qxlm.pfd
tex/plain/plnfss/t1lm.pfd
tex/plain/plnfss/t5cm.pfd
tex/plain/plnfss/t5cmr.pfd
tex/plain/plnfss/t5lm.pfd
tex/plain/plnfss/ts1lm.pfd
--
|