JuliaGraphics / Luxor.jl

Simple drawings using vector graphics; Cairo "for tourists!"
http://juliagraphics.github.io/Luxor.jl/
Other
588 stars 71 forks source link

Documentation for LaTeX Functionalilty #191

Closed davibarreira closed 2 years ago

davibarreira commented 2 years ago

This small PR adds an example in the end of text.md page showcasing the use of LaTeXStrings with Luxor.

codecov[bot] commented 2 years ago

Codecov Report

Merging #191 (f9b26f8) into master (d6a3ce4) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #191   +/-   ##
=======================================
  Coverage   72.28%   72.28%           
=======================================
  Files          33       33           
  Lines        5661     5661           
=======================================
  Hits         4092     4092           
  Misses       1569     1569           

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 d6a3ce4...f9b26f8. Read the comment docs.

cormullion commented 2 years ago

Thanks Davi!