Additional changes to \ksecp macro

This commit is contained in:
Kenneth John Odle 2026-06-08 20:02:34 -04:00
parent a185fd029c
commit 35be55092a
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ This is the plant that the ancient Greeks used to poison the rabblerouser Socrat
\ksecp{Creeping Charlie}{\textit{Glechoma hederaceae} L.}{Lamiaceae} \ksecp{Creeping Charlie}{\textit{Glechoma hederaceae} L.}{Lamiaceae}
\noindent{}Another plant I have seen my entire life. \noindent{}Another plant I have seen my entire life.
\ksecp{Motherword}{\textit{Leonurus cardiaca} L.}{Lamiaceae} \ksecp{Motherwort}{\textit{Leonurus cardiaca} L.}{Lamiaceae}
\noindent{}Another plant I have seen my entire life. \noindent{}Another plant I have seen my entire life.
\end{multicols} \end{multicols}

View File

@ -31,7 +31,7 @@
\newcommand{\ksecp}[3]{ \newcommand{\ksecp}[3]{
\section*{ \section*{
% \raggedright % \raggedright
{\small {#1}\kskip{}({#2}{\small \textsc{\textmd{{#3}}}})} {\small {#1}\kskip{}\textmd{({#2}{\small \textsc{{#3}}}})}
} }
\addcontentsline{toc}{section}{{#1} ({#2}{\small \textsc{\textmd{{#3}}}})} \addcontentsline{toc}{section}{{#1} ({#2}{\small \textsc{\textmd{{#3}}}})}
} }