You could use \FloatBarrier from the placeins package. All floats are forced to be inserted before the \Floatbarrier. It is mostly used to keep a float in a section, as it does not offer fine grained control whether the float moves to the next page.
jlinkels
Search found 7 matches
- Thu Oct 01, 2015 7:48 pm
- Forum: Graphics, Figures & Tables
- Topic: Stop filling in text from below.
- Replies: 2
- Views: 2257
- Fri Nov 18, 2011 1:43 am
- Forum: Conversion Tools
- Topic: tex4ht | XML Error with multiple Columns in Table
- Replies: 1
- Views: 3302
tex4ht | XML Error with multiple Columns in Table
The problem is in:
&\multicolumn{2}{X|}{spam}\\
tex4ht doesn't like the { X |}. It has nothing to do with the multicolumn. That is handled correctly.
Any recommendation about how to add/modify in the the tex4ht macrofiles as to have tex4ht to ignore the unknown X and revert to a default situation ...
&\multicolumn{2}{X|}{spam}\\
tex4ht doesn't like the { X |}. It has nothing to do with the multicolumn. That is handled correctly.
Any recommendation about how to add/modify in the the tex4ht macrofiles as to have tex4ht to ignore the unknown X and revert to a default situation ...
- Thu Nov 17, 2011 4:17 am
- Forum: Conversion Tools
- Topic: tex4ht | XML Error with multiple Columns in Table
- Replies: 1
- Views: 3302
tex4ht | XML Error with multiple Columns in Table
Hi all,
I have this document:
\documentclass[11pt,a4paper]{article}
\usepackage{tabularx}
\usepackage{array}
\usepackage{multirow}
\begin{document}
\begin{table}[H]
\begin{tabularx}{\textwidth}{|c|X|c|}
\hline
foo & Spam and eggs for sale & \\
\hline
&\multicolumn{2}{X|}{spam}\\
\hline
\end ...
I have this document:
\documentclass[11pt,a4paper]{article}
\usepackage{tabularx}
\usepackage{array}
\usepackage{multirow}
\begin{document}
\begin{table}[H]
\begin{tabularx}{\textwidth}{|c|X|c|}
\hline
foo & Spam and eggs for sale & \\
\hline
&\multicolumn{2}{X|}{spam}\\
\hline
\end ...
- Tue Jul 19, 2011 10:51 pm
- Forum: Math & Science
- Topic: Small Legend to Symbols directly beneath Equation
- Replies: 1
- Views: 3710
Small Legend to Symbols directly beneath Equation
Funny, I had the same question and I could not find a single answer, except your recent post, also unanswered.
I solved this rather succesfully by creating a tabular without any horizontal or vertical lines. Two left aligned columns. Put the symbols between $...$ markers.
A table didn't work ...
I solved this rather succesfully by creating a tabular without any horizontal or vertical lines. Two left aligned columns. Put the symbols between $...$ markers.
A table didn't work ...
- Thu Jun 09, 2011 3:03 am
- Forum: Text Formatting
- Topic: Put To:, cc:, From: fields in left margin
- Replies: 3
- Views: 1931
Re: Put To:, cc:, From: fields in left margin
Yes, that is it. Very elegant. And of course it is unthinkable that it was not yet available in one or another package. The hard part is to find out which one.
Thanks a lot.
jlinkels
Thanks a lot.
jlinkels
- Sun May 22, 2011 1:03 am
- Forum: Text Formatting
- Topic: Put To:, cc:, From: fields in left margin
- Replies: 3
- Views: 1931
Put To:, cc:, From: fields in left margin
Well, obviously I had something wrong while using \reversemarginpar. This works now, I can put text in the left margin.
\reversemarginpar
Jeniffer Smith\marginpar{\raggedleft{\textsf{To:}}}\\Marilyn Monroe\par
That works for now, and even while I have created a macro for \marginpar{\raggedleft ...
\reversemarginpar
Jeniffer Smith\marginpar{\raggedleft{\textsf{To:}}}\\Marilyn Monroe\par
That works for now, and even while I have created a macro for \marginpar{\raggedleft ...
- Fri May 20, 2011 6:43 pm
- Forum: Text Formatting
- Topic: Put To:, cc:, From: fields in left margin
- Replies: 3
- Views: 1931
Put To:, cc:, From: fields in left margin
Hello all,
I am struggling with a custom title page. I know I should preferable stick
to predefined Latex layouts, but this style is something my company demands.
It looks something like this:
Logo
Logo
Logo Header Text
----------------------------------------------------------
To: Jennifer ...
I am struggling with a custom title page. I know I should preferable stick
to predefined Latex layouts, but this style is something my company demands.
It looks something like this:
Logo
Logo
Logo Header Text
----------------------------------------------------------
To: Jennifer ...