summaryrefslogtreecommitdiffstats
path: root/office/texlive
AgeCommit message (Collapse)Author
2011-01-30office/texlive: Patched to use correct path of texmf-local tree Robby Workman
From: Peter Berntsen <ptrber@gmail.com> To: rw@rlworkman.net Subject: TexLive Date: Sun, 16 Jan 2011 18:33:02 +0100 Hi, Installed from source texlive-20100722. Thanks! Writing a paper to Science and downloaded the style-files from http://www.sciencemag.org/site/feature/contribinfo/prep/TeX_help/index.xhtml Followed this wiki on how to install extra packages under texmf-local http://en.wikibooks.org/wiki/LaTeX/Packages/Installing_Extra_Packages Running texhash or mktexlsr. It did not find all directories in /usr/share/texmf* Edited TEXMFLOCAL = $SELFAUTOPARENT/../texmf-local on line 64 in /usr/share/texmf/web2c/texmf.cnf to TEXMFLOCAL =$SELFAUTOPARENT/texmf-local Now root@slack:~# mktexlsr mktexlsr: Updating /usr/share/texmf/ls-R... mktexlsr: Updating /usr/share/texmf-config/ls-R... mktexlsr: Updating /usr/share/texmf-dist/ls-R... mktexlsr: Updating /usr/share/texmf-local/ls-R... mktexlsr: Updating /usr/share/texmf-var/ls-R... mktexlsr: Done. finds texmv-local/ls-R and the installed sty files can be used in all directories. Don't know if this is a 'bug' but it might be possible to change in the default path generation to the texmf tree. Of course one can put all extra style files in a ~/texmf but to use texmf-local make it neat and clean. Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2010-09-22office/texlive: Updated for version 20100722. Robby Workman
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
2010-06-04Various: Set perms to 0644 on all SlackBuild scripts Robby Workman
These will (ideally, assuming we remember when generating tarballs) still be mode 0755 inside the tarballs, but we would prefer to have them mode 0644 on the server. It's probably not really important, but just call us OCD like that. ;-) Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2010-06-04office/texlive: Misc automated cleanups. David Somero
Signed-off-by: David Somero <xgizzmo@slackbuilds.org>
2010-06-01office/texlive: Fix the texi2hmtl download link. Robby Workman
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2010-05-24office/texlive: More miscellaneous cleanup Robby Workman
2010-05-21office/texlive: Miscellaneous cleanups. Robby Workman
2010-05-13office/texlive: Added epstopdf and a patch for libpng14 Robby Workman
* Added epstopdf to the package (this was included in tetex, so we need it here) * Included a patch from Mikhail Zotov to link libpng14
2010-05-13office/texlive: Added to 13.0 repository Robby Workman