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

Is IEEE format available? #280

Open
ntjess opened this issue Aug 12, 2021 · 1 comment
Open

Is IEEE format available? #280

ntjess opened this issue Aug 12, 2021 · 1 comment
Labels
easy A good candidate for a newcomer to debug enhancement question

Comments

@ntjess
Copy link

ntjess commented Aug 12, 2021

I saw a few commits from around 7c0a879 that deal with an IEEE stylesheet. However, I can't seem to find examples from the current repo state. Is this still available? My goal was to create a "Hello world" example that looks like this:

\documentclass[conference]{IEEEtran}
\usepackage{lipsum}

\title{My Title}
\author{My Name}

\begin{document}
\maketitle
Hello, world!

\lipsum[5]
\end{document}
@brechtm
Copy link
Owner

brechtm commented Aug 25, 2021

No, that IEEE style sheet was removed back in 2016. See the full history of ieee.py.

With the last version of ieee.py and sphinx.rts as reference, it should be fairly straightforward to create a new ieee.rts. Is that something you'd like to take a shot at?

@brechtm brechtm added easy A good candidate for a newcomer to debug enhancement labels Aug 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
easy A good candidate for a newcomer to debug enhancement question
Projects
None yet
Development

No branches or pull requests

2 participants