Ignore:
File:
1 edited

Legend:

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

    r0eb18557 r12d3187  
    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}}
    105107
    106108\lstdefinestyle{defaultStyle}{
     
    131133  style=defaultStyle
    132134}
    133 \lstMakeShortInline[basewidth=0.5em,breaklines=true,basicstyle=\normalsize\ttfamily\color{basicCol}]@  % single-character for \lstinline
     135\lstMakeShortInline[basewidth=0.5em,breaklines=true,breakatwhitespace,basicstyle=\normalsize\ttfamily\color{basicCol}]@  % single-character for \lstinline
    134136
    135137\lstnewenvironment{cfacode}[1][]{
     
    195197\newcommand{\one}{\lstinline{one_t}\xspace}
    196198\newcommand{\ateq}{\lstinline{\@=}\xspace}
     199
     200\newenvironment{newtext}{\color{red}}{\ignorespacesafterend}
    197201
    198202% \lstset{ %
Note: See TracChangeset for help on using the changeset viewer.