mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
14 lines
341 B
Plaintext
14 lines
341 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 teTeX from the
|
|
ports, the following commands will do the job:
|
|
|
|
mkdir -p /usr/local/share/texmf/tex/latex/hevea
|
|
cp /usr/local/lib/hevea/hevea.sty /usr/local/share/texmf/tex/latex/hevea
|
|
texhash
|
|
EOM
|
|
}
|
|
]
|