-
Notifications
You must be signed in to change notification settings - Fork 211
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
Draft: implement journal publisher variable #2425
base: master
Are you sure you want to change the base?
Conversation
I'll give it a survey once I merge the recent related PR. In the meantime, I have an idea about how to handle the fact that different bits of information will appear in different orders in different journals. Think Citation Stylesheet Language as a model. Best discussed at a Drop-In. |
The more I think about it, the more I'm liking the idea of using a CSL-like structure for describing the LaTeX markup for different journals. A few questions while I'm thinking about then, which we could discuss at a later time.
That's it for now. I'll keep thinking and we can discuss next time. |
I've split this up, rebased it on master, and added some xsl to transform the xml file of journal names into a pretext table that is included in the guide. As far as I'm concerned, this is ready to go, as a step along the way to getting more journal-specific information into the |
Once you feel caught up on other PRs, I'd appreciate your feedback on this, @rbeezer.
There will be a many-one mapping from journals to latex-style options. Example: the Bulletin of the AMS will use
latex-style="amsart"
, but will need to change thedocumentclass
. The "publisher" will be able to setpublication/common/journal/@name="bull-amer-math-soc"
and everything should be set for them.So far, this PR has the following:
journals/journals.xml
) and sets thelatex-style
accordingly.Still needed:
journals/journals.xml
file into a pretext table that can be xi:included in the documentation.