diff options
Diffstat (limited to 'Master/tlpkg/tlpsrc/bin-latex.tlpsrc')
-rw-r--r-- | Master/tlpkg/tlpsrc/bin-latex.tlpsrc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Master/tlpkg/tlpsrc/bin-latex.tlpsrc b/Master/tlpkg/tlpsrc/bin-latex.tlpsrc new file mode 100644 index 00000000000..a905442d9b5 --- /dev/null +++ b/Master/tlpkg/tlpsrc/bin-latex.tlpsrc @@ -0,0 +1,19 @@ +name bin-latex +category TLCore +shortdesc Macro package for TeX (the most popular). +longdesc LaTeX is a (and probably the most) popular macro package for TeX, +longdesc providing many basic document formating commands extended by many +longdesc of the packages included in this current list. +depend TLCore/bin-etex +execute BuildFormat latex +runpattern f texmf/fmtutil/format.latex.cnf +runpattern f texmf/tex/generic/config/preload.cfg +runpattern f texmf/tex/latex/config/* +docpattern f texmf/doc/info/latex.info +docpattern f texmf/doc/latex/base/* +docpattern f texmf/doc/man/man1/latex.1 +docpattern f texmf/doc/man/man1/latex.1.html +binpattern f bin/${ARCH}/latex +binpattern f bin/${ARCH}/olatex +binpattern f bin/win32/LATEX2E.HLP +binpattern f bin/win32/latex.exe |