zio_pecos” post=65816salve a tutti
sto cercando di costruire un template per presentazioni.
Il riferimento che ho è un template scritto per Power Point (in allegato a questo post)Il punto è questo, io ho tentato di riprodurlo con il codice che trovate in basso, con scarsi risultati. Ovviamente nel mio laboratorio sono l’unico che usa LaTex, ecco perchè mi rivolgo al forum.
L’header che vorrei apparisse a partire dalla seconda slide, si sovrappone al logo sulla prima. Inoltre non capisco come scrivere il titolo di ogni slide in un box sovrapposto all’header.
Mi aiutereste per favore?`
\documentclass[9pt]{beamer}
\usepackage{amsmath,amssymb}
\usepackage[english]{babel}
\usepackage[latin1]{inputenc}
\usepackage{times}
\usepackage[T1]{fontenc}
\usepackage{hyperref}%collegamenti
\hypersetup{
bookmarks=false, % show bookmarks bar?
unicode=false, % non-Latin characters in Acrobat?s bookmarks
pdftoolbar=true, % show Acrobats toolbar?
pdfmenubar=true, % show Acrobats menu?
pdffitwindow=false, % window fit to page when opened
pdfstartview={Fit}, % fits the width of the page to the window
pdftitle={title}, % title
pdfauthor={me}, % author
pdfsubject={subject}, % subject of the document
pdfcreator={WinEdt/MikTeX}, % creator of the document
pdfproducer={Producer}, % producer of the document
pdfkeywords={keywords}, % list of keywords
pdfnewwindow=true, % links in new window
colorlinks=true, % false: boxed links; true: colored links
linkcolor=red, % color of internal links
citecolor=green, % color of links to bibliography
filecolor=magenta, % color of file links
urlcolor=cyan % color of external links
}
\usepackage{multimedia}
\usepackage{textcomp}
\usepackage{microtype}
\usepackage{cases}% per le equazioni raggruppate con la parentesi graffa
\usepackage{steinmetz}
\usepackage{multirow}%\usepackage[draft]{graphicx}
\usepackage{pst-circ}
\usepackage{tikz}
\usepackage{pict2e}
%\usepackage[siunitx]{circuitikz}
%\usepackage[varg]{txfonts}
\usepackage{pgf,pgfarrows,pgfnodes,pgfautomata,pgfheaps,pgfshade}
\usepackage{bpchem}
\usepackage{enumerate}
%\usepackage{array,booktabs}% Setup appearance:
\usetheme{Antibes}
%\usetheme{Berkeley}
%\usetheme{Copenhagen}
%\usetheme{Darmstadt}
\usefonttheme[onlysmall]{structurebold}
\useoutertheme{infolines}
\setbeamerfont*{frametitle}{size=\normalsize,series=\bfseries}
\setbeamertemplate{navigation symbols}{}
%\usecolortheme[rgb={0.5,0,0.5}]{structure}
% \logo{\includegraphics[height=1.1cm,keepaspectratio]{/media/Storage/Plasmi/LaTeX/Presentazioni/JET/EFDAJETnew.eps}}
%
\pgfdeclareimage[height=1.1cm]{logo}{/media/Storage/Plasmi/LaTeX/Presentazioni/JET/EFDAJETnew.eps}
\logo{\pgfuseimage{logo}}\setbeamertemplate{headline} {
\leavevmode%
\hbox to5cm{\insertlogo}
}\setbeamertemplate{sidebar right}{
\vfill
\llap{\usebeamertemplate***{navigation symbols}\hskip0.2cm}%
\vskip2pt%
}%\definecolor{mypurple}{rgb}{0.5, 0.0, 0.50}
% Author, Title, etc.
\title[PSI 2012 proposal]
{%
\textcolor{yellow}{Edge Modelling of Jet High Triangularity Plasma}%
}\author[me]
{
%\hspace{0.2cm}\psframebox[fillstyle=solid,fillcolor=red]{\textcolor{white}{me}}
myself
}\institute[myinstitute] {myinstitute}
\date[today]
{today}\newcommand{\nablaa}{\pmb{\nabla}}
%
\begin{document}
%———– titlepage ———————————————-%
%\begin{frame}
%\titlepage
%\end{frame}
{ % brace to limit the scope of \setbeamertemplate
\setbeamertemplate{navigation symbols}{} % optionally hide naviation buttons
\setbeamertemplate{background canvas}{\includegraphics
[width=1.0\paperwidth,height=1.0\paperheight]{/media/Storage/Plasmi/LaTeX/Presentazioni/JET/main_logo.eps}}
\begin{frame}
\end{frame}
}\section{Outline}
\begin{frame}{Outline}
\begin{Large}
\begin{itemize}
\item[>] Brief introduction
\begin{itemize}
%\renewcommand{\labelitemi}{$\star$}
\item[$\star$] aaaaaaaaa
\item[$\star$] bbbbbb
\end{itemize}
\item[>] c
\item[>] d
\item[>] e
\item[>] f
\end{itemize}
\end{Large}\end{frame}
% { % brace to limit the scope of \setbeamertemplate
% \setbeamertemplate{navigation symbols}{} % optionally hide navigation buttons
% \setbeamertemplate{background canvas}{\includegraphics
% [width=1.0\paperwidth,height=1.0\paperheight]{/media/Storage/Plasmi/LaTeX/Presentazioni/JET/main_logo.eps}}
% \begin{frame} \end{frame} }\end{document}
`
Ciao,
io in realtà non ho trovato l’allegato 😕 Per personalizzare il template ti consiglio come riferimento principale la beameruserguide (texdoc beamer) e una piccola guida che tratta appunto la personalizzazione (la trovi nella sezione documentazione in alto fra le guide tematiche).
Direi che comunque vedendo l’allegato ti saprei dire qualcosa in più..
Ciao
Claudio