diff options
Diffstat (limited to 'assets/newspaper/newspaper-mod.sty')
| -rw-r--r-- | assets/newspaper/newspaper-mod.sty | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/assets/newspaper/newspaper-mod.sty b/assets/newspaper/newspaper-mod.sty new file mode 100644 index 00000000..240d8ecf --- /dev/null +++ b/assets/newspaper/newspaper-mod.sty @@ -0,0 +1,6 @@ +\usepackage{newtxtext,newtxmath} +\usepackage{etoolbox} +\newcommand{\headlinestyle}{\itshape\huge} +\newcommand{\bylinestyle}{\scshape\Large} +\patchcmd{\headline}{#1}{\headlinestyle #1}{}{} +\patchcmd{\byline}{#1}{\bylinestyle #1}{}{}
\ No newline at end of file |
