Warning: mysqli::__construct(): (HY000/1203): User howardkn already has more than 'max_user_connections' active connections in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\includes\artfuncs.php on line 21
Failed to connect to MySQL: (1203) User howardkn already has more than 'max_user_connections' active connections
Warning: mysqli::query(): Couldn't fetch mysqli in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\index.php on line 66
Article <vf03ck$3rf5q$1@dont-email.me>
Deutsch   English   Français   Italiano  
<vf03ck$3rf5q$1@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!3.eu.feeder.erje.net!feeder.erje.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: db <dieterhansbritz@gmail.com>
Newsgroups: comp.text.tex
Subject: Re: Figure placement
Date: Sat, 19 Oct 2024 10:58:29 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 34
Message-ID: <vf03ck$3rf5q$1@dont-email.me>
References: <vetarg$38b6q$1@dont-email.me>
	<MPG.417d8c71d13b6ce59896a2@news.eternal-september.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Sat, 19 Oct 2024 12:58:29 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="a9129c0ba371394a37f14c7ed6d32d0a";
	logging-data="4046010"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX19pTgjnYW1XSJ9nNlrMPNjdB37/3/kp5qA="
User-Agent: Pan/0.149 (Bellevue; 4c157ba)
Cancel-Lock: sha1:4jtNAJUoYi6VhzcTYNCVJ5umEJs=
Bytes: 2111

On Sat, 19 Oct 2024 10:30:02 +0200, Dr Engelbert Buxbaum wrote:

> In article <vetarg$38b6q$1@dont-email.me>, dieterhansbritz@gmail.com
> says...
>> 
>> I am frustrated by figure placement. I have a figure near the top of an
>> article that, if I write \begin{figure}[!h], it gets put in the middle
>> of a sentence, but if I write \begin{figure}[!t] it naturally goes
>> above the title.
>> 
>> Is it possible to force a figure to go where I want it?
> 
> "Forcing" of floats is generally a bad idea, if you want a figure or
> table at a specific place, use the tabular or includegraphics commands
> without wrapping them into a floating environment.
> 
> I do use the placeins package to place \FloatBarriers between sections,
> this ensures that floats are placed near where they are referred to. The
> rest I leave to LaTeX.

OK, here is the template I use for figures:

\begin{figure}[!pb]%
\begin{center}
\includegraphics*[width=0.8\textwidth]{figs/.eps}
\caption{}\label{Fig:}
\end{center}
\end{figure}

What do I have to do to not wrap them in a floating
environment?

-- 
db