Karl Pettersson
Karl Pettersson
`make install` now complains about missing destination file operand for `cp` after `ssam`. The problem seems to be that the makefile [now refers the `BINDIR` variable](https://github.com/deadpixi/sam/commit/1dcf1ded935fd165e04939d9252e7043dcc05bf4#diff-b67911656ef5d18c4ae36cb6741b7965), which is defined in...
I note that a ssam makefile has been added in e0a526e; I guess the top makefile should be updated with a `ssamdir` target and the additions to that file in...
I was looking for the same thing. A perhaps somewhat kludgy solution which, however, gives me correct citations, as well as cross-references, is to use the Pandoc program itself as...
In some cases, this avoidance of system libraries gives rise to new problems with versioning. For example, Arch Linux repos provide both Julia and Arpack, compiled with the version of...
Yes, [it says](https://github.com/JuliaLang/julia#binary-installation): > Although some system package managers provide Julia, such installations are neither maintained nor endorsed by the Julia project. They may be outdated and/or unmaintained. In the...
If you use `--pdf-engine=context`, a tagged PDF is produced by default. Moreover, the option `pdfa` creates a PDF/A-1b as standard, but if the option `format=PDF/A-1b:2005`, to `setupbackend` in the ConTeXt...
The text is in correct order for the files I have tested.
The tags, with their textual content, can be inspected e.g. with the Poppler pdfinfo program, like `pdfinfo -struct-text [pdffile]`. The default ConTeXt template in Pandoc 2.7.2 seems to destroy word...
I have not discovered any problems, but I should perhaps test with some more documents. However, the Pandoc manual explicitly states that the `pdfa` variable "adds to the preamble the...
The main disadvantage with the ConTeXt solution, I think, is that there is a lot of functionality implemented in LaTeX (e,g, beamer) where a ConTeXt reimplementation would be cumbersome. The...