erwanp / pytexit

Convert a Python expression to a LaTeX formula
https://pytexit.readthedocs.io/
Other
114 stars 31 forks source link

Replace the '$$' tex enclosure with a function input #43

Closed emetor closed 2 years ago

emetor commented 2 years ago

Proposed by turner-eng in his pull request "Allow the user to chose which tex enclosure to output"

codecov[bot] commented 2 years ago

Codecov Report

Merging #43 (889961a) into master (d52cae1) will increase coverage by 0.06%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #43      +/-   ##
==========================================
+ Coverage   80.89%   80.96%   +0.06%     
==========================================
  Files          13       13              
  Lines         602      604       +2     
==========================================
+ Hits          487      489       +2     
  Misses        115      115              
Impacted Files Coverage Δ
pytexit/test/test_fortran.py 88.23% <ø> (ø)
pytexit/core/core.py 90.60% <100.00%> (+0.05%) :arrow_up:
pytexit/pytexit.py 80.76% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 6fe7ec2...889961a. Read the comment docs.