Search found 10 matches

by astrak
Wed Mar 27, 2013 2:05 am
Forum: Graphics, Figures & Tables
Topic: Images in same Line on Presentation Frame
Replies: 2
Views: 6711

Images in same Line on Presentation Frame

Thank you localghost for your suggestion with minipage ! It helped me very much. If someone else will have the same problem, my code is bellow.

\begin{figure}[!htb]
\begin{minipage}[b]{0.45\linewidth}
\centering
\includegraphics[width=3cm,height=3cm]{firstpicture}
\caption{text}
\label{fig ...
by astrak
Tue Mar 26, 2013 11:46 pm
Forum: Text Formatting
Topic: Alter Labels for Bibliography Items in Presentation
Replies: 0
Views: 1723

Alter Labels for Bibliography Items in Presentation

Hello!

I'm typing presentation in the beamer class - Frankfurt theme. When I included bibliography into my presentation there are icons instead of a numbering. Is there any way how to change it?

Thank you very much!
by astrak
Tue Mar 26, 2013 8:56 pm
Forum: Graphics, Figures & Tables
Topic: Images in same Line on Presentation Frame
Replies: 2
Views: 6711

Images in same Line on Presentation Frame

Hello!

I use the beamer class with Frankfurt theme and I have problems with aligning images. Is there any way how to align two images in the same line with \caption under pictures? One could be on the left and the other one on the right. But it doesn't matter.

Thank you very much in advance!
by astrak
Tue Mar 26, 2013 8:41 pm
Forum: Page Layout
Topic: Settings for Header and Footer in Presentation
Replies: 1
Views: 4226

Settings for Header and Footer in Presentation

Hello!

I would like to ask you for footer and header in the beamer class - theme Frankfurt. My definition for current header is this

\setcounter{subsection}{1}
\setbeamertemplate{caption}[numbered]
\setbeamercolor{section in head/foot}{fg=brown,bg=black!70}

I don't have very long presentation ...
by astrak
Thu Nov 15, 2012 5:54 pm
Forum: Math & Science
Topic: Aligning equations
Replies: 6
Views: 5362

Re: Aligning equations

Now it works with no problems :-)

One again thank you very much :-) It looks great...
by astrak
Thu Nov 15, 2012 4:17 pm
Forum: Math & Science
Topic: Aligning equations
Replies: 6
Views: 5362

Aligning equations

fleqn is an option to classes and to amsmath, not a class. It works for me with TeXworks exactly in this way.


When I use fleqn as an option to class - it looks like that:

\documentclass[fleqn][a4paper,11pt]{article}

\usepackage[czech]{babel}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc ...
by astrak
Thu Nov 15, 2012 12:20 am
Forum: Math & Science
Topic: Aligning equations
Replies: 6
Views: 5362

Re: Aligning equations

Thank you Stefan!
Unfortunately fleqn as a document class doesn't work in TeX Works, but when I use \begin{flalign*} it works very well.

So thank you for recomandation!
by astrak
Thu Nov 15, 2012 12:02 am
Forum: Math & Science
Topic: Aligning equations
Replies: 6
Views: 5362

Aligning equations

Hello!
I would like ask you how to set some equation which is written in more lines to the left side.

I should use $math$ but there is problem that a first equation is a bit more on right side (first white space in the paragraph).
When I use align, array, multline, ... all equations are centered in ...
by astrak
Mon Oct 29, 2012 9:18 pm
Forum: Page Layout
Topic: Logo Alignment on Title Page
Replies: 3
Views: 4895

Logo Alignment on Title Page

Drop the figure environment. Or do you want the logo to float?

I only want to replace position of this logo. I try to check figure environment - thank you for recomandation.

Could you help me also with second problem?

... how to put more space between “text2” and “date” (2 cm doesn’t work ...
by astrak
Mon Oct 29, 2012 8:06 pm
Forum: Page Layout
Topic: Logo Alignment on Title Page
Replies: 3
Views: 4895

Logo Alignment on Title Page

Hello!

I wrote nice seminar work in LaTeX but I have two problems with a title page and I can’t find solution.

My source for the title page is:

\documentclass[a4paper,11pt]{article}

\usepackage[czech]{babel}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}

\usepackage{graphicx}
\usepackage ...