blob: 752787d15948873be4d6773f4fae6ea8c86a7e4f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
|
\section{Changelog}\label{changelog}
\begin{itemize}
\item
2017/04/26
\begin{itemize}
\itemsep1pt\parskip0pt\parsep0pt
\item
Released version \texttt{v0.1c}
\end{itemize}
\item
2017/03/16
\begin{itemize}
\itemsep1pt\parskip0pt\parsep0pt
\item
check for \texttt{TeX capacity exceeded} error in the \LaTeX~run.
\end{itemize}
\item
2016/12/19
\begin{itemize}
\itemsep1pt\parskip0pt\parsep0pt
\item
use full input name in \texttt{tex\_file} variable. This should
enable use of files without \texttt{.tex} extension.
\end{itemize}
\item
2016/10/22
\begin{itemize}
\itemsep1pt\parskip0pt\parsep0pt
\item
new command available in the build file:
\texttt{Make:add\_file(filename)}. This enables filters and commands
to register files to the output.
\item
use ipairs instead of pairs for traversing files and executing
filters. This should ensure correct order of executions.
\end{itemize}
\item
2016/10/18
\begin{itemize}
\itemsep1pt\parskip0pt\parsep0pt
\item
new filter: replace colons in \texttt{id} and \texttt{href}
attributes with underscores
\end{itemize}
\item
2016/01/11
\begin{itemize}
\itemsep1pt\parskip0pt\parsep0pt
\item
fixed bug in loading documents with full path specified
\end{itemize}
\item
2015/12/06 version 0.1b
\begin{itemize}
\itemsep1pt\parskip0pt\parsep0pt
\item
modifed lapp library to recognize \texttt{-{}-version} and
\item
added \texttt{-{}-help} and \texttt{-{}-version} command line
options
\end{itemize}
\item
2015/11/30
\begin{itemize}
\itemsep1pt\parskip0pt\parsep0pt
\item
use \texttt{kpse} library for build file locating
\end{itemize}
\item
2015/11/17
\begin{itemize}
\itemsep1pt\parskip0pt\parsep0pt
\item
better \texttt{-jobname} handling
\end{itemize}
\item
2015/09/23 version 0.1a
\begin{itemize}
\itemsep1pt\parskip0pt\parsep0pt
\item
various documentation updates
\end{itemize}
\item
\texttt{mozhtf} profile for unicode output is used, this should
prevent ligatures in the output files
\item
2015/06/29 version 0.1
\begin{itemize}
\itemsep1pt\parskip0pt\parsep0pt
\item
major README file update
\end{itemize}
\item
2015/06/26
\begin{itemize}
\itemsep1pt\parskip0pt\parsep0pt
\item
added Makefile
\item
moved INSTALL instructions from README to INSTALL
\end{itemize}
\end{itemize}
|