Sha256: 1db4165c8e4701c010e638084ebbed4bcd704ad719bd267458e1a13e2d69b34c
Contents?: true
Size: 1.59 KB
Versions: 11
Compression:
Stored size: 1.59 KB
Contents
%% -*- coding: utf-8 -*- %% from review-pdfmaker \usepackage{fancyhdr} \pagestyle{fancy} \lhead{\gtfamily\sffamily\bfseries\upshape \leftmark} \chead{} \rhead{\gtfamily\sffamily\bfseries\upshape \rightmark} \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[CE,CO]{\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},% %} \sloppy %% %% Re:VIEW3 %% \newcommand{\reviewit}[1]{\textit{#1}} \newcommand{\reviewbold}[1]{\textbf{#1}} \newcommand{\reviewtt}[1]{\texttt{#1}} \newcommand{\reviewtti}[1]{\texttt{\textit{#1}}} \newcommand{\reviewttb}[1]{\texttt{\textbf{#1}}} \newcommand{\reviewcode}[1]{\texttt{#1}} \newcommand{\reviewballoon}[1]{←{#1}} \newcommand{\reviewequationcaption}[1]{% %\medskip{\small\noindent #1}% \medskip% \noindent% {\gtfamily\sffamily#1}% } \newenvironment{reviewequationblock}{\needvspace{2\Cvs}}{}
Version data entries
11 entries across 11 versions & 1 rubygems