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

Make workbook-latex not respecting the config file (activity-workbook.xsl) #1

Open
joriankarstark opened this issue Jul 8, 2021 · 4 comments

Comments

@joriankarstark
Copy link

It seems the latex generated from
make workbook-latex
does not respect the configuration in activity-workbook.xsl.

I tried editing the following code:

<xsl:param name="exercise.divisional.hint" select="'no'" />
<xsl:param name="exercise.divisional.answer" select="'yes'" />
<xsl:param name="exercise.divisional.solution" select="'yes'" />

<xsl:param name="exercise.reading.statement" select="'no'" />

<xsl:param name="project.hint" select="'no'" />
<xsl:param name="project.answer" select="'yes'" />
<xsl:param name="project.solution" select="'yes'" />

I tried flipping the select value from no to yes, and also commenting out the lines entirely. I also tried leaving them filled in as "no". In all cases the workbook was still generated with the solutions included.

Am I misunderstanding how the configuration is supposed to work? Or is this perhaps a bug?

@davidaustinm
Copy link
Owner

davidaustinm commented Jul 9, 2021 via email

@davidaustinm
Copy link
Owner

davidaustinm commented Jul 10, 2021 via email

@joriankarstark
Copy link
Author

My wife is not as technical and so was just helping her compile/build the book. She's a professor at penn state. I believe she said she had your email and would drop you a line :)

@davidaustinm
Copy link
Owner

davidaustinm commented Jul 10, 2021 via email

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