docs icon indicating copy to clipboard operation
docs copied to clipboard

model extractor for LaTeX input for manual(s)

Open bob-carpenter opened this issue 11 years ago • 2 comments

Use (and perhaps upgrade) the java2tex system for the manuals. That will allow naming blocks of models with comments and then pulling the relevant text out into a LaTeX-friendly file to include.

  • [ ] try the java2tex system on our text
    • [ ] update if necessary
  • [ ] create directory structure (or submodule structure?) to find models
  • [ ] replace all the code examples in the manual with extractions from compiling models

bob-carpenter avatar Sep 02 '14 18:09 bob-carpenter

this would be nice to have. documentation is now in Rmd. this is possible using Rmd's "include" feature.

mitzimorris avatar Jan 25 '19 16:01 mitzimorris

if not Rmd's "include" feature, similar effect might be possible by putting example code in R code blocks which do something similar - anything that would allow us to have a directory of ".stan" files that scripts can find and check.

mitzimorris avatar Jan 25 '19 16:01 mitzimorris