Skip to content

Instantly share code, notes, and snippets.

@my1396
my1396 / Paperstyle.sty
Last active May 1, 2026 11:16
latex article style file
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{Paperstyle}[2021/05/22 Custom LaTeX style]
%% Language and encoding
\RequirePackage[english]{babel}
\RequirePackage{csquotes} % unicode quotes
\MakeOuterQuote{"}
%% font options %%
\RequirePackage{fontspec}