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

\subtitle in LaTeX #280

Closed
jkmfsu opened this issue Jul 21, 2011 · 0 comments
Closed

\subtitle in LaTeX #280

jkmfsu opened this issue Jul 21, 2011 · 0 comments

Comments

@jkmfsu
Copy link

jkmfsu commented Jul 21, 2011

The KOMA script classes (http://www.ctan.org/pkg/koma-script) support the \subtitle command. Unfortunately pandoc does not parse it. E.g.

\documentclass{scrartcl}

\title{Some Title}
\subtitle{Some Subtitle}
\author{Me}

\begin{document}
\maketitle
\end{document}

Parsing \subtitle and inserting it would be great.

@jgm jgm closed this as completed in fe14bf9 Jul 21, 2011
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

2 participants