Search found 16 matches

by dagna
Mon Apr 11, 2011 11:42 pm
Forum: Document Classes
Topic: beamer - Two Logos in Presentation
Replies: 1
Views: 4421

beamer - Two Logos in Presentation

Here is my problem:
http://groups.google.com/group/latexusersgroup/browse_thread/thread/1f202abfab088186?pli=1

On the basis that I wrote it:

\newcommand {\logosecond} {\includegraphics[height=45pt]{obrazy/logo_IIE}}
\let \oldmacro \frametitle
\renewcommand{\frametitle}[1]{\oldmacro{#1} \hfill ...
by dagna
Tue Apr 05, 2011 3:55 pm
Forum: Document Classes
Topic: beamer - Two Logos in Presentation
Replies: 1
Views: 4421

beamer - Two Logos in Presentation

My professor require that the presentation on each slide were two logos in the header (the university and the institute). Therefore, I need to insert a second logo in the upper right corner. Presentation is scheduled to look like this ...
by dagna
Sun Feb 06, 2011 10:27 pm
Forum: Document Classes
Topic: Modifying left Border of whole Frames
Replies: 0
Views: 1753

Modifying left Border of whole Frames

Hi,

I'm using the "PaloAlto" theme. I need to change size left border width with table of contents, author etc.

When I used command to alter the width of the sidebar.
\setbeamersize{sidebar width left=1.4cm}
But a rectangle located above this sidebar (where is located also logo) appears.

How ...
by dagna
Thu Nov 11, 2010 12:56 am
Forum: General
Topic: [beamer] newcommand/newenvironment for frame with verbatim
Replies: 0
Views: 2271

[beamer] newcommand/newenvironment for frame with verbatim

Hi!

It's my example frame definition for Yacas algebra function:


\begin{frame}[fragile]
\transboxout
\frametitle{Permutations}
\begin{columns}
\column{.475\textwidth}
\begin{block}{Description}
All permutations of list
\end{block}
\begin{block}{Calling}
\texttt{Permutations(list)}
\end ...
by dagna
Wed May 26, 2010 11:53 pm
Forum: Page Layout
Topic: Problem with exact table placement
Replies: 4
Views: 16968

Problem with exact table placement



2) Use the H modifier from the float package:

\documentclass{article}
\usepackage{float}

\begin{document}

text text text text

\begin{table}[H]
\centering
\begin{tabular}{cc}\hline
column1 & column2 \\\hline
\end{tabular}
\caption{a non-floating table}
\label{tab:test1}
\end{table ...
by dagna
Wed May 26, 2010 10:57 pm
Forum: Page Layout
Topic: Problem with exact table placement
Replies: 4
Views: 16968

Problem with exact table placement

Hi!

In one chapter i have some tables. It looks like:


text1 blablqvlavlavlablablablabla

[table1]

text2 blablqvlavlavlablablablabla

[table2]

text3 blablqvlavlavlablablablabla


I need to have tables exactly in plase, where I put them. I tried to use /table[h], but not works. Is any method to ...
by dagna
Sun Apr 18, 2010 6:28 pm
Forum: Graphics, Figures & Tables
Topic: Problem with frame in table
Replies: 2
Views: 1763

Problem with frame in table

The second line of your table needs one more column.
\textbf{Nazwa} & \textbf{Symbol} & \textbf{Nazwa} & \textbf{Symbol} & \\ \hline

For improvement of legibility it is recommendable to omit vertical lines in tables.


Best regards
Thorsten

Thank you a lot for help!

Best regards,
Dagna
by dagna
Sun Apr 18, 2010 5:08 pm
Forum: Graphics, Figures & Tables
Topic: Problem with frame in table
Replies: 2
Views: 1763

Problem with frame in table

Hi!

I have got table:


\begin{table}
\begin{center}
{\footnotesize
\begin{tabular}{|c|c|c|c|c|} \hline
\multicolumn{2}{|c|}{\textbf{\textsc{SI}}} & \multicolumn{2}{c|}{\textbf{\textsc{IEC}}} & \multicolumn{1}{c|}{\multirow{2}{*}{Value}} \\ \cline{1-4}
\textbf{Nazwa} & \textbf{Symbol ...
by dagna
Sat Mar 27, 2010 12:14 am
Forum: Document Classes
Topic: [Beamer] Promoter's surname on titlepage
Replies: 2
Views: 3905

Re: [Beamer] Promoter's surname on titlepage

Thanks a lot for help :)
by dagna
Fri Mar 26, 2010 11:32 pm
Forum: Document Classes
Topic: [Beamer] Promoter's surname on titlepage
Replies: 2
Views: 3905

[Beamer] Promoter's surname on titlepage

Hi!

I'm preparing presentation on defend my thesis. I have problem with title page. I have got:
* \title{my thesis title}
* \author{my name and surname}
* \institute{my university}
* \date{the day when I will defend my thesis}

But I have one problem. I need insert the my promoter's surname, for ...