Search found 4 matches
- Fri Apr 30, 2010 4:26 am
- Forum: Page Layout
- Topic: Maybe a bug in flowfram
- Replies: 3
- Views: 2101
Re: Maybe a bug in flowfram
then it means that I should always insert a \framebreak command in the last of the firstpage. do we have any convenient method to do this ?
- Thu Apr 29, 2010 5:29 am
- Forum: Page Layout
- Topic: Maybe a bug in flowfram
- Replies: 3
- Views: 2101
Maybe a bug in flowfram
I think maybe I've found a bug in the flowfram package. Please see the following tex file. when the first-page is 1 column , the output is bad. but if I change the first page to 2 column ,then the output will looks good. does any one can help to look at this ? thx a lot.
\documentclass[a4paper ...
\documentclass[a4paper ...
- Tue Oct 27, 2009 4:50 am
- Forum: Graphics, Figures & Tables
- Topic: how to make beamer titlepage filled with a image file ?
- Replies: 1
- Views: 2053
how to make beamer titlepage filled with a image file ?
Hi, I want to make a beamer titlepage filled with a image file, and I've tried the following code:
\pgfdeclareimage[width=1.0\paperwidth]{image2009}{images/image2009}
\defbeamertemplate*{title page}{image theme}{
\pgfuseimage{image2009}
}
but the result looks bad. there are some margin space ...
\pgfdeclareimage[width=1.0\paperwidth]{image2009}{images/image2009}
\defbeamertemplate*{title page}{image theme}{
\pgfuseimage{image2009}
}
but the result looks bad. there are some margin space ...
- Sat Oct 24, 2009 5:21 am
- Forum: Text Formatting
- Topic: color package conflicts with tabular environment?
- Replies: 1
- Views: 1623
color package conflicts with tabular environment?
the code is:
\documentclass{article}
\usepackage[usenames]{color}
\begin{document}
\begin{tabular}{@{}p{10em}@{}p{10em}@{}}%
aaa &bbb\\
{\color{red} aaa} &bbb
\end{tabular}
\end{document}
it'll give me the result as the attachment, the red letters "abc" is obviously below than the normal ...
\documentclass{article}
\usepackage[usenames]{color}
\begin{document}
\begin{tabular}{@{}p{10em}@{}p{10em}@{}}%
aaa &bbb\\
{\color{red} aaa} &bbb
\end{tabular}
\end{document}
it'll give me the result as the attachment, the red letters "abc" is obviously below than the normal ...