Created
November 8, 2017 20:44
-
-
Save brnhffmnn/f40d42d42c33e9e440d5551e368ff213 to your computer and use it in GitHub Desktop.
Latex Glossaries with TeXnicCenter Output profile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?> | |
<txcop:outputProfiles version="1" xmlns:txcop="http://schemas.ToolsCenter.org/TeXnicCenter/OutputProfiles.xsd"> | |
<outputProfileList> | |
<outputProfile name="LaTeX ⇨ PDF (Glossary+Acronym)" stopOnLatexError="false"> | |
<texCommand execute="true" path="pdflatex.exe" arguments="-interaction=nonstopmode -max-print-line=120 "%pm""/> | |
<bibTexCommand execute="true" path="bibtex.exe" arguments=""%bm""/> | |
<makeIndexCommand execute="true" path="makeindex.exe" arguments=""%bm""/> | |
<postProcessors> | |
<processor name="makeglossaries #1" path="makeindex.exe" arguments="-s "%bm".ist -t "%bm".glg -o "%bm".gls "%bm".glo" inputFile="" outputFile=""/> | |
<processor name="makeacronyms #1" path="makeindex.exe" arguments="-s "%bm".ist -t "%bm".alg -o "%bm".acr "%bm".acn" inputFile="" outputFile=""/> | |
<processor name="pdflatex #2" path="pdflatex.exe" arguments="-interaction=nonstopmode -max-print-line=120 "%pm"" inputFile="" outputFile=""/> | |
<processor name="makeglossaries #2" path="makeindex.exe" arguments="-s "%bm".ist -t "%bm".glg -o "%bm".gls "%bm".glo" inputFile="" outputFile=""/> | |
<processor name="makeacronyms #2" path="makeindex.exe" arguments="-s "%bm".ist -t "%bm".alg -o "%bm".acr "%bm".acn" inputFile="" outputFile=""/> | |
<processor name="pdflatex #3" path="pdflatex.exe" arguments="-interaction=nonstopmode -max-print-line=120 "%pm"" inputFile="" outputFile=""/> | |
</postProcessors> | |
<viewer path="Acrobat.exe" closeBeforeCompilation="true"> | |
<viewProjectCommand type="dde"> | |
<commandLineCommand path="" arguments=""/> | |
<ddeCommand path="Acrobat.exe" server="acroview" topic="control" command="[DocOpen("%bm.pdf")][FileOpen("%bm.pdf")]"/> | |
</viewProjectCommand> | |
<viewCurrentFileCommand type="dde"> | |
<commandLineCommand path="" arguments=""/> | |
<ddeCommand path="Acrobat.exe" server="acroview" topic="control" command="[DocOpen("%bm.pdf")][FileOpen("%bm.pdf")]"/> | |
</viewCurrentFileCommand> | |
<viewCloseCommand type="dde"> | |
<commandLineCommand path="" arguments=""/> | |
<ddeCommand path="" server="acroview" topic="control" command="[DocClose("%bm.pdf")]"/> | |
</viewCloseCommand> | |
</viewer> | |
</outputProfile> | |
</outputProfileList> | |
</txcop:outputProfiles> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Retrofit-Gist of my original output profile posted back in 2011 on my blog.
http://brianhoffmann.de/journal/thesis/2011-08-01/latex-glossaries-with-texniccenter/