Skip to content

Commit ec76a6b

Browse files
farahkhashmanjenkins
authored andcommitted
QPR-13352: replace -- with -{}- in tex files
1 parent 3947c18 commit ec76a6b

3 files changed

Lines changed: 13 additions & 13 deletions

File tree

Docs/CodingStandards/ore_coding_standards.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ \section*{git usage - pull requests}
187187
\item if there are no conflicts, click on "merge request"
188188
\item if there are conflicts, send it back to the developer
189189
\item Once the request has been merged, the temporary branch should be deleted. This is not strictly necessary but means origin is kept cleaner and avoids conflicts.\\
190-
\texttt{\% git push --delete origin bob\_widget}
190+
\texttt{\% git push -{}-delete origin bob\_widget}
191191
\end{enumerate}
192192

193193
\break

Docs/Design/aad.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ \subsection{Computation Graphs in ORE}
276276
code base. How this works is discussed briefly in the following.
277277

278278
The {\tt ComputationGraph} object is defined in qle/math/ad/computationgraph.*pp, alongside
279-
essential operations on the graph -- forward valuation, forward and backward derivative propagation.
279+
essential operations on the graph -{}- forward valuation, forward and backward derivative propagation.
280280
It is recommended to review the compact implementation of the these functions in qle/math/ad,
281281
see listings \ref{lst:forwardvaluation}, \ref{lst:forwardderivatives} and \ref{lst:backwardderivatives}.
282282

Docs/UserGuide/userguide_buildore.tex

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ \subsection{Access via Git}\label{sec:build_ore}
7878

7979
Note that one can also run
8080

81-
{\footnotesize \tt\% git clone --recurse-submodules https://github.com/opensourcerisk/engine.git ore}
81+
{\footnotesize \tt\% git clone -{}-recurse-submodules https://github.com/opensourcerisk/engine.git ore}
8282

8383
in step 2, which also performs the steps in 3.
8484

@@ -160,13 +160,13 @@ \subsubsection*{Boost}
160160
\item Build the libraries from the source code
161161
\begin{itemize}
162162
\item 32-bit: \\
163-
{\footnotesize\tt .{\bs}b2 --stagedir=.{\bs}lib{\bs}Win32{\bs}lib --build-type=complete toolset=msvc-14.3 \bs \\
164-
address-model=32 --with-test --with-system --with-filesystem \bs \\
165-
--with-serialization --with-regex --with-date\_time stage}
163+
{\footnotesize\tt .{\bs}b2 -{}-stagedir=.{\bs}lib{\bs}Win32{\bs}lib -{}-build-type=complete toolset=msvc-14.3 \bs \\
164+
address-model=32 -{}-with-test -{}-with-system -{}-with-filesystem \bs \\
165+
-{}-with-serialization -{}-with-regex -{}-with-date\_time stage}
166166
\item 64-bit: \\
167-
{\footnotesize\tt .{\bs}b2 --stagedir=.{\bs}lib{\bs}x64{\bs}lib --build-type=complete toolset=msvc-14.3 \bs \\
168-
address-model=64 --with-test --with-system --with-filesystem \bs \\
169-
--with-serialization --with-regex --with-date\_time stage}
167+
{\footnotesize\tt .{\bs}b2 -{}-stagedir=.{\bs}lib{\bs}x64{\bs}lib -{}-build-type=complete toolset=msvc-14.3 \bs \\
168+
address-model=64 -{}-with-test -{}-with-system -{}-with-filesystem \bs \\
169+
-{}-with-serialization -{}-with-regex -{}-with-date\_time stage}
170170
\end{itemize}
171171
\end{enumerate}
172172

@@ -226,7 +226,7 @@ \subsubsection*{zlib}
226226
To get VCPG, see \url{https://vcpkg.io/en/getting-started.html}. And to install ZLIB with VCPKG:
227227

228228
\medskip
229-
{\tt vcpkg install --triplet x64-windows zlib} \\
229+
{\tt vcpkg install -{}-triplet x64-windows zlib} \\
230230

231231
\medskip
232232
To make VCPKG visible to CMake, create an environment variable {\tt VCPKG\_ROOT} pointing to the root of the vcpkg directory
@@ -250,7 +250,7 @@ \subsubsection*{Eigen}
250250
On Windows, one can conveniently install using VCPKG with:
251251

252252
\medskip
253-
{\tt vcpkg install --triplet x64-windows eigen3}
253+
{\tt vcpkg install -{}-triplet x64-windows eigen3}
254254

255255
\subsubsection*{Swig and Python}
256256

@@ -392,7 +392,7 @@ \subsubsection*{Windows}
392392
The solution and project files will be generated in the {\tt $\langle$ORE\_ROOT$\rangle${\bs}build} subdirectory.
393393
\end{itemize}
394394

395-
\item build the cmake project with the command {\tt cmake --build build -v --config Release},
395+
\item build the cmake project with the command {\tt cmake -{}-build build -v -{}-config Release},
396396

397397
\item or open the MSVC solution file {\tt build{\bs}ORE.sln} and build the entire solution with Visual Studio (again, make sure to select the correct platform in the configuration manager first).
398398
\end{enumerate}
@@ -491,7 +491,7 @@ \subsubsection*{Windows}
491491
%\begin{itemize}
492492
%\item {\tt conda install -c conda-forge ipywidgets}
493493
%\item {\tt pip install jupyter\_dashboards}
494-
%\item {\tt jupyter dashboards quick-setup --sys-prefix}
494+
%\item {\tt jupyter dashboards quick-setup -{}-sys-prefix}
495495
%\item {\tt conda install -c conda-forge bqplot}
496496
%\item {\tt conda install -c conda-forge pythreejs}
497497
%\end{itemize}

0 commit comments

Comments
 (0)