Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

There's no line here to end. \maketitle #1

Open
ploeh opened this issue Feb 9, 2023 · 0 comments
Open

There's no line here to end. \maketitle #1

ploeh opened this issue Feb 9, 2023 · 0 comments

Comments

@ploeh
Copy link

ploeh commented Feb 9, 2023

There seems to be an error in su.sty. I'll be happy to send a pull request with a fix, if you'd like.

Steps to reproduce

I've created a .tex document like this:

\documentclass{article}

\usepackage[danish]{su}

\title{Softwareudvikling assignment 1}

\begin{document}

\maketitle

\end{document}

Now try to compile it:

$ pdflatex -shell-escape mark-A1.tex

Expected outcome

The document compiles

Actual outcome

Compilation fails with the error:

! 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.9 \maketitle

Possible fix

Edit line 208 in su.sty to:

  \Large\course%

I'll be happy to send a pull request with that change, assuming that this is a desired and acceptable change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant