Search found 15 matches

by Athene_47
Mon Oct 08, 2018 9:50 am
Forum: Graphics, Figures & Tables
Topic: Problem with table
Replies: 2
Views: 2397

Problem with table

It works !!

Thanks Stefan :)
by Athene_47
Sun Oct 07, 2018 5:33 pm
Forum: Graphics, Figures & Tables
Topic: Problem with table
Replies: 2
Views: 2397

Problem with table

Hi guys !! I have a problem with this table. As you can see from the image below I can't close the right - margin of the table

Help me !!

Here the code

\usepackage{setspace}
\usepackage{multirow}
\usepackage{diagbox}
\usepackage{slashbox}
\usepackage[round-mode=places, round-integer-to-decimal ...
by Athene_47
Wed Jun 13, 2018 1:28 pm
Forum: Presentations and Posters
Topic: Table with beamer
Replies: 4
Views: 76758

Table with beamer

Perhaps the error message you see is misleading. When I compile it, I see:

! Undefined control sequence.
<recently read> \multirow

l.42 \end{frame}

This means, \multirow is unknown. You can fix it by adding to your preamble:

\usepackage{multirow}

Stefan

Thanks Stefan !! :)
by Athene_47
Wed Jun 13, 2018 10:39 am
Forum: Presentations and Posters
Topic: Table with beamer
Replies: 4
Views: 76758

Table with beamer

\begin{frame}[noframenumbering, plain]{Selection and creation of the database}

\begin{table}[ht]
\centering
%\subfloat[Decay Channels]{
%\rule{4cm}{3cm}
%\newcommand{\minitab}[2][l]{\begin{tabular}{#1}#2\end{tabular}}
%\renewcommand{\multirowsetup}{\centering}
\begin{tabular}{|c|c|} \hline ...
by Athene_47
Tue Jun 12, 2018 6:02 pm
Forum: Presentations and Posters
Topic: Table with beamer
Replies: 4
Views: 76758

Table with beamer

Hi guys !

I have problem with the creation of the table. Could you help me ?

\documentclass[10pt]{beamer}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage[english]{babel}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{graphicx ...
by Athene_47
Wed May 30, 2018 7:31 pm
Forum: Presentations and Posters
Topic: Removing sidebar from a ingle frame
Replies: 4
Views: 68000

Removing sidebar from a ingle frame

Thanks Stefan !! :)
by Athene_47
Wed May 30, 2018 7:00 pm
Forum: Presentations and Posters
Topic: Removing sidebar from a ingle frame
Replies: 4
Views: 68000

Removing sidebar from a ingle frame

here the full code :)

\documentclass[10pt]{beamer}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage[english]{babel}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{graphicx}
\usetheme{metropolis}
\useoutertheme[left]{sidebar ...
by Athene_47
Wed May 30, 2018 5:44 pm
Forum: Presentations and Posters
Topic: Removing sidebar from a ingle frame
Replies: 4
Views: 68000

Removing sidebar from a ingle frame

Hi guys !
I am using metroplis theme for my presentation and I have set sections and sidebar.
How can I remove the sidebar in the index frame ?

Thanks :)

\section {Literature review}
\begin{frame}
\end{frame]

\section{Empirical Evidence}
\begin{frame}
\end{frame]

\section{Future research ...
by Athene_47
Mon Apr 23, 2018 10:01 am
Forum: Presentations and Posters
Topic: Metropolis theme
Replies: 1
Views: 21293

Metropolis theme

Hi guys :)
I am using for a conference presentation metropolis theme. I need to insert the name of the two authors with the institute references like in the image below. How can I do ?

Thanks guys


\documentclass[10pt]{beamer}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage ...
by Athene_47
Mon Apr 09, 2018 2:16 pm
Forum: Presentations and Posters
Topic: Berkeley theme
Replies: 6
Views: 29023

Berkeley theme

Try it with Berlin. The sidebar is shown:

\documentclass{beamer}
\usetheme{Berlin}
\useoutertheme[right]{sidebar}
\begin{document}
\frame{test}
\end{document}

But first really think about if you need foot lines, header, sidebar at all. They take space, they show redundant information, I doubt ...