vincentdoerig / latex-css

LaTeX.css is a CSS library that makes your website look like a LaTeX document
https://latex.vercel.app
MIT License
2.76k stars 123 forks source link

Indent first line of each paragraph after the first one #11

Closed benhid closed 3 years ago

benhid commented 4 years ago

Also implements https://github.com/vincentdoerig/latex-css/pull/5

vercel[bot] commented 4 years ago

This pull request is being automatically deployed with Vercel (learn more). To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/vincentdoerig/latex-css/gg5mu8mwx ✅ Preview: https://latex-css-git-fork-benhid-feature-indent-lines.vincentdoerig.now.sh

vincentdoerig commented 4 years ago

As mentioned before, if you wrap each section in a <section> tag, it will mess up the vertical spacing. Is there a way to fix that?

benhid commented 4 years ago

I think I've fixed the spacing. Also, note that <div class="footnotes"></div> has been replaced by <footer></footer> to promote the "class-less" filosofy of this library. What do you think?

vincentdoerig commented 4 years ago

Could you please revert all the formatting changes as it makes it very difficult to actually see what you implemented. Cheers!

vincentdoerig commented 3 years ago

Closing this due to inactivity.