Menu

Tree [c8f8cc] main /
 History

HTTPS access


File Date Author Commit
 .gitignore 2022-05-17 Fernando Pujaico Rivera Fernando Pujaico Rivera [7bbe77] Agregando \ReverseFunc
 README.md 2022-05-31 Fernando Pujaico Rivera Fernando Pujaico Rivera [69a0d0] Ordennado
 math-macros.pdf 2023-09-11 Fernando Pujaico Rivera Fernando Pujaico Rivera [c8f8cc] ordenando
 math-macros.sty 2023-09-11 Fernando Pujaico Rivera Fernando Pujaico Rivera [c8f8cc] ordenando
 math-macros.tex 2023-09-10 Fernando Pujaico Rivera Fernando Pujaico Rivera [1f7a67] ordenando
 screenshot.png 2022-05-24 Fernando Pujaico Rivera Fernando Pujaico Rivera [dbbd89] Agregando screenshot

Read Me

math-macros package

Creates macros to be used in the mathematical environment

Install package

Put the math-macros.sty file in any of these locations

  • Put the 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

Load the package

To load the package use the next command in the preamble of main tex document.

\usepackage{math-macros}
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.