brechtm / rinohtype

The Python document processor
http://www.mos6581.org/rinohtype
GNU Affero General Public License v3.0
504 stars 61 forks source link

Is `IEEE` format available? #280

Open ntjess opened 3 years ago

ntjess commented 3 years ago

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}
brechtm commented 3 years ago

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?