add tag
J...S
Does anyone know of ways to make meeting agenda and meeting minutes with LaTeX?

I found [meetingmins](https://ctan.org/pkg/meetingmins?lang=en)
packages which looks nice.

I could make stuff like this with it:

```
\documentclass[11pt]{meetingmins}
%\documentclass[agenda,11pt]{meetingmins}

\usepackage{blindtext}

\setcommittee{Meeting title}
\setdate{07 May 2025}
\setmembers{
  Jack Doe,
  Jane Doe,
  Bob Duck
}
\setpresent{
  Jane Doe,
  Bob Duck
}

\begin{document}
\maketitle

\section{Section A}
\subsection{Task A1}
\blinditemize[3]

\begin{hiddenitems}
  \item Minute item A1
  \item Minute item A1
\end{hiddenitems}

\section{Section B}
\subsection{Task B1}
\blinditemize[3]


\begin{hiddenitems}
  \item Minute item B1
  \item Minute item B1
  \item Minute item B1
  \item Minute item B1
\end{hiddenitems}

\end{document}
```

I can add an `agenda` option to get agenda, otherwise meeting minutes
is generated (which, as I understand it, means displaying the hidden
items).

![meetmins.png](/image?hash=7f6af3c963cbbff769f14926c6d2d46f6a4cc068fea1563683ce5e5c033b6faa)

Could there be a way to display the minutes and agenda together?
Side-by-side perhaps?

With the minutes part clearly marked as such?

Would the [minutes](https://www.ctan.org/tex-archive/macros/latex/contrib/minutes/) package be a better fit here?

Enter question or answer id or url (and optionally further answer ids/urls from the same question) from

Separate each id/url with a space. No need to list your own answers; they will be imported automatically.