Skip to content

Commit

Permalink
Corrected title newline errors
Browse files Browse the repository at this point in the history
Corrected errors that were arising when a newline was forced in the title. Both `\\` and `\newline` now work as expected.
  • Loading branch information
vhbelvadi committed Jun 24, 2021
1 parent e768ea8 commit d7ef201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lecture.cls
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@
\setlength{\belowdisplayskip}{2ex}%
\setlength{\belowdisplayshortskip}{2ex}%
% Redefine line break command, add newline and begin commands
\renewcommand{\\}{\par\vskip1.5ex\noindent}%
\renewcommand{\\}{\par\vspace{1.5ex}\noindent}%
\newcommand{\nl}{\par\noindent}%
\newcommand{\runin}[1]{\textls[50]{\otherscshape #1}}
% Setting up the two-column talk style
Expand Down

0 comments on commit d7ef201

Please sign in to comment.