Name | Last modified | Size | Description | |
---|---|---|---|---|
Parent Directory | - | |||
hat.lhs | 2018-03-22 16:27 | 3.6K | ||
VERSION | 2018-05-24 11:47 | 9 | ||
Url.lhs | 2018-03-22 10:05 | 1.1K | ||
Uninv.lhs | 2018-03-15 09:31 | 248 | ||
Stripdelims.lhs | 2018-03-12 16:28 | 202 | ||
Sorttags.lhs | 2018-03-16 16:00 | 1.4K | ||
Sortinv.lhs | 2018-03-16 15:24 | 149 | ||
Singleinv.lhs | 2018-03-21 16:12 | 1.0K | ||
Rogerlins.lhs | 2018-03-18 21:10 | 2.1K | ||
README.txt | 2018-03-21 16:29 | 1.0K | ||
README.tex | 2018-05-24 11:41 | 2.0K | ||
README.pdf | 2018-03-21 14:49 | 23K | ||
README.html | 2018-05-24 11:41 | 2.2K | ||
Puncs.lhs | 2018-03-13 12:02 | 174 | ||
Process.lhs | 2018-03-15 12:01 | 1.2K | ||
Para.lhs | 2018-03-15 09:00 | 1.4K | ||
Listcont.lhs | 2018-03-22 16:50 | 1.1K | ||
List.lhs | 2018-03-22 17:00 | 841 | ||
Latextags.lhs | 2018-03-18 20:03 | 2.1K | ||
Inlinecode.lhs | 2018-03-16 17:48 | 390 | ||
Htmltags.lhs | 2018-03-22 10:41 | 3.2K | ||
Href.lhs | 2018-03-22 10:10 | 1.2K | ||
Headings.lhs | 2018-03-13 15:50 | 692 | ||
Headfoot.hs | 2018-03-21 14:50 | 1.9K | ||
Fixquotes.lhs | 2018-03-21 15:56 | 181 | ||
Fixlatexchars.lhs | 2018-03-15 15:55 | 585 | ||
Entities.lhs | 2018-03-21 15:56 | 244 | ||
Emph.lhs | 2018-03-15 09:31 | 203 | ||
Delimiters.lhs | 2018-03-16 17:51 | 566 | ||
Codeblock.lhs | 2018-03-16 17:46 | 686 | ||
Boldstar.lhs | 2018-03-12 16:21 | 152 | ||
Blockquote.lhs | 2018-03-16 17:45 | 1.2K | ||
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