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

setting the documentclass #5

Closed
jabbalaci opened this issue Jan 25, 2014 · 2 comments
Closed

setting the documentclass #5

jabbalaci opened this issue Jan 25, 2014 · 2 comments

Comments

@jabbalaci
Copy link

Hi,

Is it possible to set the documentclass? For instance, I want to use the Springer layout. In LaTeX I would write this:

\documentclass[runningheads]{llncs}

Where there is an llncs.cls style file.

But there are lots of different style, e.g. the IEEE format.

Thanks,

Laszlo

@JelteF
Copy link
Owner

JelteF commented Jan 25, 2014

You can pass the documentclass as a keyword to the Document class. It's default is article. Currently it's not possible to pass an option to it though (like the [runningheads]). This shouldn't be to difficult to fix though, due to recent changes in the codebase.

@jabbalaci
Copy link
Author

Excellent, thank you.

@JelteF JelteF reopened this Jan 25, 2014
@JelteF JelteF closed this as completed in 90cb611 Jan 3, 2015
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