rinohtype
rinohtype copied to clipboard
Is `IEEE` format available?
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}
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?