Changeset 167a9c8 for doc/LaTeXmacros
- Timestamp:
- Feb 24, 2017, 3:58:07 PM (9 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:
- 1630f18, ef9cc56
- Parents:
- 43c89a7 (diff), 23c4aa8 (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
-
doc/LaTeXmacros/common.tex (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
doc/LaTeXmacros/common.tex
r43c89a7 r167a9c8 248 248 morekeywords={_Alignas,_Alignof,__alignof,__alignof__,asm,__asm,__asm__,_At,_Atomic,__attribute,__attribute__,auto, 249 249 _Bool,catch,catchResume,choose,_Complex,__complex,__complex__,__const,__const__,disable,dtype,enable,__extension__, 250 fallthrough,fallthru,finally,forall,ftype,_Generic,_Imaginary,inline,__label__,lvalue,_Noreturn,o type,restrict,_Static_assert,251 _Thread_local,throw,throwResume,trait,try,typeof,__typeof,__typeof__, },250 fallthrough,fallthru,finally,forall,ftype,_Generic,_Imaginary,inline,__label__,lvalue,_Noreturn,one_t,otype,restrict,_Static_assert, 251 _Thread_local,throw,throwResume,trait,try,typeof,__typeof,__typeof__,zero_t}, 252 252 }% 253 253 … … 263 263 escapechar=§, % LaTeX escape in CFA code §...§ (section symbol), emacs: C-q M-' 264 264 mathescape=true, % LaTeX math escape in CFA code $...$ 265 %keepspaces=true, % 265 %keepspaces=true, % 266 266 showstringspaces=false, % do not show spaces with cup 267 267 showlines=true, % show blank lines at end of code
Note:
See TracChangeset
for help on using the changeset viewer.