-
Notifications
You must be signed in to change notification settings - Fork 11
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
Comments
OK, I'm seeing the same thing so thanks for letting me know. I'm going to
investigate, and I'll get back to you. I suspect the answer is to create a
publisher file, but I need to read through the documentation or find the
right person to ask.
Thanks again,
David
…On Thu, Jul 8, 2021 at 7:16 PM joriankarstark ***@***.***> wrote:
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?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABTLXTGWZTW6WB5QFANAKQDTWYWUPANCNFSM5ABVINRA>
.
|
I've talked to another person about this, and it seems like this is a
pretext bug. I'm going to post on the pretext support group and see what
can be done. Thanks for raising the issue with me.
Do you mind telling me who you are?
Thanks,
David
On Fri, Jul 9, 2021 at 7:48 AM David Austin ***@***.***>
wrote:
… OK, I'm seeing the same thing so thanks for letting me know. I'm going to
investigate, and I'll get back to you. I suspect the answer is to create a
publisher file, but I need to read through the documentation or find the
right person to ask.
Thanks again,
David
On Thu, Jul 8, 2021 at 7:16 PM joriankarstark ***@***.***>
wrote:
> 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?
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub
> <#1>, or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/ABTLXTGWZTW6WB5QFANAKQDTWYWUPANCNFSM5ABVINRA>
> .
>
|
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 :) |
OK, sure. Thanks for letting me know!
…On Sat, Jul 10, 2021 at 2:41 PM joriankarstark ***@***.***> wrote:
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 :)
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABTLXTHESDUSUPGDLB3DMW3TXCH6NANCNFSM5ABVINRA>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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?
The text was updated successfully, but these errors were encountered: