|
|
@@ -153,7 +153,7 @@ if (isset($options["--cv"]))
|
|
|
|
|
|
During my thesis, I contributed to <?php echo $num_publications ?> publications in conference proceedings, <?php echo $num_publications_in_thesis ?> of which are included in this thesis as shown below.
|
|
|
|
|
|
-\newrefcontext[sorting=ydnt]
|
|
|
+\newrefcontext[sorting=nty]
|
|
|
|
|
|
<?php echo $sloppy_begin; ?>
|
|
|
|
|
|
@@ -184,7 +184,6 @@ foreach ($papers as $p => $f)
|
|
|
echo '
|
|
|
|
|
|
\bgroup
|
|
|
- \begin{refsection}
|
|
|
\pgfplotsset{
|
|
|
table/search path={'.$p.'/},
|
|
|
}
|
|
|
@@ -196,7 +195,6 @@ elseif (isset($options['--use-include']))
|
|
|
else
|
|
|
echo ' \input{'.$p.'/'.$f.'}';
|
|
|
echo '
|
|
|
- \end{refsection}
|
|
|
\egroup
|
|
|
|
|
|
\newpage
|