Changeset 2703 for SMC4LRT/utils.tex


Ignore:
Timestamp:
03/15/13 21:44:23 (11 years ago)
Author:
vronk
Message:

adding figures, big reorganization of the content structure
some new text on Controlled Vocabularies, Underlying Infrastructure.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • SMC4LRT/utils.tex

    r2695 r2703  
    66\usetikzlibrary{arrows,automata}
    77
    8 \usepackage[textsize=footnotesize, textwidth=1in, colorinlistoftodos=1,
    9                 bordercolor=todoborder, linecolor=todoborder, backgroundcolor=todobg]
    10                 {todonotes}
     8 % disable
     9\usepackage[textsize=footnotesize, textwidth=1in, colorinlistoftodos=1,                 bordercolor=todoborder, linecolor=todoborder, backgroundcolor=todobg]{todonotes}
    1110
    1211\newcommand{\todoin}[1]{\todo[inline]{#1}}
     12\newcommand{\todocite}[1]{\todo[inline,backgroundcolor=cite]{#1}}
     13\newcommand{\todoask}[1]{\todo[inline,backgroundcolor=ask]{#1}}
     14\newcommand{\todocode}[1]{\todo[inline,backgroundcolor=code]{#1}} % anything that runs: installing, implementing, data transform
    1315\newcommand{\concept}[1]{\textsf{#1}}
    1416\newcommand{\code}[1]{\texttt{#1}}
    1517\newcommand{\xne}[1]{\textsf{#1}}
    1618\newcommand{\furl}[1]{\footnote{\url{#1}}}
    17 \newcommand{\ftodo}[1]{\footnote{\todo{#1}}}
     19\newcommand{\ftodo}[1]{\footnote{\todoin{#1}}}
    1820
    1921\newenvironment{note}
     
    3133
    3234\definecolor{todobg}{rgb}{0.8,0.8,1}
     35\definecolor{cite}{rgb}{0.8,1,0.8}
     36\definecolor{ask}{rgb}{1,1,0.8}
     37\definecolor{code}{rgb}{1,0.8,0.8}
    3338\definecolor{todoborder}{rgb}{0.8,0.4,0.4}
    3439
    3540 
    3641\lstset{
    37   basicstyle=\ttfamily,
     42  basicstyle=\ttfamily\footnotesize,
    3843  columns=fullflexible,
    3944  showstringspaces=false,
     
    4348\lstdefinelanguage{XML}
    4449{
    45   basicstyle=\ttfamily\color{darkblue}\bfseries,
     50  basicstyle=\ttfamily\color{darkblue}\bfseries\footnotesize,
    4651  morestring=[b]",
    4752  morestring=[s]{>}{<},
     
    5257  morekeywords={xmlns,version,type}% list your attributes here
    5358}
    54 
Note: See TracChangeset for help on using the changeset viewer.