GeneralStumped: Font changes to bold around \quote if figure nearby

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
duberdan
Posts: 2
Joined: Thu Dec 11, 2008 11:18 pm

Stumped: Font changes to bold around \quote if figure nearby

Post by duberdan »

I have a quote in my text followed by a figure. To complicate matters for latex the quote is strung across a page break. The first part of the quote (on page 1) is fine, but ALL text after the page break is in bold until the subsequent page when it returns to normal 12pnt font. It think the nearby figure might be affecting the outcome. When I compile in draft mode (figures suppressed), all is fine text looks as should and no warnings. When I compile in final mode (figures printed) the aforementioned funny business occurs. My code is below and an a screen shot of the compiled text. Anyone know how I can fix this?

Code: Select all

\section{Closing Remarks.}
The Cleveland Clinic's online monograph, ``Hepatitis C Management'' notes the following regarding liver biopsy~\cite{CC:online}.
\begin{quote}
For all its advantages, liver biopsy has several important disadvantages. Among them are cost, the risk of complications, the need for additional health care resources, patient and physician aversion to the procedure, inadequate specimen size, and the lack of specific findings.

Approximately 20\% to 50\% of patients will experience significant pain following percutaneous liver biopsy. More severe complications—such as pneumothorax, major bleeding, inadvertent biopsy of the kidney or colon, and perforation of the gallbladder—have been reported in a fraction of patients (0.57\%). There have even been a few reports of death.
\end{quote}

Now consider the 2007 MRE-based study by Yin and collegues which indicates the excellent diagnostic accuracy of assessing hepatic fbrosis non-invasively, cf. Figure~\ref{fig:Fibrosis}~\cite{Yin:2007CGH}. In the case of liver disease, when compared to the potental risk and hardship associated with traditional hepatic biopsy practices the potential of a robust clinical MRE technology to advance the state of the art in world health care is tremendous.
\begin{figure}[htb]
	\centering
		\includegraphics[width=0.65\textwidth]{figs/ClinicalTool.PNG}
	\caption[Short Caption for Table of Contents]{MRE of the liver in a normal volunteer and a patient with cirrhosis. Anatomic images (left), wave images (middle), and elastogram (right). The elastograms show that the mean shear modulus of the fibrotic liver is much higher than that of a normal liver~\cite{Yin:2007CGH}.}
	\label{fig:Fibrosis}
\end{figure}

MRE owes its achievement, in part, .....
See the compiled text
LatexFunnyBusiness.pdf
See the compiled text attached.
(217.5 KiB) Downloaded 180 times

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Stumped: Font changes to bold around \quote if figure nearby

Post by localghost »

This is often an issue related to the viewer. You could check the typeface by printing the affected area on paper. Perhaps inclusion of the lmodern font package might improve the screen output.


Best regards and welcome to the board
Thorsten¹
duberdan
Posts: 2
Joined: Thu Dec 11, 2008 11:18 pm

Re: Stumped: Font changes to bold around \quote if figure nearby

Post by duberdan »

Thanks Thorsten! If I close TeXnix Center, then reopen it and re-compile the "weirdness" goes away. ~DuberDan
Post Reply