I've sort of got it working for LaTex with this:
\def\N#1#2#3.{
\section{#3}
}
It gets an "extra \fi" if I have two sections. I think I can figure this out (I was once pretty good at TeX, but I have to relearn it.). Any pointers on what else I need to do or the best way to structure this for contributing it?
I've sort of got it working for LaTex with this:
It gets an "extra
\fi" if I have two sections. I think I can figure this out (I was once pretty good at TeX, but I have to relearn it.). Any pointers on what else I need to do or the best way to structure this for contributing it?