15 lines
419 B
TeX
15 lines
419 B
TeX
\documentclass[a4paper]{article}
|
|
\usepackage{lmodern}
|
|
\usepackage{amssymb,amsmath}
|
|
\usepackage[T1]{fontenc}
|
|
\usepackage[utf8]{inputenc}
|
|
\usepackage{hyperref}
|
|
\begin{document}
|
|
\thispagestyle{empty}
|
|
\parbox{.6\linewidth}{\noindent
|
|
Find more information on the \LaTeX project at \url{https://www.latex-project.org/}.
|
|
|
|
You might also consider following their \href{https://latex-project.org/news/}{blog}.
|
|
}
|
|
\end{document}
|