Umwandlung in pdf gelingt nicht. Bitte um Hilfe!

Antwort erstellen


Diese Frage dient dazu, das automatisierte Versenden von Formularen durch Spam-Bots zu verhindern.
Smilies
:D :) :( :o :shock: :? 8) :lol: :-x :P :oops: :cry: :evil: :twisted: :roll: :wink: :!: :?: :idea: :arrow: :| :mrgreen:

BBCode ist eingeschaltet
[img] ist eingeschaltet
[flash] ist ausgeschaltet
[url] ist eingeschaltet
Smilies sind eingeschaltet

Die letzten Beiträge des Themas

Ich habe die Datenschutzerklärung gelesen und bin damit einverstanden.

   

Wenn du eine Datei oder mehrere Dateien anhängen möchtest, gib die Details unten ein.

Ansicht erweitern Die letzten Beiträge des Themas: Umwandlung in pdf gelingt nicht. Bitte um Hilfe!

von Besserwisser » Sa 27. Jun 2015, 19:37

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 …

von Johannes_B » Sa 27. Jun 2015, 18:43

Ich vermutedie gehört zur Vorlage eurer Uni. Wer hat dir obigen Code gegeben, der hat bestimmt auch diese Datei.

von Spieler2012 » Sa 27. Jun 2015, 18:34

Hallo!

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

.....

von nixversteh » Fr 26. Jun 2015, 23:31

Hallo Spieler2012,

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

Martin

Umwandlung in pdf gelingt nicht. Bitte um Hilfe!

von Spieler2012 » Fr 26. Jun 2015, 21:36

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!!

Nach oben