Remove extraneous \ which causes build to fail: ! LaTeX Error: There's no line here to end. See the LaTeX manual or LaTeX Companion for explanation. Type H <return> for immediate help. ... l.2 \\n ewcommand{\\commityear}{2017} ? ! Emergency stop. ... l.2 \\n ewcommand{\\commityear}{2017} Your command was ignored. Type I <command> <return> to replace it with another command, or <return> to continue without it. Signed-off-by: Trevor Woerner <twoerner@xxxxxxxxx> --- utilities/autodate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utilities/autodate.sh b/utilities/autodate.sh index 6df8f99..84b4ea7 100644 --- a/utilities/autodate.sh +++ b/utilities/autodate.sh @@ -45,4 +45,4 @@ year=`date --date="$date_str" +%Y` day=`date --date="$date_str" +%e` echo "\\date{$month $day, $year$modified}" -echo "\\\newcommand{\\\commityear}{$year}" +echo "\\newcommand{\\commityear}{$year}" -- 2.11.0.258.ge05806d -- To unsubscribe from this list: send the line "unsubscribe perfbook" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html