Search found 4 matches

by paultjevdh
Wed Dec 21, 2022 3:15 pm
Forum: Page Layout
Topic: Problem: \FloatBarrier results in almost empty page
Replies: 0
Views: 8497

Problem: \FloatBarrier results in almost empty page

I always want to keep the figures in the section they were declared, thus I always have \usepackage[section]{placeins} in my preamble, just to be sure.
It turns out that \FloatBarrier (and its implicit invocation by \usepackage[section]{placeins} ) can lead to an almost empty page. Please see the ...
by paultjevdh
Sat Feb 15, 2020 11:13 am
Forum: Fonts & Character Sets
Topic: I don't get textohm in helvetica text
Replies: 4
Views: 4100

I don't get textohm in helvetica text

Thanks for the explanation.
Best regards,
Paul
by paultjevdh
Tue Feb 11, 2020 10:43 am
Forum: Fonts & Character Sets
Topic: I don't get textohm in helvetica text
Replies: 4
Views: 4100

I don't get textohm in helvetica text

Hi,

Thanks, that did the trick, although I got some strange messages while miktex installed the required packages: it tried to write files that were in-use. It seems closing yap solved this.
Then I got some dde errors when yap started again.
All-in-all a bumpy ride, but that's LaTeX....

I made ...
by paultjevdh
Mon Feb 10, 2020 6:10 pm
Forum: Fonts & Character Sets
Topic: I don't get textohm in helvetica text
Replies: 4
Views: 4100

I don't get textohm in helvetica text

Hi,

I try to get \textohm in a document which is set in helvetica. An MWE is shown below.

\documentclass[11pt, twoside, a4paper]{article}
\usepackage{helvet}

\renewcommand{\familydefault}{\sfdefault}

\begin{document}
\textohm
\textmho
Text in helvetica
\end{document}
Does anyone know why this ...