catchfiles, beamer, comment

"Uwe Brauer" (via tex-d-l Mailing List) <[email protected]>
Newsgroups gmane.comp.tex.german
Message-ID <[email protected]>
Hallo

Ich habe ein Problem beamer catchfiles und comment gemeinsam zu
benutzen. 

Hier ist die Hauptdatei:
dies funktioniert.
    1. Einfacher Text eines externen Dokuments in einem frame

    2. Ein frame mit tabelle und comments

Was nicht funktioniert.

    1. Die Tabelle  mit comment in ein frame von einem externen document einsetzen.

    2. Das frame mit Tabelle und comment von einem externen document
       einsetzen.

Weiß jemand Rat?

Hier ist 

 main.tex
---------------------

\documentclass{beamer}
\usepackage{comment}
\usepackage{catchfilebetweentags}
\begin{document}
%% Einfacher text
\begin{frame}
\ExecuteMetaData[external-catches.tex]{external-catches:1}
\end{frame}

\begin{frame}[fragile]
\begin{center}

    % BEGIN RECEIVE ORGTBL matlab-examen
\begin{tabular}{|l|r|r|}
\hline
Estadística & 2021 & 2022\\ \hline
Media & 4.3 & 4.41\\ \hline
Desviación & 3.1 & 2.66\\ \hline
Median & 3.7 & 4.50\\ \hline
\end{tabular}
    % END RECEIVE ORGTBL matlab-examen
\begin{comment}
#+ORGTBL: SEND matlab-examen orgtbl-to-latex  :lend "\\\\ \\hline" :environment tabular
| / | <>          |   <> |   <> |
|---+-------------+------+------|
|   | Estadística | 2021 | 2022 |
|   | Media       |  4.3 | 4.41 |
|   | Desviación  |  3.1 | 2.66 |
|   | Median      |  3.7 | 4.50 |
\end{comment}

\end{center}
\end{frame}

%% kompletes frame
\ExecuteMetaData[external-catches.tex]{external-catches:2}


\begin{frame}[fragile]
% Frame inhalt
\ExecuteMetaData[external-catches.tex]{external-catches:3}
\end{frame}

\end{document}

-----------

 External-catches.tex


--------------
\documentclass{beamer}
\usepackage{comment}
\usepackage{catchfilebetweentags}
\begin{document}
%% Einfacher text
\begin{frame}
\ExecuteMetaData[external-catches.tex]{external-catches:1}
\end{frame}

\begin{frame}[fragile]
\begin{center}

    % BEGIN RECEIVE ORGTBL matlab-examen
\begin{tabular}{|l|r|r|}
\hline
Estadística & 2021 & 2022\\ \hline
Media & 4.3 & 4.41\\ \hline
Desviación & 3.1 & 2.66\\ \hline
Median & 3.7 & 4.50\\ \hline
\end{tabular}
    % END RECEIVE ORGTBL matlab-examen
\begin{comment}
#+ORGTBL: SEND matlab-examen orgtbl-to-latex  :lend "\\\\ \\hline" :environment tabular
| / | <>          |   <> |   <> |
|---+-------------+------+------|
|   | Estadística | 2021 | 2022 |
|   | Media       |  4.3 | 4.41 |
|   | Desviación  |  3.1 | 2.66 |
|   | Median      |  3.7 | 4.50 |
\end{comment}

\end{center}
\end{frame}

%% kompletes frame
\ExecuteMetaData[external-catches.tex]{external-catches:2}


\begin{frame}[fragile]
% Frame inhalt
\ExecuteMetaData[external-catches.tex]{external-catches:3}
\end{frame}

\end{document}
smime.p7s (application/pkcs7-signature, 5.5 KB) - not displayed
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.