Sha256: fee4847099c2a1af24d06dcd85c2659863d71df0f79e043847674f1dca1cde64
Contents?: true
Size: 1.3 KB
Versions: 7
Compression:
Stored size: 1.3 KB
Contents
\NeedsTeXFormat{LaTeX2e} \ProvidesPackage{review-style}[2018/07/01] \RequirePackage{fancyhdr} \pagestyle{fancy} \lhead{\gtfamily\sffamily\bfseries\upshape \leftmark} \chead{} \rhead{\gtfamily\sffamily\bfseries\upshape \rightmark} \fancyfoot{} % clear all header and footer fields \fancyfoot[LE,RO]{\thepage} \renewcommand{\sectionmark}[1]{\markright{\thesection~#1}{}} \renewcommand{\chaptermark}[1]{\markboth{\prechaptername\ \thechapter\ \postchaptername~#1}{}} \renewcommand{\headfont}{\gtfamily\sffamily\bfseries} \fancypagestyle{plainhead}{% \fancyhead{} \fancyfoot{} % clear all header and footer fields \fancyfoot[LE,RO]{\thepage} \renewcommand{\headrulewidth}{0pt} \renewcommand{\footrulewidth}{0pt}} %% using Helvetica as sans-serif \renewcommand{\sfdefault}{phv} %% for listings %\renewcommand{\lstlistingname}{List} %\lstset{% % breaklines=true,% % breakautoindent=false,% % breakindent=0pt,% % fontadjust=true,% % backgroundcolor=\color{shadecolor},% % frame=single,% % framerule=0pt,% % basicstyle=\ttfamily\scriptsize,% % commentstyle=\color{reviewgreen},% % identifierstyle=\color{reviewblue},% % stringstyle=\color{reviewred},% % keywordstyle=\bfseries\color{reviewdarkred},% %} %% disable hyperlink color and border \hypersetup{hidelinks} \floatplacement{figure}{H} \floatplacement{table}{htp}
Version data entries
7 entries across 7 versions & 1 rubygems