Skip to content

Commit ae23abd

Browse files
author
Jon Haitz Legarreta
committed
BUG: Fix the introduction text missing from the output PDF file.
Fix the missing text from the *Introduction* due to a `\emph{}` environment being split across lines. Fixes #70.
1 parent 03aa237 commit ae23abd

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

SoftwareGuide/Latex/Introduction/Introduction.tex

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
\chapter{Welcome}
22
\label{chapter:Introduction}
33

4-
Welcome to the \emph{Insight Segmentation and Registration Toolkit (ITK)
5-
Software Guide}. This book has been updated for ITK \ITKVERSIONMAJORMINORPATCH
6-
\ and later versions of the Insight Toolkit software.
4+
Welcome to the
5+
\emph{Insight Segmentation and Registration Toolkit (ITK) Software Guide}. This
6+
book has been updated for ITK \ITKVERSIONMAJORMINORPATCH\ and later versions of
7+
the Insight Toolkit software.
78

89
ITK is an open-source, object-oriented software system for image processing,
910
segmentation, and registration. Although it is large and complex, ITK is

0 commit comments

Comments
 (0)