Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

math2svg.lua filter #118

Merged
merged 51 commits into from
Jan 16, 2021
Merged
Changes from 1 commit
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
4e04b48
new file: README.md
Oct 11, 2020
4812569
modified: displaymath2svg README.md
Oct 11, 2020
d51a163
modified: README.md
Oct 11, 2020
2d30334
modified: README.md
Oct 11, 2020
ac2e714
Privacy code auditing
Oct 11, 2020
45b55e3
modified: displaymath2svg README.md
Oct 11, 2020
a160c06
modified: README.md
Oct 11, 2020
797a596
displaymath2svg.lua test added
Oct 11, 2020
f6d72c9
displaymath2svg
Oct 11, 2020
82fa204
modified: README.md
Oct 11, 2020
8db789e
MIT License
Oct 11, 2020
113413f
MathML comment
Oct 11, 2020
3102fb5
math2svg.lua
Oct 12, 2020
1f96b0d
README.md
Oct 12, 2020
6848665
refactoring of math2svg.lua
Oct 12, 2020
2121998
pandoc.Image when output format is not HTML.
Oct 12, 2020
277c007
License
Oct 12, 2020
74a4445
install instructions
Oct 12, 2020
afdfe46
MathML newcommands
Oct 12, 2020
1516ed5
improved inline SVG
Oct 12, 2020
fbdf9ce
argumentlist & reduced description
Oct 13, 2020
a38c802
macros removed in favour of header-includes
Oct 13, 2020
dd19ae1
sample.yaml
Oct 13, 2020
c8975ea
configuration over --metadata key values
Oct 14, 2020
0d9e3e3
README.md math2svg.lua
Oct 15, 2020
e40396e
Documentation completed (#1)
stroobandt Oct 15, 2020
6c1410d
README.md
Oct 15, 2020
b52cf39
README.md
Oct 16, 2020
15ff17c
README.md
Oct 16, 2020
a0a1d58
README.md
Oct 16, 2020
db42ee6
120 column lines & math2svg_tex2svg key value
Oct 16, 2020
0d3876c
README.md privacy statement
Oct 16, 2020
237ce0c
Makefile
Oct 16, 2020
0691b00
<span class="math display">
Oct 16, 2020
02354d0
description
Oct 17, 2020
473c360
.travis.yml
Oct 17, 2020
59fd787
README.md
Oct 26, 2020
6811a49
README.md 80 columns
Oct 26, 2020
0ccfcc1
README.md 80 columns
Oct 26, 2020
4dd39ad
math2svg.lua 80 columns
Oct 26, 2020
4719dfb
Typo in README.md
stroobandt Oct 26, 2020
bb6c273
.travis.yml
Oct 26, 2020
c94c9c0
.travis.yml
Oct 26, 2020
58935cb
.travis.yml
Oct 27, 2020
55cfd17
.travis.yml
stroobandt Oct 27, 2020
4601caa
Dockerfile
stroobandt Jan 14, 2021
267b99a
Dockerfile
stroobandt Jan 14, 2021
803c7a2
year 2021
stroobandt Jan 14, 2021
f70e9c5
README.md
stroobandt Jan 16, 2021
9f2f99d
README.md
stroobandt Jan 16, 2021
1b7efba
Merge branch 'master' into master
tarleb Jan 16, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
modified: README.md
        modified:   displaymath2svg.lua
Serge Y. Stroobandt authored and Serge Y. Stroobandt committed Oct 11, 2020
commit d51a163006dd960aa3bee332381a0794267a464d
5 changes: 3 additions & 2 deletions displaymath2svg/README.md
Original file line number Diff line number Diff line change
@@ -2,7 +2,8 @@

This Lua filter for Pandoc converts LaTeX DisplayMath to MathJax generated SVG
in any of the available MathJax fonts.
This is useful when CSS paged media engines cannot process complex JavaScript

This is useful when a CSS paged media engine cannot process complex JavaScript
as required by MathJax.
See: <https://www.print-css.rocks> for information about CSS paged media, a W3C
standard.
@@ -31,7 +32,7 @@ pandoc --mathml --filter='displaymath2svg.lua'
# Privacy

No Internet connection is established when creating MathJax SVG code using
tex2svg. Hence, formulas in SVG can be created offline and remain private.
`tex2svg`. Hence, formulas in SVG can be created offline and remain private.


# Copyright
2 changes: 1 addition & 1 deletion displaymath2svg/displaymath2svg.lua
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
-- This Lua filter for Pandoc converts LaTeX DisplayMath to MathJax generated SVG
-- in any of the available MathJax fonts.
--
-- This is useful when CSS paged media engines cannot process complex JavaScript
-- This is useful when a CSS paged media engine cannot process complex JavaScript
-- as required by MathJax.
--
-- See: https://www.print-css.rocks for information about CSS paged media, a W3C