We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The output option output=guidelines should:
output=guidelines
This used to work in the past, eg for https://github.com/langsci/guidelines/blob/master/latexguidelines/wrap-typesetters.tex, but it does not work for the current setup. My hunch is that some of the ifx branches make it so that the relevant code is never reached (or it was deleted altogether).
ifx
The text was updated successfully, but these errors were encountered:
Re: #117 set \lsSeries to 'guidelines' automatically if class option …
9b1def8
…in use
I added a simple check that sets \lsSeries to guidelines automatically if output=guidelines is used as an option to \documentclass{langscibook}.
\lsSeries
guidelines
\documentclass{langscibook}
langscibook/langscibook.cls
Lines 897 to 900 in 9b1def8
This solves your desiderata (1) and (3).
Sorry, something went wrong.
No branches or pull requests
The output option
output=guidelines
should:This used to work in the past, eg for https://github.com/langsci/guidelines/blob/master/latexguidelines/wrap-typesetters.tex, but it does not work for the current setup. My hunch is that some of the
ifx
branches make it so that the relevant code is never reached (or it was deleted altogether).The text was updated successfully, but these errors were encountered: