a350be672d
* Add LICENSE, LICENSE_FILE and LICENSE_PERMS for QPL-1.0 * Add EXAMPLES option for installing examples * Suggest local TeX folder for style installation in pkg-message * Pet portclippy(1) and portfmt(1) Approved by: db@, yuri@ (Mentors, implicit)
14 lines
338 B
Plaintext
14 lines
338 B
Plaintext
[
|
|
{ type: install
|
|
message: <<EOM
|
|
You may like to put the file hevea.sty in a place where LaTeX
|
|
can find it. For example, if you are using TeX Live from the
|
|
ports, the following commands will do the job:
|
|
|
|
mkdir -pv ~/texmf/tex/latex/hevea
|
|
ln -sfv /usr/local/lib/hevea/hevea.sty ~/texmf/tex/latex/hevea/hevea.sty
|
|
texhash ~/texmf
|
|
EOM
|
|
}
|
|
]
|