GeneralSAS Output through verbatim in beamer

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
MYaseen208
Posts: 3
Joined: Mon Apr 04, 2011 3:22 am

SAS Output through verbatim in beamer

Post by MYaseen208 »

I've tough time to manage SAS output through verbatim in beamer. Could someone help in this regard. Thanks in advance.
I'm using this LaTeX code

Code: Select all

\begin{frame}[fragile] 
\frametitle{Multiple Mean Comparisons}
\begin{verbatim}                      
                                                 Sum of          Source                      DF         Squares     Mean Square    F Value    Pr > F
         Model                        3     1080.000000      360.000000       3.56    0.0382
         Error                       16     1620.000000      101.250000
         Corrected Total             19     2700.000000
\end{verbatim}
\end{frame}

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

SAS Output through verbatim in beamer

Post by localghost »

What is the intended result? Can you give a visual example? I'd suggest to use a tabular environment.


Best regards and welcome to the board
Thorsten
Post Reply