Hello,
Let's say you write a footnote's argument, i.e.
\footnote{argument} ,
where the length of argument is too high, resulting in a footnote
which is, in the output, cut in some pieces. The footnote is thus
divided across pages, but I find it ugly to see these cut footnotes
not separated with an ...
Search found 120 matches
- Fri Nov 27, 2009 11:34 am
- Forum: Text Formatting
- Topic: Adding dots to indicate that the footnote is too big [...]
- Replies: 0
- Views: 1364
- Thu Sep 24, 2009 5:24 pm
- Forum: Text Formatting
- Topic: Box around the title is broken
- Replies: 4
- Views: 2985
Box around the title is broken
Thanks for all your answers. My problem is now solved. I used
, as suggested by Stefan. I saved the other solutions too.
(I did not want my whole document to be in landscape format.)
Code: Select all
\let\oldDOTI\DOTI
\renewcommand*\DOTI[1]{\setlength{\textwidth}{\linewidth}\oldDOTI{#1}}
(I did not want my whole document to be in landscape format.)
- Thu Sep 24, 2009 4:37 pm
- Forum: Text Formatting
- Topic: Box around the title is broken
- Replies: 4
- Views: 2985
Box around the title is broken
Hello,
When using the Rejne fncychap's parameter, my \chapter boxes are partly broken.
Here is a MWE:
\documentclass[10pt,a4paper,twoside,final,makeidx,openright]{book}
\usepackage[latin1]{inputenc}
\usepackage[frenchb,english]{babel}
\usepackage{rotating}
\usepackage{lscape}
\usepackage ...
When using the Rejne fncychap's parameter, my \chapter boxes are partly broken.
Here is a MWE:
\documentclass[10pt,a4paper,twoside,final,makeidx,openright]{book}
\usepackage[latin1]{inputenc}
\usepackage[frenchb,english]{babel}
\usepackage{rotating}
\usepackage{lscape}
\usepackage ...
- Mon Sep 14, 2009 5:40 pm
- Forum: Text Formatting
- Topic: Using enumerate package with [1]
- Replies: 7
- Views: 18479
- Mon Sep 14, 2009 1:50 pm
- Forum: Text Formatting
- Topic: Using enumerate package with [1]
- Replies: 7
- Views: 18479
Using enumerate package with [1]
You can also use the enumitem package:
\documentclass{article}
\usepackage{enumitem}
\begin{document}
\begin{enumerate}[label={[}\arabic*{]}:]
\item first item.
\item second item.
\end{enumerate}
\end{document}
Pretty good! I will check it too. Thanks.
Hi Luca,
Is there a preferred (in ...
\documentclass{article}
\usepackage{enumitem}
\begin{document}
\begin{enumerate}[label={[}\arabic*{]}:]
\item first item.
\item second item.
\end{enumerate}
\end{document}
Pretty good! I will check it too. Thanks.
Hi Luca,
Is there a preferred (in ...
- Mon Sep 14, 2009 1:37 pm
- Forum: Text Formatting
- Topic: Using enumerate package with [1]
- Replies: 7
- Views: 18479
Re: Using enumerate package with [1]
Thanks for your answer, Stefan. That is possible that I made a typo when trying locally. It now works.
Is there a preferred (in the sense of the enumerate package, not in our sense) form?
Thanks.
Is there a preferred (in the sense of the enumerate package, not in our sense) form?
Thanks.
- Mon Sep 14, 2009 11:25 am
- Forum: Text Formatting
- Topic: Using enumerate package with [1]
- Replies: 7
- Views: 18479
Using enumerate package with [1]
Hello,
I would like to use the enumerate package to have such an output:
[1]: My first item,
[2]: My second item.
Inferring its manual ( http://www.dd.chalmers.se/latex/Docs/PDF/enumerate.pdf ), I would use such a partial code:
\begin{enumerate}[[1]:]
\item My first item,
\item My second item ...
I would like to use the enumerate package to have such an output:
[1]: My first item,
[2]: My second item.
Inferring its manual ( http://www.dd.chalmers.se/latex/Docs/PDF/enumerate.pdf ), I would use such a partial code:
\begin{enumerate}[[1]:]
\item My first item,
\item My second item ...
- Mon Aug 10, 2009 6:14 pm
- Forum: Text Formatting
- Topic: Rotating a big text in a page.
- Replies: 8
- Views: 4703
Rotating a big text in a page.
The log file is incomplete. At least the first five lines are missing.
Yes, but are they relevant? I should have specified that it was a part of the log.
You should know which LaTeX distribution you are using. It is MiKTeX.
You should also know that your compilation route is LaTeX -> DVI ...
- Sat Aug 08, 2009 8:05 pm
- Forum: Text Formatting
- Topic: Rotating a big text in a page.
- Replies: 8
- Views: 4703
Rotating a big text in a page.
I think that some things would help to get closer to the probable cause.
The LaTeX distribution
The compilation route
The list of used files
The last point needs the \listfiles command in the preamble.
How can I manage to learn these pieces of info?
Here is the log:
LaTeX2e <2005/12 ...
The LaTeX distribution
The compilation route
The list of used files
The last point needs the \listfiles command in the preamble.
How can I manage to learn these pieces of info?
Here is the log:
LaTeX2e <2005/12 ...
- Sat Aug 08, 2009 7:37 pm
- Forum: Text Formatting
- Topic: Rotating a big text in a page.
- Replies: 8
- Views: 4703
Rotating a big text in a page.
I do not understand why it does not work at my compilation. Is my .pdf file ``bad'' (i.e. not as I want it to be) on your computer?localghost wrote:I compiled your MWE as provided on my Linux system (TL2008) and it works fine for me.
I've noticed that it works when the text is shorter.