summaryrefslogtreecommitdiff
path: root/content/latexmkrc
blob: b43f9a234f6f45e962140431a80ba95c8c70953f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
@default_files = qw(tcr);
$pdf_mode = 1;
$aux_dir = ".";
$out_dir = "..";
{
	my $commit = `git rev-parse HEAD`;
	chomp $commit;
	$pre_tex_code .=
	  '\newcommand{\srclink}[1]'
	  .'{https://git.gloria-mundi.eu/tcr/plain/content/#1?id='.$commit.'}';
}
&alt_tex_cmds;
$jobname = 'tcr';