blob: 92ec689690e7b29ce2ad0e29f500f177557ef52d (
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
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
|
\hypertarget{changes}{%
\section{Changes}\label{changes}}
\begin{itemize}
\item
2023/03/02
\begin{itemize}
\tightlist
\item
released verision \texttt{0.3i}
\item
check if file with TOC exists before processing.
\end{itemize}
\item
2023/01/12
\begin{itemize}
\tightlist
\item
added all mimetypes supported in Epub.
\end{itemize}
\item
2023/01/09
\begin{itemize}
\tightlist
\item
fixed handling of metadata for filenames with accented characters.
\end{itemize}
\item
2022/12/15
\begin{itemize}
\tightlist
\item
use lower case file extensions for mimetype matching.
\end{itemize}
\item
2022/12/01
\begin{itemize}
\tightlist
\item
set destinations for \texttt{\textbackslash{}label} used inside of
footnotes.
\item
fixed handling of multiple tables of contents in Epub 3.
\end{itemize}
\item
2022/11/20
\begin{itemize}
\tightlist
\item
added support for the \texttt{fn-in} option in the Epub 3 output.
\end{itemize}
\item
2022/03/29
\begin{itemize}
\tightlist
\item
fixed support for \TeX~filenames that contain dot.
\item
removed spurious comma that was introduced earlier.
\end{itemize}
\item
2022/03/28
\begin{itemize}
\tightlist
\item
documented the \texttt{no-cut} option.
\end{itemize}
\item
2022/02/23
\begin{itemize}
\tightlist
\item
extended the documentation about build files.
\item
deprecated the \texttt{-\/-resolution} CLI argument.
\end{itemize}
\item
2022/02/22
\begin{itemize}
\tightlist
\item
print \texttt{\textbackslash{}subsubsection} in the Epub TOC.
\end{itemize}
\item
2022/02/18
\begin{itemize}
\tightlist
\item
released version \texttt{0.3h}.
\end{itemize}
\item
2022/01/13
\begin{itemize}
\tightlist
\item
fixed issue where child TOC elements were inserted into
\texttt{\textless{}a\textgreater{}} element.
\end{itemize}
\item
2021/12/07
\begin{itemize}
\tightlist
\item
print space after section number in Epub 3 TOC.
\item
keep original elements in Epub 3 TOC.
\end{itemize}
\item
2021/12/04
\begin{itemize}
\tightlist
\item
fixed support for
\href{https://github.com/michal-h21/tex4ebook/issues/85}{appendix
chapters in Epub 3}.
\end{itemize}
\item
2021/11/08
\begin{itemize}
\tightlist
\item
released version \texttt{0.3g}
\item
bug fix: removed spurious \texttt{0} character from the NCX file.
\end{itemize}
\item
2021/11/05
\begin{itemize}
\tightlist
\item
released version \texttt{0.3f}
\item
fixed spurious numbers in NCX TOC caused by wrong use of
\texttt{\textbackslash{}cs\_if\_exist\_use:cTF} command.
\end{itemize}
\item
2021/10/08
\begin{itemize}
\tightlist
\item
fix for \texttt{\textbackslash{}author} support in \texttt{amsart}
class.
\end{itemize}
\item
2021/09/30
\begin{itemize}
\tightlist
\item
released version \texttt{0.3e}
\item
better detection if \texttt{kindlegen} was found.
\end{itemize}
\item
2021/09/23
\begin{itemize}
\tightlist
\item
use \texttt{ebook-convert} for convertsion to Kindle formats if
\texttt{kindlegen} fails.
\end{itemize}
\item
2021/08/22
\begin{itemize}
\tightlist
\item
fixed
\href{https://tex.stackexchange.com/a/611611/2891}{cross-referencing
issue} related to unnumbered equations.
\end{itemize}
\item
2021/07/26
\begin{itemize}
\tightlist
\item
released version \texttt{0.3d}
\end{itemize}
\item
2021/05/29
\begin{itemize}
\tightlist
\item
renamed \texttt{DeclareLanguage} to
\texttt{\textbackslash{}DeclareLanguageEbook}. Fixes
\href{https://github.com/michal-h21/tex4ebook/issues/78}{issue 78}.
\end{itemize}
\item
2021/05/15
\begin{itemize}
\tightlist
\item
use \texttt{assert} in checking of existence of the \texttt{zip}
command.
\item
replace colons in \texttt{OPF} \texttt{id} attributes and add
trailing \texttt{x} if the \texttt{id} starts with number. It should
fix some validation issues.
\end{itemize}
\item
2021/05/02
\begin{itemize}
\tightlist
\item
added more examples of configuration to the documentation.
\end{itemize}
\item
2020/11/09
\begin{itemize}
\tightlist
\item
set exit status
\end{itemize}
\item
2020/11/09
\begin{itemize}
\tightlist
\item
don't redefine \texttt{PicDisplay} configuration.
\end{itemize}
\item
2020/11/06
\begin{itemize}
\tightlist
\item
bug fix: remove custom elements from the NCX file in the Epub 3
format.
\item
released version \texttt{0.3c}
\end{itemize}
\item
2020/09/07
\begin{itemize}
\tightlist
\item
released version \texttt{0.3b}
\end{itemize}
\item
2020/08/26
\begin{itemize}
\tightlist
\item
fixed hiearchical structure in NCX TOC for chapters in backmatter
and appendix
\item
load \texttt{common\_domfilters} extension by default.
\end{itemize}
\item
2020/07/09
\begin{itemize}
\tightlist
\item
addded \texttt{AZW} and \texttt{AZW3} format support.
\end{itemize}
\item
2020/06/21
\begin{itemize}
\tightlist
\item
save \texttt{\textbackslash{}title} element
\item
save contents of \texttt{\textbackslash{}author} in macro directly
\end{itemize}
\item
2020/06/15
\begin{itemize}
\tightlist
\item
remove child elements from elements that don't allow them in the OPF
and NCX file.
\end{itemize}
\item
2020/03/14
\begin{itemize}
\tightlist
\item
explicitly list supported section types in the NCX table
\end{itemize}
\item
2019/11/01
\begin{itemize}
\tightlist
\item
released version \texttt{0.3a}
\item
added \texttt{tex4ebook-} prefix to the output formats.
\item
removed unused files.
\end{itemize}
\item
2019/11/01
\begin{itemize}
\tightlist
\item
released version \texttt{0.3}
\end{itemize}
\item
2019/10/20
\begin{itemize}
\tightlist
\item
fixed the \texttt{TOC} cleanup in the \texttt{ePub\ 3} mode.
\item
added support for the \texttt{page-spread-left} and
\texttt{page-spreat-right} properties.
\end{itemize}
\item
2019/10/20
\begin{itemize}
\tightlist
\item
addapted to use the \texttt{make4ht} logging mechanism.
\end{itemize}
\item
2019/10/06
\begin{itemize}
\tightlist
\item
fixed bug with void elements parsing in the OPF file.
\item
undo \texttt{\textbackslash{}XeTeXcharclass} for the \texttt{:}
character when the OPF file is generated.
\end{itemize}
\item
2019/09/16
\begin{itemize}
\tightlist
\item
make the default build sequence before loading of the extensions.
Some extensions need to modify the build sequence.
\end{itemize}
\item
2019/08/28
\begin{itemize}
\tightlist
\item
added support for reading input from \texttt{STDIN}.
\end{itemize}
\item
2019/08/27
\begin{itemize}
\tightlist
\item
added support for the \texttt{-\/-jobname} command line option.
\end{itemize}
\item
2019/08/25
\begin{itemize}
\tightlist
\item
use the \texttt{mkparams.get\_args} function to retrieve the command
line options
\end{itemize}
\item
2019/07/24
\begin{itemize}
\tightlist
\item
added support for the \texttt{\textbackslash{}author} command with
an optional argument
\end{itemize}
\item
2019/05/09
\begin{itemize}
\tightlist
\item
added support for the \texttt{\textbackslash{}title} command with an
optional argument
\end{itemize}
\item
2019/04/04
\begin{itemize}
\tightlist
\item
register appendix chapters and section in the OPF file list
\item
fixed handling of appendices in the NCX table of contents
\end{itemize}
\item
2019/03/21
\begin{itemize}
\tightlist
\item
released version \texttt{0.2c}
\end{itemize}
\item
2019/03/07
\begin{itemize}
\tightlist
\item
use \texttt{Luatexbase} package in the documentation because of
\texttt{Microtype} error
\item
remove \texttt{\textless{}guide\textgreater{}} element even in ePub
2
\item
added \texttt{encoding} attribute to XML declaration in the NCX and
OPF files
\item
clean the temporary directory (\texttt{filename-format}) before file
packing
\end{itemize}
\item
2019/01/21
\begin{itemize}
\tightlist
\item
added \texttt{\textbackslash{}Configure\{@author\}}
\end{itemize}
\item
2019/01/10
\begin{itemize}
\tightlist
\item
released version \texttt{0.2b}
\end{itemize}
\item
28/11/2018
\begin{itemize}
\tightlist
\item
added support for appendix sections to the NCX file
\end{itemize}
\item
27/11/2018
\begin{itemize}
\tightlist
\item
use the \texttt{uni-html4} option by default. It will convert some
math characters as Unicode chars
\end{itemize}
\item
13/11/2018
\begin{itemize}
\tightlist
\item
added --xetex option to the README
\end{itemize}
\item
30/10/2018
\begin{itemize}
\tightlist
\item
use the original section numbering in TOC in the Epub 3 output. The
numbering of the \texttt{\textless{}ol\textgreater{}} list is
disabled by CSS.
\end{itemize}
\item
18/10/2018
\begin{itemize}
\tightlist
\item
fixed the executable installation
\end{itemize}
\item
03/09/2018
\begin{itemize}
\tightlist
\item
updated the \texttt{-\/-help} message
\end{itemize}
\item
30/08/2018
\begin{itemize}
\tightlist
\item
removed spurious \texttt{\textbackslash{}NoFonts} command in the
footnote configuration, it caused formating issues in the document
following a footnote
\end{itemize}
\item
22/06/2018
\begin{itemize}
\tightlist
\item
added support for the output directory selection
\end{itemize}
\item
09/05/2018
\begin{itemize}
\tightlist
\item
added support for Polyglossia language codes
\item
released version \texttt{0.2a}
\end{itemize}
\item
03/05/2018
\begin{itemize}
\tightlist
\item
fixed output format handling
\end{itemize}
\item
16/04/2018
\begin{itemize}
\tightlist
\item
don't run Git if the Makefile is executed outside of Git repo
\end{itemize}
\item
09/04/2018
\begin{itemize}
\tightlist
\item
released version \texttt{0.2}
\end{itemize}
\item
06/04/2018
\begin{itemize}
\tightlist
\item
documented the configuration file
\end{itemize}
\item
02/03/2018
\begin{itemize}
\tightlist
\item
added support for \texttt{.tex4ebook} configuration file
\end{itemize}
\item
28/02/2018
\begin{itemize}
\tightlist
\item
added media overlays handling
\end{itemize}
\item
19/10/2017
\begin{itemize}
\tightlist
\item
added support for XeTeX
\end{itemize}
\item
06/10/2017
\begin{itemize}
\tightlist
\item
added support for Make4ht extensions
\end{itemize}
\item
27/04/2017 Version 0.1e
\begin{itemize}
\tightlist
\item
pack the accumulated changes for distribution
\item
set version number from git tag
\end{itemize}
\item
17/01/2017
\begin{itemize}
\tightlist
\item
process duplicate images only once
\item
check the OPF table for duplicated id attributes
\end{itemize}
\item
11/01/2017
\begin{itemize}
\tightlist
\item
pass \texttt{settings} table to the build file.
\end{itemize}
\item
19/12/2016
\begin{itemize}
\tightlist
\item
new configuration:
\texttt{\textbackslash{}Configure\{resettoclevels\}\{list\ of\ sectioning\ levels\ to\ be\ included\ in\ the\ NCX\}}
\end{itemize}
\item
31/10/2016
\begin{itemize}
\tightlist
\item
added tidyconf.conf to the Makefile
\end{itemize}
\item
22/10/2016
\begin{itemize}
\tightlist
\item
added support for new Make4ht command \texttt{Make:add\_file}
\end{itemize}
\item
22/08/2016
\begin{itemize}
\tightlist
\item
fixed incorrect \texttt{\textless{}dc:creator\textgreater{}}
generated by \texttt{\textbackslash{}author}
\item
clean ids in the OPF file if they contain invalid characters at the
beginning
\end{itemize}
\item
31/07/2016
\begin{itemize}
\tightlist
\item
use monospace font for command line options in order to prevent
double hyphens to become dashes by ligaturing
\end{itemize}
\item
22/07/2016
\begin{itemize}
\tightlist
\item
removed debugging message when \texttt{-\/-lua} option is used
\end{itemize}
\item
07/04/2016
\begin{itemize}
\tightlist
\item
Cut \texttt{\textbackslash{}part} commands to standalone pages
\end{itemize}
\item
05/04/2016
\begin{itemize}
\tightlist
\item
bug fix: pages which contained math were arranged before other pages
\end{itemize}
\item
31/03/2016 Version 0.1d
\begin{itemize}
\tightlist
\item
bug fix: Unicode wasn't used by default
\item
bug fix: Formats weren't preserved
\end{itemize}
\item
06/12/2015 Version 0.1c
\begin{itemize}
\tightlist
\item
added \texttt{-\/-help} and \texttt{-\/-version} command line
options
\end{itemize}
\item
25/11/2015
\begin{itemize}
\tightlist
\item
added missing language codes
\item
added \texttt{\textbackslash{}Configure\{DocumentLanguage\}} for the
cases when document language inferencing doesn't work
\end{itemize}
\item
17/11/2015
\begin{itemize}
\tightlist
\item
use mkparams for cli arguments handling.
\item
fixed inconsistencies between recent changes in make4ht and
tex4ebook
\end{itemize}
\item
24/09/2015 Version 0.1b
\begin{itemize}
\tightlist
\item
info about new workaround for \texttt{fontspec} package
\end{itemize}
\item
25/08/2015
\begin{itemize}
\tightlist
\item
fatal error happened with epub3 when the document didn't contain the
TOC
\end{itemize}
\item
23/08/2015
\begin{itemize}
\tightlist
\item
simple cleaning of the ncx file if tidy command isn't available
\end{itemize}
\item
05/07/2015 Version 0.1a
\begin{itemize}
\tightlist
\item
\texttt{tex4ebook} script was missing in the distribution zip file
\item
all links moved to footnotes in the documentation
\end{itemize}
\item
29/06/2015 Version 0.1
\begin{itemize}
\tightlist
\item
fixes in documentation
\end{itemize}
\item
22/06/2015
\begin{itemize}
\tightlist
\item
changes moved from README.md to CHANGELOG.md
\end{itemize}
\item
18/06/2015
\begin{itemize}
\tightlist
\item
replaced \texttt{-\/-mathml} option with \texttt{-\/-mode}. For
\texttt{mathml} support, use\texttt{mathml} option for
\texttt{tex4ht.sty}.
\item
lot of stuff was fixed in \texttt{epub3} support.
\item
new command \texttt{\textbackslash{}OpfAddProperty}
\end{itemize}
\item
14/01/2015
\begin{verbatim}
- thanks Volker Gottwald for guide on [installing and using
tex4ebook](https://d800fotos.wordpress.com/2015/01/19/create-e-books-from-latex-tex-files-ebook-aus-latex-tex-dateien-erstellen/)
on Windows
\end{verbatim}
\item
23/11/2014
\begin{verbatim}
- added new command `\OpfGuide`, for adding items to `<guide>`
section in the `opf` file. This is useful for `epub` and `mobi` formats.
Usage:
\OpfGuide[filename]{title}{reference type}
`filename` is optional, current file name is used when empty. See
[epub
secrets](http://epubsecrets.com/where-do-you-start-an-epub-and-what-is-the-guide-section-of-the-opf-file.php)
article
\end{verbatim}
\item
20/10/2014
\begin{verbatim}
- fixed issues with starred sections
- files created with starred sectioning commands (`\chapter*`,
`\section*`) should be included in correct reading order now
\end{verbatim}
\item
16/09/2014
\begin{verbatim}
- new features added
- new configuration file for `--tidy` option, mathml and html5 elements
are supported. This means that many validation errors in `mathml`
output can be fixed with `--tidy` option
- added configuration for all languages supported by `babel`
- `woff` and `ttf` fonts are supported
- added inline footlines in `epub3` format
- added `no-cut` command line option for breaking sections and chapters
into standalone pages
- Please support [iniciative for improving mathml
support](http://www.ulule.com/mathematics-ebooks/) in Gecko and Webkit
engines. This will hopefully improve also Epub3 readers.
\end{verbatim}
\item
10/08/2013
\begin{verbatim}
- [`make4ht`](https://github.com/michal-h21/make4ht) is now standalone
application which `tex4ebook` depends on. You must [install
\end{verbatim}
it{]}(https://github.com/michal-h21/make4ht\#instalation) in order to
use current \texttt{tex4ebook} version.
\end{itemize}
|