fedeinthemix

Results 21 comments of fedeinthemix

It loads and seems to work fine. Maybe the installation instructions in 'irregex.html' could then be updated ;-) Thanks!

I would like to add that this happens with `evince` as well. Updating `poppler` should fix it as well.

@leenamurgai would you mind sharing your complete YAML file? I've tried setting `eqnPrefixTemplate: $$i$$`, but the output contains $$i$$ (not replaced by a number).

@leenamurgai thanks for sharing! I've followed the discussion, but have zero experience with `lua`, I've created a file named texref.lua ```lua function Link(el) if el.attributes["reference-type"]=="ref" and (el.attributes["reference"]:sub(1,#"eq:")=="eq:" or el.attributes["reference"]:sub(1,#"lst:")=="lst:") then...

I enter Eq. references as, e.g., `\ref{eq:charge}`. The `pandoc`version that I'm using is 2.14.1. I will try using a YAML file. Thanks.

@lierdakil after your guess that the metadata variable body may not be parsed as markdown I checked how pandoc parses them. Currently metadata is parsed as basic markdown with only...

Indeed it works! Thank you very much for your patience and help!

I've done something similar as well. The key thing to make it work (for me) is not to use `metadata-files:` to import the YAML file with the `pandoc-crossref` options (or...

I would welcome changing this for the non-r6rs version. Thanks for your reply!

I've found a similar problem with another auxiliary identifier used in the same match syntax: '..1'. In R6RS mode I get the error: Exception in read: ..1 symbol syntax is...