Jonathan-LeRoux / IguanaTex

A PowerPoint add-in allowing you to insert LaTeX equations into PowerPoint presentations on Windows and Mac
http://www.jonathanleroux.org/software/iguanatex/
Other
851 stars 59 forks source link

Macros. Add information to the webpage #43

Closed parthe closed 1 year ago

parthe commented 1 year ago

I use macros with IguanaTex, which are loaded from a macros.sty file in my Temp folder. My default code looks as below:

\documentclass{article}
\usepackage{macros}          % c:\temp\macros.sty
\pagestyle{empty}
\begin{document}
\begin{align*}

\end{align*}
\end{document}

This is a game changer and I will likely never go back to using beamer again.

Do you think we can add information about to use macros on the webpage of IguanaTex?

Jonathan-LeRoux commented 1 year ago

There was a brief mention on the FAQ about macros. I expanded it a bit, not great but maybe slightly better :)