Skip to content
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

output=guidelines is broken #117

Open
Glottotopia opened this issue May 13, 2020 · 1 comment
Open

output=guidelines is broken #117

Glottotopia opened this issue May 13, 2020 · 1 comment

Comments

@Glottotopia
Copy link
Contributor

The output option output=guidelines should:

  • set the series color to gray
  • use onepage layout
  • not print the impressum.

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).

@kopeckyf
Copy link
Contributor

kopeckyf commented Feb 15, 2022

I added a simple check that sets \lsSeries to guidelines automatically if output=guidelines is used as an option to \documentclass{langscibook}.

langscibook/langscibook.cls

Lines 897 to 900 in 9b1def8

\input{langsci-series.def}
\ifbool{guidelines}
{\let\lsSeries\guidelines}
{}

This solves your desiderata (1) and (3).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants