From 85b7bc695629926641c7cb752fd478adfdf374f3 Mon Sep 17 00:00:00 2001 From: Marius Date: Sun, 4 Jul 2010 15:32:09 +0300 Subject: stable 2010-05-24 13:10 --- .../texworks/configuration/texworks-config.txt | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 context/data/texworks/configuration/texworks-config.txt (limited to 'context/data/texworks/configuration/texworks-config.txt') diff --git a/context/data/texworks/configuration/texworks-config.txt b/context/data/texworks/configuration/texworks-config.txt new file mode 100644 index 000000000..b925b2801 --- /dev/null +++ b/context/data/texworks/configuration/texworks-config.txt @@ -0,0 +1,22 @@ +# TeXworks: Miscellaneous configuration options that don't show up in the Preferences + +# Template commands to insert for files dragged into the editor window +# Note that %1 represents the filename; #RET# represents a newline + +include-text: \include{%1}#RET# + +include-postscript: \includegraphics[]{%1}#RET# +include-pdf: \includegraphics[]{%1}#RET# +include-image: \includegraphics[]{%1}#RET# + +# Patterns for the Remove Aux Files command; entries are cumulative +# (any occurrence of $jobname will be replaced by the root file name) + +cleanup-patterns: *.aux +cleanup-patterns: $jobname.blg $jobname.brf $jobname.ccs $jobname.ent $jobname.fff +cleanup-patterns: $jobname.glo $jobname.idx $jobname.idv $jobname.ilg $jobname.ind $jobname.ioa +cleanup-patterns: $jobname.lg $jobname.lof $jobname.log $jobname.lot +cleanup-patterns: $jobname.mte $jobname.mlf $jobname.out $jobname.pdfsync +cleanup-patterns: $jobname.toc $jobname.ttt $jobname.wrm $jobname.xref +cleanup-patterns: $jobname.4ct $jobname.4tc + -- cgit v1.2.3