summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/ls-R
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-02-06 02:15:11 +0000
committerKarl Berry <karl@freefriends.org>2013-02-06 02:15:11 +0000
commit2bf5930170afd73d07a062ac58476092efc44752 (patch)
tree8bd98d0da6feaac9a80fcf9ec870715e72634262 /Master/texmf-dist/ls-R
parent43e8013efcfdb70cd65e67fe1efb27fc1307e106 (diff)
autoupdate
git-svn-id: svn://tug.org/texlive/trunk@29039 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/ls-R')
-rw-r--r--Master/texmf-dist/ls-R191
1 files changed, 188 insertions, 3 deletions
diff --git a/Master/texmf-dist/ls-R b/Master/texmf-dist/ls-R
index 0221f001420..5f4a1305eeb 100644
--- a/Master/texmf-dist/ls-R
+++ b/Master/texmf-dist/ls-R
@@ -36338,6 +36338,7 @@ jbtxhak.tex
./doc/support:
adhocfilelist
+arara
ascii-chart
asymptote-by-example-zh-cn
asymptote-faq-zh-cn
@@ -36396,6 +36397,63 @@ demo
./doc/support/adhocfilelist/demo:
herelist.txt
+./doc/support/arara:
+README
+arara-usermanual.pdf
+arara-usermanual.tex
+arara.sty
+figures
+references.bib
+
+./doc/support/arara/figures:
+arara.png
+inlage
+installer
+texniccenter
+texshop
+texworks
+winedt
+
+./doc/support/arara/figures/inlage:
+inlage-addcommand.png
+inlage-addcompiler.png
+inlage-araramenu.png
+inlage-editcommands.png
+inlage-listarara.png
+inlage-newprofile.png
+inlage-settings.png
+
+./doc/support/arara/figures/installer:
+install-finish.png
+install-langsel.png
+install-license.png
+install-packs.png
+install-path.png
+install-pathwarning.png
+install-progress.png
+install-welcome.png
+uninstall-finish.png
+uninstall-welcome.png
+
+./doc/support/arara/figures/texniccenter:
+texniccenter-config.png
+texniccenter-newprofile.png
+texniccenter-profiles.png
+
+./doc/support/arara/figures/texshop:
+texshop-arara.png
+
+./doc/support/arara/figures/texworks:
+texworks-add.png
+texworks-arara.png
+texworks-prefs.png
+texworks-profile.png
+
+./doc/support/arara/figures/winedt:
+winedt-ararabutton.png
+winedt-menu.png
+winedt-optionsinterface.png
+
./doc/support/ascii-chart:
ascii.pdf
ascii.tex
@@ -77939,12 +77997,9 @@ uniyouslfe.tfm
uniyouslff.tfm
./fonts/truetype:
-hoekwater
paratype
public
-./fonts/truetype/hoekwater:
-
./fonts/truetype/paratype:
ptmono
ptsans
@@ -94592,6 +94647,7 @@ tipsj.bst
a2ping
accfonts
adhocfilelist
+arara
authorindex
bibexport
bundledoc
@@ -94688,6 +94744,37 @@ vpl2vpl
adhocfilelist.sh
herelist.sh
+./scripts/arara:
+arara.jar
+arara.sh
+rules
+
+./scripts/arara/rules:
+biber.yaml
+bibtex.yaml
+clean.yaml
+dvips.yaml
+frontespizio.yaml
+latex.yaml
+lmkclean.yaml
+lualatex.yaml
+lualatexmk.yaml
+luatex.yaml
+make.yaml
+makeglossaries.yaml
+makeindex.yaml
+nomencl.yaml
+pdflatex.yaml
+pdflatexmk.yaml
+pdftex.yaml
+ps2pdf.yaml
+sketch.yaml
+songidx.yaml
+tex.yaml
+xelatex.yaml
+xelatexmk.yaml
+xetex.yaml
+
./scripts/authorindex:
authorindex
@@ -103848,6 +103935,7 @@ startex.ins
./source/support:
adhocfilelist
+arara
dosepsbin
latexmk
texdef
@@ -103859,6 +103947,103 @@ makehtml.tex
srcfiles.tex
texblog.fdf
+./source/support/arara:
+pom.xml
+src
+
+./source/support/arara/src:
+main
+test
+
+./source/support/arara/src/main:
+java
+resources
+
+./source/support/arara/src/main/java:
+com
+
+./source/support/arara/src/main/java/com:
+github
+
+./source/support/arara/src/main/java/com/github:
+arara
+
+./source/support/arara/src/main/java/com/github/arara:
+Arara.java
+exception
+model
+utils
+
+./source/support/arara/src/main/java/com/github/arara/exception:
+AraraException.java
+
+./source/support/arara/src/main/java/com/github/arara/model:
+AraraCommand.java
+AraraConfiguration.java
+AraraDirective.java
+AraraFilePattern.java
+AraraLanguage.java
+AraraRuleArgument.java
+AraraRuleConfig.java
+AraraTask.java
+
+./source/support/arara/src/main/java/com/github/arara/utils:
+AraraConstants.java
+AraraLocalization.java
+AraraLogging.java
+AraraMethods.java
+AraraResolver.java
+AraraUtils.java
+CommandLineAnalyzer.java
+CommandTrigger.java
+ConfigurationLoader.java
+DirectiveExtractor.java
+DirectiveParser.java
+LanguageController.java
+TaskDeployer.java
+TeeOutputStream.java
+
+./source/support/arara/src/main/resources:
+com
+
+./source/support/arara/src/main/resources/com:
+github
+
+./source/support/arara/src/main/resources/com/github:
+arara
+
+./source/support/arara/src/main/resources/com/github/arara:
+conf
+localization
+
+./source/support/arara/src/main/resources/com/github/arara/conf:
+logback.xml
+
+./source/support/arara/src/main/resources/com/github/arara/localization:
+Messages.properties
+Messages_de.properties
+Messages_es.properties
+Messages_fr.properties
+Messages_it.properties
+Messages_pt_BR.properties
+Messages_ru.properties
+Messages_tr.properties
+
+./source/support/arara/src/test:
+java
+
+./source/support/arara/src/test/java:
+com
+
+./source/support/arara/src/test/java/com:
+github
+
+./source/support/arara/src/test/java/com/github:
+arara
+
+./source/support/arara/src/test/java/com/github/arara:
+AraraTest.java
+
./source/support/dosepsbin:
configure
configure.ac