% WARNING: Tagging/Accessible PDFs require running with LuaLaTeX. To disable this
% functionality, delete the \DocumentMetadata command and remove the 'tagged' option
% to `uvt-letterhead`. However, it's preferred to keep it if your toolchain allows it.
% DocumentMetadata is required for an accessible PDF
\DocumentMetadata{
lang=en-GB,
pdfstandard=ua-2,
pdfstandard=a-4f,
tagging=on,
testphase={phase-II,table,firstaid},
tagging-setup={
math/setup={mathml-AF,mathml-SE},
extra-modules={verbatim-mo},
}
}
\documentclass[11pt, a4paper]{article}
% NOTE: toggle the following lines to switch to Romanian (also the lang in \DocumentMetadata)
\usepackage[main=british]{babel}
% \usepackage[main=romanian]{babel}
% NOTE: the package should be loaded after babel so that it can add translations
\usepackage[department=uvt,tagged]{uvt-letterhead}
% NOTE: set a geometry that's more in line with the official documents
\usepackage{geometry}
\geometry{top=1.6in, bottom=1in, left=1in, right=1in}
\usepackage{lipsum}
% NOTE: if the desired department=NAME is not available, fill in these values
% university
% \fromuniversity{Universitatea de Vest din Timișoara}
% \fromdeptlogo{assets/uvt-logo.png}
% department
% \fromdept{Facultatea de Fizică și Matematică}
% \fromdeptlogo{assets/uvt-logo-ffm.png}
% \fromdeptaddress{Blvd. Vasile Pârvan 4, 300223, Timișoara, România}
% \fromdeptphone{+40 256-592-298}
% \fromdeptemail{secretariat.fizica@e-uvt.ro}
% \fromdeptweb{https://physics.uvt.ro}
% details
\fromdate{August 23rd, 2026}
\fromname{Hubert J. Farnsworth, Ph.D}
\fromposition{Professor}
\fromsignature{\includegraphics[scale=0.35, alt={Author signature}]{assets/signature.png}}
% \fromemail{myemail@university.edu}
% \fromweb{https://myname.github.io/}
% closing address
% \closing{\textit{Sincerely}}
\begin{document}
\uvtopenletter{}
\bigskip
\bigskip
\bigskip
Dolor sit,
\bigskip
% badness-ignore dash-length
\lipsum[1-2]
\vfill
\uvtcloseform{}
\bigskip
\end{document}