summaryrefslogtreecommitdiff
path: root/assets/newspaper/newspaper-mod.sty
blob: 240d8ecf2681db472dcbaf6c123f8a3f88e459f4 (plain)
1
2
3
4
5
6
\usepackage{newtxtext,newtxmath}
\usepackage{etoolbox}
\newcommand{\headlinestyle}{\itshape\huge}
\newcommand{\bylinestyle}{\scshape\Large}
\patchcmd{\headline}{#1}{\headlinestyle #1}{}{}
\patchcmd{\byline}{#1}{\bylinestyle #1}{}{}