rinohtype icon indicating copy to clipboard operation
rinohtype copied to clipboard

Is `IEEE` format available?

Open ntjess opened this issue 4 years ago • 1 comments

I saw a few commits from around 7c0a8795ea49402ecb407550b51b18977be0fa88 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}

ntjess avatar Aug 12 '21 15:08 ntjess

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 avatar Aug 25 '21 15:08 brechtm