Changeset 3364962 for doc/proposals/concurrency/text/basics.tex
- Timestamp:
- Oct 12, 2017, 3:15:19 PM (5 years ago)
- Branches:
- aaron-thesis, arm-eh, 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:
- 0aaac0e
- Parents:
- b7778c1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/proposals/concurrency/text/basics.tex
rb7778c1 r3364962 22 22 \begin{figure} 23 23 \label{fig:fibonacci-c} 24 \caption{Different implementations of a fibonacci sequence generator in C.}25 24 \begin{center} 26 25 \begin{tabular}{c @{\hskip 0.025in}|@{\hskip 0.025in} c @{\hskip 0.025in}|@{\hskip 0.025in} c} … … 91 90 \end{tabular} 92 91 \end{center} 92 \caption{Different implementations of a fibonacci sequence generator in C.} 93 93 \end{figure} 94 94 … … 98 98 \begin{figure} 99 99 \label{fig:fibonacci-cfa} 100 \caption{Implementation of fibonacci using coroutines}101 100 \begin{cfacode} 102 101 coroutine Fibonacci { … … 140 139 } 141 140 \end{cfacode} 141 \caption{Implementation of fibonacci using coroutines} 142 142 \end{figure} 143 143 … … 199 199 \begin{figure} 200 200 \label{fig:fmt-line} 201 \caption{Formatting text into lines of 5 blocks of 4 characters.}202 201 \begin{cfacode}[tabsize=3] 203 202 //format characters into blocks of 4 and groups of 5 blocks per line … … 244 243 } 245 244 \end{cfacode} 245 \caption{Formatting text into lines of 5 blocks of 4 characters.} 246 246 \end{figure} 247 247
Note: See TracChangeset
for help on using the changeset viewer.