Umwandlung in pdf gelingt nicht. Bitte um Hilfe!

Anzeigeprogramme für dvi, ps und pdf wie YAP, Adobe Reader, Ghostview u.a.


Spieler2012
Forum-Newbie
Forum-Newbie
Beiträge: 2
Registriert: Fr 26. Jun 2015, 21:25

Umwandlung in pdf gelingt nicht. Bitte um Hilfe!

Beitrag von Spieler2012 »

In einem Seminar muß ich ein Poster (mit einer Vorlage) erstellen.
Ich arbeite zum ersten Mal mit LaTeX. Das ist mein Dokument, also die Vorlage der Uni:
\documentclass[final]{beamer}
\usepackage{grffile}

\mode<presentation>{\usetheme{Uni}}

\usepackage[ngerman]{babel}
\usepackage{csquotes}

\usefonttheme[onlymath]{serif}

\usepackage{tcolorbox}                                 %
\tcbuselibrary{skins,breakable}    

\usepackage{tikz,pgfplots}

\usepackage[orientation=landscape,size=a0,scale=1.4,debug]{beamerposter}

\usepackage{amsmath,amsthm,amssymb}
\usepackage{mathtools}

\usepackage{ragged2e}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
\title{Title}
\author{Max Mustermann}
\institute{Fakult\"at f\"ur }
\footerleft{Sommersemester 2015}
\footerright{www.uni.de}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newlength{\columnheight}
\setlength{\columnheight}{64cm}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
\begin{frame}
  % draw separation lines
  \begin{tikzpicture}[remember picture, overlay]
    \draw[fill=PAMgrau, draw=PAMgrau] (0.332\paperwidth,-66cm) rectangle +(0.06cm,64.5cm);
    \draw[fill=PAMgrau, draw=PAMgrau] (0.649\paperwidth,-66cm) rectangle +(0.06cm,64.5cm);
  \end{tikzpicture}
  \vskip1.8cm
  \begin{columns}
    % ---------------------------------------------------------%
    % Set up a column 
    \begin{column}{.025\textwidth}
    \end{column}
    \begin{column}{.32\textwidth}
      \begin{beamercolorbox}[center,wd=\textwidth]{postercolumn}
        \begin{minipage}[T]{.92\textwidth}  % tweaks the width, makes a new \textwidth
          \parbox[tt][\columnheight]{\textwidth}{ % must be some better way to set the the height, width and textwidth simultaneously
            % Since all columns are the same length, it is all nice and tidy.  You have to get the height empirically
            % ---------------------------------------------------------%
            % fill each column with content  
            \begin{block}{Block 1}
              Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.
              
              \begin{alertblock}{Example box}
                Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.
              \end{alertblock}
            \end{block}
        }
        \end{minipage}
      \end{beamercolorbox}
%      \lefthalfline
    \end{column}
    % ---------------------------------------------------------%
    % end the column
    %\vrule{}
    % ---------------------------------------------------------%
    % Set up a column 
    \begin{column}{.32\textwidth}
      \begin{beamercolorbox}[center,wd=\textwidth]{postercolumn}
        \begin{minipage}[T]{.92\textwidth}  % tweaks the width, makes a new \textwidth
          \parbox[tt][\columnheight]{\textwidth}{ % must be some better way to set the the height, width and textwidth simultaneously
            % Since all columns are the same length, it is all nice and tidy.  You have to get the height empirically
            % ---------------------------------------------------------%
            % fill each column with content   
            \begin{block}{Block 2}
              Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.
            \end{block}

            \begin{block}{Block 3}
              Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.
            \end{block}
          }
        \end{minipage}
      \end{beamercolorbox}
    \end{column}
    % ---------------------------------------------------------%
    % end the column
    %\vrule{}
    % ---------------------------------------------------------%
    % Set up a column 
    \begin{column}{.32\textwidth}
      \begin{beamercolorbox}[center,wd=\textwidth]{postercolumn}
        \begin{minipage}[T]{.92\textwidth} % tweaks the width, makes a new \textwidth
          \parbox[tt][\columnheight]{\textwidth}{ % must be some better way to set the the height, width and textwidth simultaneously
            % Since all columns are the same length, it is all nice and tidy.  You have to get the height empirically
            % ---------------------------------------------------------%
            % fill each column with content
%            \righthalfline
            \begin{block}{Block 4}
              Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.
            \end{block}

        }
          % ---------------------------------------------------------%
          % end the column
        \end{minipage}
      \end{beamercolorbox}
    \end{column}
    \begin{column}{.015\textwidth}
    \end{column}
    % ---------------------------------------------------------%
    % end the column
  \end{columns}
  \vskip1ex
\end{frame}
\end{document}
Wie kann ich sowas bearbeiten?
Wie kann ich es in ein pdf-Dokument umwandeln?
Habe es bereits mit TeXstudio, TeXworks und Texmaker versucht und bekomme nur Fehlercodes. Texmaker wäre mir am liebsten!!

nixversteh
Forum-Meister
Forum-Meister
Beiträge: 530
Registriert: Di 10. Aug 2010, 09:47
Wohnort: Wrestedt

.....

Beitrag von nixversteh »

Hallo Spieler2012,

dein Code läuft nicht durch, mindestens eine Datei fehlt:
 LaTeX Error: File `beamerthemeUni.sty' not found.
Gruß

Martin
Absence of evidence is not evidence of absence

Spieler2012
Forum-Newbie
Forum-Newbie
Beiträge: 2
Registriert: Fr 26. Jun 2015, 21:25

Beitrag von Spieler2012 »

Hallo!

Das ist mein Problem...
Wo finde ich diese Datei?
Gruß

Benutzeravatar
Johannes_B
Moderator
Moderator
Beiträge: 5079
Registriert: Do 1. Nov 2012, 14:55
Kontaktdaten:

Beitrag von Johannes_B »

Ich vermutedie gehört zur Vorlage eurer Uni. Wer hat dir obigen Code gegeben, der hat bestimmt auch diese Datei.
TeXwelt - Fragen und Antworten Schaut vorbei und stellt Fragen.
LaTeX-Vorlagen?

Der Weg zum Ziel: Ruhe bewahren und durchatmen, Beiträge und unterstützende Links aufmerksam lesen, Lösungsansätze verstehen und ggf. nachfragen.

Besserwisser

Beitrag von Besserwisser »

Der theme-Name Uni (aus dem sich auch der Name der Datei ergibt bzw. umgekehrt) ist übrigens eine sehr dämliche Idee. Wenn jede Uni das so macht, haben wir tausende gleiche benannte Dateien. Sinnvoll wäre, einen eindeutigen Namen zu verwenden, indem man beispielsweise den Namen der Uni verwendet.

Das ist so ähnlich wie mit mycounter, myclass, mypackage …

Antworten