PreTeXtBook / pretext

PreTeXt: an authoring and publishing system for scholarly documents
https://pretextbook.org
Other
266 stars 208 forks source link

hidden knowl content not hidden #267

Closed davidfarmer closed 7 years ago

davidfarmer commented 8 years ago

I was getting ready to put together a minimal example when I saw that it occurs in the next-to-last paragraph here:

http://mathbook.pugetsound.edu/gfa/html/friends.html

The very long link text is not supposed to appear.

rbeezer commented 8 years ago

Dear David,

That was an artifact of me using a "list" element that had absolutely zero implementation, in the run-up to the workshop. My apologies for the confusion.

I've properly implemented "list" and updated the online version of GFA.

Also, I worked on my website script, so it pulls both from MBX (e.g., for updates to lists) and it also pulls from GFA (actual content). Then the PDF and HTML get built and rsync'ed to the website. So all four public components (MBX repo, GFA repo/source, GFA PDF, GFA HTML) should be syncronized whenever I run the script (eventually a nightly cron job?).

Sample article and sample book are next up for syncronization. Sorry for all teh uncertaintity this has been causing.

Rob

On 05/14/2016 04:54 AM, davidfarmer wrote:

I was getting ready to put together a minimal example when I saw that it occurs in the next-to-last paragraph here:

http://mathbook.pugetsound.edu/gfa/html/friends.html

The very long link text is not supposed to appear.

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/rbeezer/mathbook/issues/267

davidfarmer commented 8 years ago

I saw this problem originally in a knowlified example in Active Calculus. I'll pull from master and check if it fixed that case, too.

rbeezer commented 7 years ago

This is no longer an error, though perhaps the text of the knowl link is not entirely what I wanted. xref is going to get a refactor, so I'll leave that for later. I'd be surprised if this was still about in Active Calculus (but if so, would love to hear).