Changeset 72dc82a for doc/LaTeXmacros
- Timestamp:
- Mar 31, 2017, 12:21:52 PM (8 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- 78d3dd5
- Parents:
- 690f13c (diff), 936a287 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/LaTeXmacros/common.tex
r690f13c r72dc82a 42 42 \newcommand{\CCfourteen}{\rm C\kern-.1em\hbox{+\kern-.25em+}14\xspace} % C++14 symbolic name 43 43 \newcommand{\CCseventeen}{\rm C\kern-.1em\hbox{+\kern-.25em+}17\xspace} % C++17 symbolic name 44 \newcommand{\CCtwenty}{\rm C\kern-.1em\hbox{+\kern-.25em+}20} % C++20 symbolic name 44 45 \newcommand{\Celeven}{C11\xspace} % C11 symbolic name 45 46 \newcommand{\Csharp}{C\raisebox{0.4ex}{\#}\xspace} % C# symbolic name … … 200 201 \newcommand{\opt}{$_{opt}$\ } 201 202 203 \usepackage{varioref} % extended references 202 204 % adjust varioref package with default "section" and "page" titles, and optional title with faraway page numbers 203 205 % \VRef{label} => Section 2.7, \VPageref{label} => page 17 … … 251 253 _Bool,catch,catchResume,choose,_Complex,__complex,__complex__,__const,__const__,disable,dtype,enable,__extension__, 252 254 fallthrough,fallthru,finally,forall,ftype,_Generic,_Imaginary,inline,__label__,lvalue,_Noreturn,one_t,otype,restrict,_Static_assert, 253 _Thread_local,throw,throwResume,trait,try,t ypeof,__typeof,__typeof__,zero_t},255 _Thread_local,throw,throwResume,trait,try,ttype,typeof,__typeof,__typeof__,zero_t}, 254 256 }% 255 257
Note:
See TracChangeset
for help on using the changeset viewer.