getting_started_with_sage_notebook/slides.tex
changeset 522 d33698326409
equal deleted inserted replaced
521:88a01948450d 522:d33698326409
       
     1 % Created 2010-11-11 Thu 02:40
       
     2 \documentclass[presentation]{beamer}
       
     3 \usepackage[latin1]{inputenc}
       
     4 \usepackage[T1]{fontenc}
       
     5 \usepackage{fixltx2e}
       
     6 \usepackage{graphicx}
       
     7 \usepackage{longtable}
       
     8 \usepackage{float}
       
     9 \usepackage{wrapfig}
       
    10 \usepackage{soul}
       
    11 \usepackage{textcomp}
       
    12 \usepackage{marvosym}
       
    13 \usepackage{wasysym}
       
    14 \usepackage{latexsym}
       
    15 \usepackage{amssymb}
       
    16 \usepackage{hyperref}
       
    17 \tolerance=1000
       
    18 \usepackage[english]{babel} \usepackage{ae,aecompl}
       
    19 \usepackage{mathpazo,courier,euler} \usepackage[scaled=.95]{helvet}
       
    20 \usepackage{listings}
       
    21 \lstset{language=Python, basicstyle=\ttfamily\bfseries,
       
    22 commentstyle=\color{red}\itshape, stringstyle=\color{darkgreen},
       
    23 showstringspaces=false, keywordstyle=\color{blue}\bfseries}
       
    24 \providecommand{\alert}[1]{\textbf{#1}}
       
    25 
       
    26 \title{Getting started -- Sage}
       
    27 \author{FOSSEE}
       
    28 \date{}
       
    29 
       
    30 \usetheme{Warsaw}\usecolortheme{default}\useoutertheme{infolines}\setbeamercovered{transparent}
       
    31 \begin{document}
       
    32 
       
    33 \maketitle
       
    34 
       
    35 
       
    36 
       
    37 
       
    38 
       
    39 
       
    40 
       
    41 
       
    42 
       
    43 \begin{frame}
       
    44 \frametitle{Outline}
       
    45 \label{sec-1}
       
    46 
       
    47 \begin{itemize}
       
    48 \item Know what Sage and Sage notebook are.
       
    49 \item Be able to start a Sage shell or notebook
       
    50 \item Be able to start using the notebook
       
    51 \item Be able to create new worksheets
       
    52 \item Know about the menu options available
       
    53 \item Know about the cells in the worksheet
       
    54 \item Be able to evaluate cells, create and delete cells, navigate them.
       
    55 \item Be able to make annotations in the worksheet
       
    56 \item Be able to use tab completion.
       
    57 \item Be able to use code from other languages in the cells.
       
    58 \end{itemize}
       
    59 \end{frame}
       
    60 \begin{frame}
       
    61 \frametitle{What is Sage?}
       
    62 \label{sec-2}
       
    63 
       
    64 \begin{itemize}
       
    65 \item free, open-source mathematical software.
       
    66 \item can do a lot of math for you, including, but not limited to
       
    67 
       
    68 \begin{itemize}
       
    69 \item algebra
       
    70 \item geometry
       
    71 \item cryptography
       
    72 \item graph theory
       
    73 \end{itemize}
       
    74 
       
    75 \item can be used as aid in teaching and research
       
    76 \end{itemize}
       
    77 \end{frame}
       
    78 \begin{frame}
       
    79 \frametitle{Summary}
       
    80 \label{sec-3}
       
    81 
       
    82 \begin{itemize}
       
    83 \item What is Sage
       
    84 \item How to start Sage shell
       
    85 \item What is Sage notebook
       
    86 \item How to start the Sage notebook
       
    87 \item How to create accounts and start using the notebook
       
    88 \item How to create new worksheets
       
    89 \item The menus available on the notebook
       
    90 \item About cells in the worksheet
       
    91 \item Methods to evaluate the cell, create new cells, delete the cells
       
    92     and navigate around the cells
       
    93 \item To make annotations in the worksheet
       
    94 \item Tab completions
       
    95 \item And embedding code of other scripting languages in the cells
       
    96 \end{itemize}
       
    97 \end{frame}
       
    98 \begin{frame}
       
    99 \frametitle{Thank you!}
       
   100 \label{sec-4}
       
   101 
       
   102   \begin{block}{}
       
   103   \begin{center}
       
   104   This spoken tutorial has been produced by the
       
   105   \textcolor{blue}{FOSSEE} team, which is funded by the 
       
   106   \end{center}
       
   107   \begin{center}
       
   108     \textcolor{blue}{National Mission on Education through \\
       
   109       Information \& Communication Technology \\ 
       
   110       MHRD, Govt. of India}.
       
   111   \end{center}  
       
   112   \end{block}
       
   113 \end{frame}
       
   114 
       
   115 \end{document}