- LaTeX comment page bugs fixed
This commit is contained in:
parent
77cf3f267a
commit
8e145df855
@ -579,7 +579,7 @@ function generate_report_by_groups(ReqHandler &$rh, array $params): string
|
||||
$report->addComment("filter: ${filter}");
|
||||
$report->addComment("best_only: ${params["best_only"]}");
|
||||
$requestURL = $_SERVER["SERVER_NAME"] . ":" . $_SERVER["SERVER_PORT"] . $_SERVER["REQUEST_URI"];
|
||||
$report->addComment("\\scriptsize $requestURL");
|
||||
$report->addComment("\\scriptsize \\path{$requestURL}");
|
||||
|
||||
// generate latex
|
||||
$report->saveTeX($buildDir);
|
||||
|
@ -12,6 +12,7 @@
|
||||
\usepackage{fontspec}
|
||||
\usepackage[fontsize=7pt]{fontsize}
|
||||
\usepackage{titlesec}
|
||||
\usepackage{url}
|
||||
|
||||
% For frame layout and content
|
||||
\usepackage{xcolor}
|
||||
|
Loading…
x
Reference in New Issue
Block a user