Changes in / [d2034b4:12db9e4]


Ignore:
Location:
doc
Files:
206 added
4 edited

Legend:

Unmodified
Added
Removed
  • doc/LaTeXmacros/common.tex

    rd2034b4 r12db9e4  
    1111%% Created On       : Sat Apr  9 10:06:17 2016
    1212%% Last Modified By : Peter A. Buhr
    13 %% Last Modified On : Mon Mar 19 17:18:23 2018
    14 %% Update Count     : 379
     13%% Last Modified On : Thu Mar 15 09:52:27 2018
     14%% Update Count     : 378
    1515%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    1616
     
    101101% index macros
    102102\newcommand{\italic}[1]{\emph{\hyperpage{#1}}}
    103 \newcommand{\Definition}[1]{\textbf{\hyperpage{#1}}}
    104103\newcommand{\see}[1]{\emph{see}~#1}
    105104
     
    114113\def\impl{\@bsphack\begingroup
    115114          \def\protect##1{\string##1\space}\@sanitize
    116           \@wrxref{|Definition}}
     115          \@wrxref{|definition}}
    117116\newcommand{\indexcode}[1]{{\lstinline$#1$}}
    118117\def\use{\@bsphack\begingroup
     
    124123    \if@nobreak \ifvmode\nobreak\fi\fi\@esphack}
    125124%\newcommand{\use}[1]{\index{#1@{\lstinline$#1$}}}
    126 %\newcommand{\impl}[1]{\index{\protect#1@{\lstinline$\protect#1$}|Definition}}
     125%\newcommand{\impl}[1]{\index{\protect#1@{\lstinline$\protect#1$}|definition}}
    127126
    128127% inline text and lowercase index: \Index{inline and lowercase index text}
  • doc/LaTeXmacros/lstlang.sty

    rd2034b4 r12db9e4  
    88%% Created On       : Sat May 13 16:34:42 2017
    99%% Last Modified By : Peter A. Buhr
    10 %% Last Modified On : Fri Mar 16 22:18:12 2018
    11 %% Update Count     : 16
     10%% Last Modified On : Wed Aug 30 22:11:14 2017
     11%% Update Count     : 14
    1212%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    1313
     
    3131\lstdefinelanguage{sml} {
    3232        morekeywords= {
    33                 EQUAL, GREATER, LESS, NONE, SOME, abstraction, abstype, and, andalso, array, as, before,
    34                 bool, case, char, datatype, do, else, end, eqtype, exception, exn, false, fn, fun, functor,
    35                 handle, if, in, include, infix, infixr, int, let, list, local, nil, nonfix, not, o, of, op,
    36                 open, option, orelse, overload, print, raise, real, rec, ref, sharing, sig, signature,
    37                 string, struct, structure, substring, then, true, type, unit, val, vector, where, while,
    38                 with, withtype, word
    39     },
    40     morestring=[b]",
    41     morecomment=[s]{(*}{*)},
     33                EQUAL, GREATER, LESS, NONE, SOME, abstraction, abstype, and, andalso, array, as, before, bool,
     34                case, char, datatype, do, else, end, eqtype, exception, exn, false, fn, fun, functor, handle,
     35                if, in, include, infix, infixr, int, let, list, local, nil, nonfix, not, o, of, op, open,
     36                option, orelse, overload, print, raise, real, rec, ref, sharing, sig, signature, string, struct,
     37                structure, substring, then, true, type, unit, val, vector, where, while, with, withtype, word
     38        },
     39        morestring=[b]",
     40        morecomment=[s]{(*}{*)},
    4241}
    4342
     
    8382
    8483\lstdefinelanguage{rust}{
    85         % Keywords
    8684        morekeywords=[1]{
    8785                abstract, alignof, as, become, box, break, const, continue, crate, do, else, enum, extern,
    88                 false, final, fn, for, if, impl, in, let, loop, macro, match, mod, move, mut, offsetof,
    89                 override, priv, proc, pub, pure, ref, return, Self, self, sizeof, static, struct, super,
    90                 trait, true, type, typeof, unsafe, unsized, use, virtual, where, while, yield
     86        false, final, fn, for, if, impl, in, let, loop, macro, match, mod, move, mut, offsetof,
     87        override, priv, proc, pub, pure, ref, return, Self, self, sizeof, static, struct, super,
     88        trait, true, type, typeof, unsafe, unsized, use, virtual, where, while, yield
    9189        },
    92         % Strings
    9390        morestring=[b]{"},
    94         % Comments
    9591        comment=[l]{//},
    9692        morecomment=[s]{/*}{*/},
    97         % Options
    9893        sensitive=true
    9994}
    10095
    101 \lstdefinelanguage{pseudo}{
     96\lstdefinelanguage{Pseudo}{
    10297        morekeywords={string,uint,int,bool,float},
    10398        sensitive=true,
  • doc/bibliography/pl.bib

    rd2034b4 r12db9e4  
    886886@misc{Cforall,
    887887    key         = {Cforall},
    888     title       = {\textsf{C}{$\mathbf{\forall}$} Features},
     888    title       = {C$\forall$ Features},
    889889    howpublished= {\url{https://plg.uwaterloo.ca/~cforall/features}},
    890890    note        = {Accessed: 2018-01-01},
     
    895895    contributer = {pabuhr@plg},
    896896    author      = {Rodolfo Gabriel Esteves},
    897     title       = {\textsf{C}$\mathbf{\forall}$, a Study in Evolutionary Design in Programming Languages},
     897    title       = {C$\forall$, a Study in Evolutionary Design in Programming Languages},
    898898    school      = {School of Computer Science, University of Waterloo},
    899899    year        = 2004,
     
    10381038    contributer = {pabuhr@plg},
    10391039    author      = {Peter A. Buhr and Glen Ditchfield and David Till and Charles R. Zarnke},
    1040     title       = {\textsf{C}$\mathbf{\forall}$ Users Guide, Version 0.1},
     1040    title       = {{\mbox{\mdseries\sffamily C{$\mathbf{\forall}$}}}\ Users Guide, Version 0.1},
    10411041    institution = {Department of Computer Science, University of Waterloo},
    10421042    address     = {Waterloo, Ontario, Canada, N2L 3G1},
     
    15511551@mastersthesis{Delisle18,
    15521552    author      = {Thierry Delisle },
    1553     title       = {Concurrency in \textsf{C}$\mathbf{\forall}$},
     1553    title       = {Concurrency in {C}$\mathbf{\forall}$},
    15541554    school      = {School of Computer Science, University of Waterloo},
    15551555    year        = 2018,
     
    17171717    contributer = {a3moss@uwaterloo.ca},
    17181718    author      = {Glen Ditchfield},
    1719     title       = {Conversions for \textsf{C}$\mathbf{\forall}$},
     1719    title       = {Conversions for {Cforall}},
    17201720    note        = {\href{http://plg.uwaterloo.ca/~cforall/Conversions/index.html}{http://\-plg.uwaterloo.ca/\-\textasciitilde cforall/\-Conversions/\-index.html}},
    17211721    month       = {Nov},
     
    33953395    contributer = {pabuhr@plg},
    33963396    author      = {Richard C. Bilson},
    3397     title       = {Implementing Overloading and Polymorphism in \textsf{C}$\mathbf{\forall}$},
     3397    title       = {Implementing Overloading and Polymorphism in Cforall},
    33983398    school      = {School of Computer Science, University of Waterloo},
    33993399    year        = 2003,
     
    59285928
    59295929@mastersthesis{Schluntz17,
    5930     keywords    = {constructors, destructors, tuples},
    59315930    author      = {Robert Schluntz},
    5932     title       = {Resource Management and Tuples in \textsf{C}$\mathbf{\forall}$},
     5931    title       = {Resource Management and Tuples in {C}$\mathbf{\forall}$},
    59335932    school      = {School of Computer Science, University of Waterloo},
    59345933    year        = 2017,
  • doc/papers/concurrency/AMA/AMA-stix/ama/WileyNJD-AMA.bst

    rd2034b4 r12db9e4  
    361361{ year empty$
    362362    { "" }
    363     { " " * year }
     363    { "" * year }
    364364  if$
    365365}
     
    501501    { "In: "
    502502      editor empty$
    503       { booktitle emphasize * }
    504       { " " * format.editors * " " * booktitle emphasize * ", " * }
     503    'skip$
     504    { " " * format.editors * " " * booktitle emphasize * ", " * }
    505505      if$
    506506    }
     
    819819  crossref missing$
    820820    { format.in.ed.booktitle "booktitle" output.check
    821       blank.sep
    822821      format.bvolume output
    823822      format.number.series output
    824       new.block
    825823      format.pages output
    826824      organization output
     
    843841{ output.bibitem
    844842  author empty$
    845     { new.block organization empty$
    846     'skip$
    847     { new.block organization output.nonnull
    848       new.block address output
     843    { organization empty$
     844    'skip$
     845    { organization output.nonnull
     846      address output
    849847    }
    850848      if$
     
    854852  format.btitle "title" output.check
    855853  author empty$
    856     { new.block organization empty$
    857     { new.block address new.block.checka
     854    { organization empty$
     855    { address new.block.checka
    858856      address output
    859857    }
     
    861859      if$
    862860    }
    863     { new.block organization new.block address new.block.checkb
     861    { organization address new.block.checkb
    864862      organization output
    865863      address output
    866864    }
    867865  if$
    868   new.block
    869866  format.edition output
    870   new.block
    871867  format.date output
    872868  new.block
     
    881877  blank.sep
    882878  "Master's thesis" format.thesis.type output.nonnull
    883   new.block
    884879  school "school" output.check
    885880  address output
     
    912907  if$
    913908  howpublished output
    914   new.block
    915909  format.note output
    916   new.block
     910  %%new.block
    917911  format.date output
    918912  fin.entry
Note: See TracChangeset for help on using the changeset viewer.