Files
ports/textproc/hevea/pkg-message
T
Älven a350be672d textproc/hevea: Update 2.36 => 2.38, improve port, take maintainership
* 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)
2026-02-19 12:30:35 +04:00

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
}
]