ppizarror / PyDetex

An application that transforms LaTeX code to plain text
https://pydetex.readthedocs.io
MIT License
34 stars 5 forks source link

added \newcite to to the list of citations #32

Closed vskobov closed 2 years ago

vskobov commented 2 years ago

some conference, like ACL use \newcite

codecov[bot] commented 2 years ago

Codecov Report

Merging #32 (9765ce6) into master (f09c6b9) will not change coverage. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master      #32   +/-   ##
=======================================
  Coverage   98.43%   98.43%           
=======================================
  Files          10       10           
  Lines        1722     1722           
=======================================
  Hits         1695     1695           
  Misses         27       27           
Impacted Files Coverage Δ
pydetex/parsers.py 99.87% <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 f09c6b9...9765ce6. Read the comment docs.

ppizarror commented 2 years ago

Thanks! I didn't knew that command 😄