lambdoc
lambdoc copied to clipboard
Lambdoc is a library providing support for semantically complex documents in Ocsigen web applications
I get `Lambdoc document`, and apparently there is an undocumented `--title` command that I could use (as used by the Makefile that builds the lambtex manual). Please document `--title` in...
I like the error messages from Lambtex more than the LaTeX ones already, and the highlighting is definetely useful, but here are a few things to make them even better:...
Some documents can grow quite large (books, software documentation, etc.), and it is usual to split the input/output into multiple files, while still having cross-references working correctly. Splitting the input...
The lambtex manual refers to a default CSS shipped with lambdoc, however this is only available in the source package. Please install the CSS when you do `opam install lambdoc`.
- Broken links in bibliography [tries to go to ./blah and ./bah]: ``` \where{\link{bah}{http://www.w3.org/Math/}} \where{\link{blah}{http://www.ctan.org/get/biblio/bibtex/contrib/doc/btxdoc.pdf}} ``` - `` doesn't work, I have to use ``. `source-highlight --lang-list` doesn't show `ocaml`...
There is some support for french and portugal words, however in general words cannot be translated independently of context (capitalization, order of words in sentence, plural forms, etc. all depend...
`lambcmd` already supports specifying the languages via `-l`, however it doesn't set the document's `lang` attribute. For automatic hyphenation to be turned on ([via CSS](https://developer.mozilla.org/en/docs/Web/CSS/hyphens)) and work correctly the following...
Can't manage to build the ocamldoc for the library.
Pandoc already supports every popular format under the sun, so adding the possibility to read/write a Pandoc AST will make Lambdoc more inclusive.
Lambdoc may be targeted at web publishing, but it would still be nice to generate PDFs from Lambdoc documents. Possibly the best route in terms of typographic quality will be...