![]() | Name | Last modified | Size | Description |
---|---|---|---|---|
![]() | Parent Directory | - | ||
![]() | VERSION | 2018-05-24 11:47 | 9 | |
![]() | Sortinv.lhs | 2018-03-16 15:24 | 149 | |
![]() | Boldstar.lhs | 2018-03-12 16:21 | 152 | |
![]() | Puncs.lhs | 2018-03-13 12:02 | 174 | |
![]() | Fixquotes.lhs | 2018-03-21 15:56 | 181 | |
![]() | Stripdelims.lhs | 2018-03-12 16:28 | 202 | |
![]() | Emph.lhs | 2018-03-15 09:31 | 203 | |
![]() | Entities.lhs | 2018-03-21 15:56 | 244 | |
![]() | Uninv.lhs | 2018-03-15 09:31 | 248 | |
![]() | Inlinecode.lhs | 2018-03-16 17:48 | 390 | |
![]() | Delimiters.lhs | 2018-03-16 17:51 | 566 | |
![]() | Fixlatexchars.lhs | 2018-03-15 15:55 | 585 | |
![]() | Codeblock.lhs | 2018-03-16 17:46 | 686 | |
![]() | Headings.lhs | 2018-03-13 15:50 | 692 | |
![]() | List.lhs | 2018-03-22 17:00 | 841 | |
![]() | Singleinv.lhs | 2018-03-21 16:12 | 1.0K | |
![]() | README.txt | 2018-03-21 16:29 | 1.0K | |
![]() | Listcont.lhs | 2018-03-22 16:50 | 1.1K | |
![]() | Url.lhs | 2018-03-22 10:05 | 1.1K | |
![]() | Process.lhs | 2018-03-15 12:01 | 1.2K | |
![]() | Href.lhs | 2018-03-22 10:10 | 1.2K | |
![]() | Blockquote.lhs | 2018-03-16 17:45 | 1.2K | |
![]() | Sorttags.lhs | 2018-03-16 16:00 | 1.4K | |
![]() | Para.lhs | 2018-03-15 09:00 | 1.4K | |
![]() | Headfoot.hs | 2018-03-21 14:50 | 1.9K | |
![]() | README.tex | 2018-05-24 11:41 | 2.0K | |
![]() | Rogerlins.lhs | 2018-03-18 21:10 | 2.1K | |
![]() | Latextags.lhs | 2018-03-18 20:03 | 2.1K | |
![]() | README.html | 2018-05-24 11:41 | 2.2K | |
![]() | Htmltags.lhs | 2018-03-22 10:41 | 3.2K | |
![]() | hat.lhs | 2018-03-22 16:27 | 3.6K | |
![]() | README.pdf | 2018-03-21 14:49 | 23K | |
Creates html and LaTeX files from (a small subset of) asciidoc.
The idea for for Process.lhs
came from:
=
, ==
, ===
(title, level 1, level 2).Fancy quotes (single and double) automatically generated in both LaTeX and html output.
All the haskell libraries listed in import statements, namely:
Codec.Binary.Base64.String Data.List Data.List.Split Data.String.Here Data.String.Utils System.Environment
The LaTeX preamble includes \usepackage{fontspec}
and
\setmainfont{STIX Two Text}
.
So XeLaTeX or LuaLaTeX will be needed to compile to PDF.
These above lines could be removed and \usepackage{times}
or similar
used instead.
Nested lists (maybe), ... let's see...
Links still broken in corner cases