Re: [pollen] How to make a tag do nothing for specific output formats

2018-12-08 Thread Matthew Butterick
> On Dec 8, 2018, at 5:15 AM, Fletcher Hardison wrote: > > I've been doing something like: > > (define (my-tag . xs) >(case (current-poly-target) >[(ltx) do something] >[else xs])) > > Is there a better way to pass elements through without doing anything to > them. I'm fi

[pollen] How to make a tag do nothing for specific output formats

2018-12-08 Thread Fletcher Hardison
Hi all, I have a poly.pm file that I'm using for a class. I generate a PDF via Xelatex and want to output reveal.js slides. I've got it working, but had to change the the tags I was using. I have a bunch of tags that I need for the PDF styling, but that i don't want to do anything other than pa