Sha256: c6fe6b1f74970b8bf715aab045691fb68cb70b5aa367bf9e8925669a8201bf0e
Contents?: true
Size: 1.47 KB
Versions: 1
Compression:
Stored size: 1.47 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}{H} % space between English/Japanese characters in list environments (\z@ means 0, no space. You can comment out below line for backward compatibility.) \def\reviewlistxkanjiskip{\z@}
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
review-4.0.0 | templates/latex/review-jsbook/review-style.sty |