blob: c1a56ab10522c8b0333c7535967495fd7c7cc009 (
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?'.$commit.'}';
}
&alt_tex_cmds;
$jobname = 'tcr';
|