|
@@ -485,7 +485,8 @@ TODO
|
|
|
|
|
|
|
|
|
|
|
|
|
\\newpage
|
|
\\newpage
|
|
|
-\\newrefcontext[sorting=ydnt]
|
|
|
|
|
|
|
+\begin{refsection}
|
|
|
|
|
+\\newrefcontext[sorting=nty]
|
|
|
\begin{center}
|
|
\begin{center}
|
|
|
{\Large \bfseries
|
|
{\Large \bfseries
|
|
|
|
|
|
|
@@ -656,6 +657,7 @@ END;
|
|
|
$tex = handle_appendix($tex);
|
|
$tex = handle_appendix($tex);
|
|
|
if (!str_starts_with($tex,"\\makeatletter\n\def\\relativepath{\\import@path}\n\\makeatother\n"))
|
|
if (!str_starts_with($tex,"\\makeatletter\n\def\\relativepath{\\import@path}\n\\makeatother\n"))
|
|
|
$tex = "\\makeatletter\n\def\\relativepath{\\import@path}\n\\makeatother\n" . $tex;
|
|
$tex = "\\makeatletter\n\def\\relativepath{\\import@path}\n\\makeatother\n" . $tex;
|
|
|
|
|
+ $tex .= "\n\end{refsection}";
|
|
|
$tex .= "\n\graphicspath{}";
|
|
$tex .= "\n\graphicspath{}";
|
|
|
file_put_contents($file,$tex);
|
|
file_put_contents($file,$tex);
|
|
|
}
|
|
}
|