File | Date | Author | Commit |
---|---|---|---|
.gitignore | 2022-05-17 |
![]() |
[7bbe77] Agregando \ReverseFunc |
README.md | 2022-05-31 |
![]() |
[69a0d0] Ordennado |
math-macros.pdf | 2023-09-11 |
![]() |
[c8f8cc] ordenando |
math-macros.sty | 2023-09-11 |
![]() |
[c8f8cc] ordenando |
math-macros.tex | 2023-09-10 |
![]() |
[1f7a67] ordenando |
screenshot.png | 2022-05-24 |
![]() |
[dbbd89] Agregando screenshot |
Creates macros to be used in the mathematical environment
Put the math-macros.sty file in any of these locations
math-macros.sty
file in the same path of main tex file, or.Execute the commmand:
kpsewhich -var-value=TEXMFHOME
and this returns the path of local tex files. By example if returns
/home/username/texmf
then, put the math-macros.sty
file in the directory.
/home/username/texmf/tex/latex/math-macros/math-macros.sty
To load the package use the next command in the preamble of main tex document.
\usepackage{math-macros}