├── .gitattributes ├── .gitignore ├── LaTeX_chem_formula.pdf └── LaTeX_chem_formula.tex /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeX_in_Chemistry/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeX_in_Chemistry/HEAD/.gitignore -------------------------------------------------------------------------------- /LaTeX_chem_formula.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeX_in_Chemistry/HEAD/LaTeX_chem_formula.pdf -------------------------------------------------------------------------------- /LaTeX_chem_formula.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/latexstudio/LaTeX_in_Chemistry/HEAD/LaTeX_chem_formula.tex --------------------------------------------------------------------------------