Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/rob_thesis/cfa-format.tex

    r12d3187 r0eb18557  
    1 % \usepackage{xcolor}
    2 % \usepackage{listings}
     1\usepackage{xcolor}
     2\usepackage{listings}
    33% \usepackage{booktabs}
    44% \usepackage{array}
     
    103103
    104104\renewcommand{\ttdefault}{pcr}
    105 
    106 \newcommand{\basicstylesmall}{\scriptsize\ttfamily\color{basicCol}}
    107105
    108106\lstdefinestyle{defaultStyle}{
     
    133131  style=defaultStyle
    134132}
    135 \lstMakeShortInline[basewidth=0.5em,breaklines=true,breakatwhitespace,basicstyle=\normalsize\ttfamily\color{basicCol}]@  % single-character for \lstinline
     133\lstMakeShortInline[basewidth=0.5em,breaklines=true,basicstyle=\normalsize\ttfamily\color{basicCol}]@  % single-character for \lstinline
    136134
    137135\lstnewenvironment{cfacode}[1][]{
     
    197195\newcommand{\one}{\lstinline{one_t}\xspace}
    198196\newcommand{\ateq}{\lstinline{\@=}\xspace}
    199 
    200 \newenvironment{newtext}{\color{red}}{\ignorespacesafterend}
    201197
    202198% \lstset{ %
Note: See TracChangeset for help on using the changeset viewer.