-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add support for igo.sty #5
Comments
/sub |
Noted. The big thrust of our efforts is fixing the last few problems with diagram generation (usu. diagram-agnostic) and ensuring PDF/X-1a:2001 compatibilty. Igo generation should benefit from both of these. |
Getting close on the font size. It's somewhat unfortunate that igo.sty doesn't support marks on empty intersections (as far as I can tell). Work on the font will be done here: https://github.com/Kashomon/go-type1 |
Man, Igo is so painful to work with. It looks like it fundamentally doesn't play nicely with the memoir class that I'm relying on. I tried it out with a very basic document. It compiled fine with
On the bright side, all the diagram-generation logic is done. However, this means I'd have to rewrite the templates to work with Igo. Another option is to get the jigo-font series working, which is my revamp of the igo font series. See https://github.com/Kashomon/go-type1/tree/master/jigo-fonts for more details |
Wow, sorry to hear it's such a pain :( If you end up revamping igo as jigo, that'd be great. Very curious why it doesn't play nice with memoir... |
No idea, but this fails to compile: \documentclass[letterpaper,12pt]{memoir}
\usepackage{igo}
\begin{document}
blah
\end{document} |
It's useful to have multiple diagram types / output types since it makes the platform more robust generally.
The text was updated successfully, but these errors were encountered: