Skip to content

Commit 211fc13

Browse files
committedMar 13, 2013
updates
1 parent 433f38c commit 211fc13

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed
 

Diff for: ‎common/preamble.tex

+7
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@
1010
\usepackage{listings}
1111
\lstset{language=Python}
1212

13+
% turn off hyphenation
14+
%\usepackage[none]{hyphenat}
15+
%\usepackage{hyphenat}
16+
%\raggedright
17+
18+
\usepackage{array}
19+
1320
\let\tempone\itemize
1421
\let\temptwo\enditemize
1522
\renewenvironment{itemize}{\tempone\addtolength{\itemsep}{0.5\baselineskip}}{\temptwo}

Diff for: ‎overview/rootpy-talk.tex

+2-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120

121121
\begin{center}
122122
\rowcolors[]{1}{blue!20}{blue!10}
123-
\begin{tabular}{l p{8cm}}
123+
\begin{tabular}{l >{\raggedright\arraybackslash}p{8cm}}
124124
{\bf rootpy.plotting} & histogram, graphs, canvas, pad, legend, and
125125
style subclasses with additional pythonizations,
126126
including a matplotlib interface. \\
@@ -132,6 +132,7 @@
132132
and for keeping objects alive when out of scope in Python. \\
133133
{\bf rootpy.interactive} & a wait function for preventing Python
134134
from exiting until all canvases have been closed. \\
135+
{\bf rootpy.stl} & automatic STL dictionary compilation and caching. \\
135136
{\bf rootpy.root2hdf5} & conversion of ROOT files into HDF5. \\
136137
{\bf rootpy.context} & utilities for managing ROOT's global state. \\
137138
\multicolumn{2}{c}{\ldots and more \ldots} \\

0 commit comments

Comments
 (0)
Please sign in to comment.