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.8k stars 126 forks source link

Add multilanguage support #12

Closed benhid closed 4 years ago

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/eoj5q9sx3 ✅ Preview: https://latex-css-git-fork-benhid-feature-lang-support.vincentdoerig.now.sh

vincentdoerig commented 4 years ago

Thank you for the PR! Let me quickly set up eslint so that we all use the same code style.

I see you divided the sections using <section>, so we will probably need to add another lobotomized owl selector. The elements inside the <section> aren't properly spaced otherwise.

image

Left: your version, Right: current

benhid commented 4 years ago

Sorry, that was definitely not intended! I accidentally took some commits from another pull request I made (https://github.com/vincentdoerig/latex-css/pull/11).

Commits have been reverted to keep PRs separate.