Skip to content

Commit 5eee422

Browse files
committed
FDS User Guide: Explain change to C_MIN
1 parent bda9cfe commit 5eee422

File tree

3 files changed

+612
-609
lines changed

3 files changed

+612
-609
lines changed

Manuals/Bibliography/commoncommands.tex

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
\usepackage{needspace}
6464

6565
\newcommand{\nopart}{\expandafter\def\csname Parent-1\endcsname{}} % To fix table of contents in pdf.
66-
\newcommand\ct[1]{\mbox{\lstinline !#1!}}
66+
\newcommand{\ct}[1]{\lstinline{#1}}
6767

6868
\usepackage{siunitx}
6969

@@ -80,7 +80,7 @@
8080
columns=fixed,
8181
extendedchars=true,
8282
breaklines=true,
83-
breakatwhitespace=false,
83+
breakatwhitespace=true,
8484
frame=none,
8585
showtabs=false,
8686
showspaces=false,
@@ -89,6 +89,7 @@
8989
keywordstyle=\color[rgb]{0,0,0},
9090
commentstyle=\color[rgb]{0,0,0},
9191
stringstyle=\color[rgb]{0,0,0},
92+
literate={\_}{}{0\discretionary{\_}{}{\_}}%
9293
}
9394

9495
\usepackage{xr-hyper}

0 commit comments

Comments
 (0)