Skip to content

Commit

Permalink
added support for the fn-in option
Browse files Browse the repository at this point in the history
  • Loading branch information
michal-h21 committed Nov 20, 2022
1 parent 786703e commit 9a0516a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changes

- 2022/11/20

- added support for the `fn-in` option in the Epub 3 output.

- 2022/03/29

- fixed support for \TeX\ filenames that contain dot.
Expand Down
4 changes: 4 additions & 0 deletions tex4ebook-epub3.4ht
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@

% Structural elements

\:CheckOption{fn-in}
\if:Option
\else
% Foootnote configuration for epub3
% Footnotes are printed directly after the paragraph they appeared in
% footnotebox - configure box in which footnotes are printed
Expand Down Expand Up @@ -114,3 +117,4 @@

\Css{.footnote{font-size:small;}}
\Css{.footnotes hr{width:30\%;margin:0 auto 0 0;}}
\fi

0 comments on commit 9a0516a

Please sign in to comment.