summaryrefslogtreecommitdiff
path: root/context/data/texworks/configuration/texworks-config.txt
blob: b925b28011cb6360f41894d726197ae565a8634d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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