summaryrefslogtreecommitdiff
path: root/context/data/texworks/configuration/texworks-config.txt
diff options
context:
space:
mode:
Diffstat (limited to 'context/data/texworks/configuration/texworks-config.txt')
-rw-r--r--context/data/texworks/configuration/texworks-config.txt22
1 files changed, 22 insertions, 0 deletions
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
+