Search found 6 matches
- Tue Nov 20, 2012 11:33 am
- Forum: Graphics, Figures & Tables
- Topic: Two Figures in same Column
- Replies: 3
- Views: 15024
Re: Two Figures in same Column
Read. Thanks !!
- Tue Nov 20, 2012 1:05 am
- Forum: Graphics, Figures & Tables
- Topic: Two Figures in same Column
- Replies: 3
- Views: 15024
Two Figures in same Column
Hello guys !
I have a problem. I want to put two figures on the same page in one column.
I have tried the easy way:
\begin{figure}
\includegraphics{fig1}
\includegraphics{fig2}
\end{figure}
But I have noticed that the images are not centered in the page. The first one is aligned at the ...
I have a problem. I want to put two figures on the same page in one column.
I have tried the easy way:
\begin{figure}
\includegraphics{fig1}
\includegraphics{fig2}
\end{figure}
But I have noticed that the images are not centered in the page. The first one is aligned at the ...
- Tue Oct 30, 2012 3:34 pm
- Forum: Page Layout
- Topic: beamer | Title Frame with only Headline
- Replies: 0
- Views: 1521
beamer | Title Frame with only Headline
Hello guys !!
I'm trying to understand how the beamer class works. I have set up a presentation like this one. Now I have a question.
How can I print the first frame with the gray headline without sections? Is it possible ? I still cannot find a solution !
Thank you so much.
Have a nice day !
I'm trying to understand how the beamer class works. I have set up a presentation like this one. Now I have a question.
How can I print the first frame with the gray headline without sections? Is it possible ? I still cannot find a solution !
Thank you so much.
Have a nice day !
- Mon Oct 29, 2012 7:01 pm
- Forum: BibTeX, biblatex and biber
- Topic: seminar | Page Style for Bibliography
- Replies: 3
- Views: 2791
seminar | Page Style for Bibliography
Using the seminar package the content of a slide goes between the
I didn't know that also the bibliography code have to.
I use the seminar class because the style I have (as it has given to me) works with it but not with beamer.
Have a nice day.
slide
tag. I didn't know that also the bibliography code have to.
I use the seminar class because the style I have (as it has given to me) works with it but not with beamer.
Have a nice day.
- Mon Oct 29, 2012 5:53 pm
- Forum: BibTeX, biblatex and biber
- Topic: seminar | Page Style for Bibliography
- Replies: 3
- Views: 2791
seminar | Page Style for Bibliography
Solved.
Code: Select all
\begin{slide}
% Bibliography
\bibliographystyle{ieeetr}
\bibliography{tex}
\end{slide}
- Mon Oct 29, 2012 5:36 pm
- Forum: BibTeX, biblatex and biber
- Topic: seminar | Page Style for Bibliography
- Replies: 3
- Views: 2791
seminar | Page Style for Bibliography
Hello guys !!
I'm a pretty new LaTeX user and I'm experiencing some problems.
I'm trying to create a presentation with the seminar package. I have a custom page style called "mystyle" that I use for all the slides in the document:
\newpagestyle{mystyle}
{.....}% end header box
{.....}% end ...
I'm a pretty new LaTeX user and I'm experiencing some problems.
I'm trying to create a presentation with the seminar package. I have a custom page style called "mystyle" that I use for all the slides in the document:
\newpagestyle{mystyle}
{.....}% end header box
{.....}% end ...