Skip to content

Commit f4fdafe

Browse files
committed
Consistent capitalization of section titles
1 parent 329e0ba commit f4fdafe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cheatsheets.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,7 @@
754754
%
755755
\vspace{\fill}
756756
%
757-
\begin{myboxed}{Ten Simple Rules \hfill
757+
\begin{myboxed}{Ten simple rules \hfill
758758
\READ{https://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1003833}}
759759
1. Know Your Audience\\
760760
2. Identify Your Message\\

handout-intermediate.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ \subsection*{\rmfamily Lines \& markers}
135135
\includegraphics[width=\linewidth]{sine-marker.pdf}
136136

137137
% -----------------------------------------------------------------------------
138-
\subsection*{\rmfamily Scales \& Projections}
138+
\subsection*{\rmfamily Scales \& projections}
139139

140140
\begin{lstlisting}
141141
fig, ax = plt.subplots()
@@ -144,7 +144,7 @@ \subsection*{\rmfamily Scales \& Projections}
144144
\end{lstlisting}
145145
\includegraphics[width=\linewidth]{sine-logscale.pdf}
146146

147-
\subsection*{\rmfamily Text \& Ornaments}
147+
\subsection*{\rmfamily Text \& ornaments}
148148
\begin{lstlisting}[]
149149
ax.fill_betweenx([-1,1],[0],[2*np.pi])
150150
ax.text(0, -1, r" Period $\Phi$")

0 commit comments

Comments
 (0)