blob: ec2c521110f2041f9c31be83067493865f494f21 (
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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
|
\hypertarget{changelog}{%
\section{Changelog}\label{changelog}}
\begin{itemize}
\item
2018/08/23
\begin{itemize}
\tightlist
\item
released version 0.2c
\end{itemize}
\item
2018/08/21
\begin{itemize}
\tightlist
\item
added processor core detection on Windows
\item
make processor number configurable
\item
updated the documentation.
\end{itemize}
\item
2018/08/20
\begin{itemize}
\tightlist
\item
added \texttt{dvisvgm\_hashes} extension
\end{itemize}
\item
2018/07/03
\begin{itemize}
\tightlist
\item
create the \texttt{mimetype} file to achieve the ODT file validity
\end{itemize}
\item
2018/07/02
\begin{itemize}
\tightlist
\item
disabled conversion of XML entities for \&, \textless{} and
\textgreater{} characters back to Unicode, because it breaks XML
validity
\end{itemize}
\item
2018/06/27
\begin{itemize}
\tightlist
\item
fixed root dir detection
\end{itemize}
\item
2018/06/26
\begin{itemize}
\tightlist
\item
added code for detection of TeX distribution root for Miktex and TL
\end{itemize}
\item
2018/06/25
\begin{itemize}
\tightlist
\item
moved call to \texttt{xtpipes} from \texttt{t4ht} to the
\texttt{ODT} format drives. This should fix issues with path
expansion in \texttt{tex4ht.env} in TeX distributions.
\end{itemize}
\item
2018/06/22
\begin{itemize}
\tightlist
\item
added \texttt{mkutils.find\_zip} function. It detects \texttt{zip}
or \texttt{miktex-zip} executables
\end{itemize}
\item
2018/06/19
\begin{itemize}
\tightlist
\item
added new filter: \texttt{entities-to-unicode}. It converts XML
entites for Unicode characters back to Unicode.
\item
execute \texttt{entities-to-unicode} filter on text and math files
in the ODT output.
\end{itemize}
\item
2018/06/12
\begin{itemize}
\tightlist
\item
added support for direct \texttt{ODT} file packing
\end{itemize}
\item
2018/06/11
\begin{itemize}
\tightlist
\item
new function available for formats, \texttt{format.modify\_build}
\item
function \texttt{mkutils.delete\_dir} for directory removal
\item
function \texttt{mkutils.mv} for file moving
\item
started on packing of the \texttt{ODT} files directly by the format,
instead of \texttt{t4ht}
\end{itemize}
\item
2018/06/08
\begin{itemize}
\tightlist
\item
added support for filenames containing spaces
\item
added support for filenames containing non-ascii characters
\item
don't require sudo for the installation, let the user to install
symbolic links to \texttt{\$PATH}
\end{itemize}
\item
2018/05/03
\begin{itemize}
\tightlist
\item
released version \texttt{0.2b}
\item
bug fix: use only \texttt{load} function in \texttt{Make:run}, in
order to support a local environment.
\end{itemize}
\item
2018/05/03
\begin{itemize}
\tightlist
\item
released version \texttt{0.2a}
\item
renamed \texttt{latexmk} extension to \texttt{latexmk\_build}, due
to clash in TL
\end{itemize}
\item
2018/04/18
\begin{itemize}
\tightlist
\item
\texttt{staticsite} extension:
\begin{itemize}
\tightlist
\item
make YAML header configurable
\item
set the \texttt{time} and \texttt{updated} headers
\end{itemize}
\item
don't override existing tables in \texttt{filter\_settings}
\end{itemize}
\item
2018/04/17
\begin{itemize}
\tightlist
\item
done first version of \texttt{staticsite} extension
\end{itemize}
\item
2018/04/16
\begin{itemize}
\tightlist
\item
check for Git repo in the Makefile, don't run Git commands outside
of repo
\end{itemize}
\item
2018/04/15
\begin{itemize}
\tightlist
\item
added \texttt{staticsite} filter
\item
working on \texttt{staticsite} extension
\end{itemize}
\item
2018/04/13
\begin{itemize}
\tightlist
\item
use \texttt{ipairs} instead of \texttt{pairs} to traverse lists of
images and image match functions
\item
load extensions in the correct order
\end{itemize}
\item
2018/04/09
\begin{itemize}
\tightlist
\item
released version \texttt{0.2}
\item
disabled default loading of \texttt{common\_domfilters} extension
\end{itemize}
\item
2018/04/06
\begin{itemize}
\tightlist
\item
added \texttt{Make:enable\_extension} and
\texttt{Make:disable\_extension} functions
\item
documented the configuration file
\end{itemize}
\item
2018/03/09
\begin{itemize}
\tightlist
\item
load the configuration file before extensions
\end{itemize}
\item
2018/03/02
\begin{itemize}
\tightlist
\item
Aeneas execution works
\item
Aeneas documentation
\item
added support for \texttt{.make4ht} configuration file
\end{itemize}
\item
2018/02/28
\begin{itemize}
\tightlist
\item
Aeneas configuration file creation works
\end{itemize}
\item
2018/02/22
\begin{itemize}
\tightlist
\item
fixed bug in \texttt{fixinlines} DOM filter
\end{itemize}
\item
2018/02/21
\begin{itemize}
\tightlist
\item
added Aeneas domfilter
\item
fixed bugs in \texttt{joincharacters} DOM filter
\end{itemize}
\item
2018/02/20
\begin{itemize}
\tightlist
\item
fixed bug in \texttt{joincharacters} DOM filter
\item
make \texttt{woff} default font format for \texttt{mathjaxnode}
\item
added documentation for \texttt{mathjaxnode} settings
\end{itemize}
\item
2018/02/19
\begin{itemize}
\tightlist
\item
fixed bug in filter loading
\item
added \texttt{mathjaxnode} extension
\end{itemize}
\item
2018/02/15
\begin{itemize}
\tightlist
\item
use HTML5 as a default format
\item
use \texttt{common\_domfilters} implicitly for the XHTML and HTML5
formats
\end{itemize}
\item
2018/02/12
\begin{itemize}
\tightlist
\item
added \texttt{common\_domfilters} extension
\item
documented DOM filters
\end{itemize}
\item
2018/02/12
\begin{itemize}
\tightlist
\item
handle XML parsing errors in the DOM handler
\item
enable extension loading in Formatters
\end{itemize}
\item
2018/02/11
\begin{itemize}
\tightlist
\item
fixed Tidy extension output to support LuaXML
\item
fixed white space issues with \texttt{joincharacters} DOM filter
\end{itemize}
\item
2018/02/09
\begin{itemize}
\tightlist
\item
fixed issues with the Mathjax filter
\item
documented basic info about thd DOM filters
\item
DOM filter optimalizations
\end{itemize}
\item
2018/02/08
\begin{itemize}
\tightlist
\item
make Tidy extension configurable
\item
documented filter settings
\end{itemize}
\item
2018/02/07
\begin{itemize}
\tightlist
\item
added filter for Mathjax-node
\end{itemize}
\item
2018/02/06
\begin{itemize}
\tightlist
\item
created DOM filter function
\item
added DOM filter for spurious inlinine elements
\end{itemize}
\item
2018/02/03
\begin{itemize}
\tightlist
\item
added settings handling functions
\item
settings made available for extensions and filters
\end{itemize}
\item
2017/12/08
\begin{itemize}
\tightlist
\item
fixed the \texttt{mk4} build file loading when it is placed in the
current working dir and another one with same filename somewhere in
the TEXMF tree.
\end{itemize}
\item
2017/11/10
\begin{itemize}
\tightlist
\item
Added new filter: \texttt{svg-height}. It tries to fix height of
some of the images produced by \texttt{dvisvgm}
\end{itemize}
\item
2017/10/06
\begin{itemize}
\tightlist
\item
Added support for output format selection. Supported formats are
\texttt{xhtml}, \texttt{html5} and \texttt{odt}
\item
Added support for extensions
\end{itemize}
\item
2017/09/10
\begin{itemize}
\tightlist
\item
Added support for Latexmk
\item
Added support of \texttt{math} library and \texttt{tonumber}
function in the build files
\end{itemize}
\item
2017/09/04
\begin{itemize}
\tightlist
\item
fixed bug caused by the previous change -- the --help and --version
didn't work
\end{itemize}
\item
2017/08/22
\begin{itemize}
\tightlist
\item
fixed the command line option parsing for \texttt{tex4ht},
\texttt{t4ht} and \texttt{latex} commands
\item
various grammar and factual fixes in the documentation
\end{itemize}
\item
2017/04/26
\begin{itemize}
\tightlist
\item
Released version \texttt{v0.1c}
\end{itemize}
\item
2017/03/16
\begin{itemize}
\tightlist
\item
check for \texttt{TeX\ capacity\ exceeded} error in the \LaTeX~run.
\end{itemize}
\item
2016/12/19
\begin{itemize}
\tightlist
\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}
\tightlist
\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}
\tightlist
\item
new filter: replace colons in \texttt{id} and \texttt{href}
attributes with underscores
\end{itemize}
\item
2016/01/11
\begin{itemize}
\tightlist
\item
fixed bug in loading documents with full path specified
\end{itemize}
\item
2015/12/06 version 0.1b
\begin{itemize}
\tightlist
\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}
\tightlist
\item
use \texttt{kpse} library for build file locating
\end{itemize}
\item
2015/11/17
\begin{itemize}
\tightlist
\item
better \texttt{-jobname} handling
\end{itemize}
\item
2015/09/23 version 0.1a
\begin{itemize}
\tightlist
\item
various documentation updates
\item
\texttt{mozhtf} profile for unicode output is used, this should
prevent ligatures in the output files
\end{itemize}
\item
2015/06/29 version 0.1
\begin{itemize}
\tightlist
\item
major README file update
\end{itemize}
\item
2015/06/26
\begin{itemize}
\tightlist
\item
added Makefile
\item
moved INSTALL instructions from README to INSTALL
\end{itemize}
\end{itemize}
|