tUse tabs for indentation - scibeamer - quickly create scientific presentations using LateX and Beamer
 (HTM) git clone git://src.adamsgaard.dk/scibeamer
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 9e660e53a3b371915c12ac74968d5d1b015d65d5
 (DIR) parent 9c6d1e8a9ef1bfcd4006df60685c1494a20013e1
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Tue, 17 Sep 2019 13:55:55 +0200
       
       Use tabs for indentation
       
       Diffstat:
         M template.tex                        |      44 ++++++++++++++++----------------
       
       1 file changed, 22 insertions(+), 22 deletions(-)
       ---
 (DIR) diff --git a/template.tex b/template.tex
       t@@ -54,7 +54,7 @@
        
        % Optional slide with table of contents
        %\begin{frame}[fragile]
       -    %\tableofcontents
       +        %\tableofcontents
        %\end{frame}
        
        \section{Introduction}
       t@@ -62,27 +62,27 @@
        
        \begin{frame}{Usage}
        
       -    \texttt{scibeamer} is a flexible package containing functions for quickly 
       -    creating high-quality scientific presentations using \emph{beamer}.
       +        \texttt{scibeamer} is a flexible package containing functions for quickly 
       +        creating high-quality scientific presentations using \emph{beamer}.
        
       -    \vspace{1em}
       +        \vspace{1em}
        
       -    The functions in the \texttt{scibeamer} template are useful for including 
       -    images scaled to frame size, optionally with references to image source 
       -    publications.
       +        The functions in the \texttt{scibeamer} template are useful for including 
       +        images scaled to frame size, optionally with references to image source 
       +        publications.
        
        \end{frame}
        
        \begin{frame}{Building presentations}
        
       -    Add images to the \texttt{graphics/} folder and change \texttt{template.tex} 
       -    to include the desired content, either using the functions provided by the 
       -    \texttt{scibeamer} package or standard \emph{beamer} commands.
       +        Add images to the \texttt{graphics/} folder and change \texttt{template.tex} 
       +        to include the desired content, either using the functions provided by the 
       +        \texttt{scibeamer} package or standard \emph{beamer} commands.
        
       -    \vspace{1em}
       +        \vspace{1em}
        
       -    The included \texttt{Makefile} allows quick output PDF generation by typing 
       -    \texttt{make} from the command line.
       +        The included \texttt{Makefile} allows quick output PDF generation by typing 
       +        \texttt{make} from the command line.
        
        \end{frame}
        
       t@@ -90,7 +90,7 @@
        \subsection{Citation commands}
        
        \begin{frame}{\texttt{fcite}}
       -    \lstinline{fcite}: Add a citation to the bottom left of the frame
       +        \lstinline{fcite}: Add a citation to the bottom left of the frame
        
        \end{frame}
        
       t@@ -116,18 +116,18 @@
        
        \section{Conclusions}
        \begin{frame}{Conclusions}
       -    \begin{itemize}
       +        \begin{itemize}
        
       -        \item \texttt{scibeamer} provides macros for quickly creating
       -        image-based slides with references using \LaTeX{}/Beamer\\[1em]
       +                \item \texttt{scibeamer} provides macros for quickly creating
       +                image-based slides with references using \LaTeX{}/Beamer\\[1em]
        
       -        \item Output files can be built as \texttt{pdf}
       -            using the provided \texttt{Makefile}\\[1em]
       +                \item Output files can be built as \texttt{pdf}
       +                        using the provided \texttt{Makefile}\\[1em]
        
       -        \item \texttt{scibeamer} is available at 
       -            \url{https://src.adamsgaard.dk/scibeamer}
       +                \item \texttt{scibeamer} is available at 
       +                        \url{https://src.adamsgaard.dk/scibeamer}
        
       -    \end{itemize}
       +        \end{itemize}
        \end{frame}