\documentclass[a4paper,11pt]{article}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{lmodern}
\usepackage{hyperref}
\usepackage{geometry}
\usepackage{enumitem}
\usepackage{xcolor}
\usepackage{listings}
\geometry{margin=2.5cm}
\hypersetup{colorlinks=true,linkcolor=blue,urlcolor=blue}
\lstset{basicstyle=\ttfamily\small,columns=fullflexible,keepspaces=true,frame=single}
\title{The \texttt{delvierre} Class\\\large Package documentation v1.0}
\author{Szoke Mark-Andor\\\small\texttt{editorial@delvierre.com}}
\date{Version 1.0\\2026-03-28}

\begin{document}
\maketitle

\section*{Overview}
The \texttt{delvierre} bundle version 1.0 provides a journal article class together with a ready-to-compile example manuscript for Delvierre.

\section*{Files in the bundle}
\begin{itemize}[leftmargin=2em]
  \item \texttt{delvierre.cls}: the document class.
  \item \texttt{delvierre-template.tex}: sample manuscript and usage example.
  \item \texttt{graphical-abstract.png}: example artwork for the sample manuscript.
  \item \texttt{README.md}: quick-start information.
  \item \texttt{LICENSE}: license information for the bundle.
\end{itemize}

\section*{Basic usage}
A minimal document looks like this:

\begin{lstlisting}
\documentclass{delvierre}
\title{My article title}
\author[1]{First Author}
\affil[1]{First Affiliation}
\begin{document}
\maketitle
\begin{abstract}
A short abstract.
\end{abstract}
\section{Introduction}
Text.
\end{document}
\end{lstlisting}

Compile with pdfLaTeX.

\section*{License}
This bundle is distributed under the LaTeX Project Public License (LPPL), version 1.3c or later.
The LPPL status of the bundle is \texttt{maintained}. The Current Maintainer is Szoke Mark-Andor (\texttt{editorial@delvierre.com}).

\end{document}
