getting_started_with_sage_notebook/slides.org
changeset 522 d33698326409
equal deleted inserted replaced
521:88a01948450d 522:d33698326409
       
     1 #+LaTeX_CLASS: beamer
       
     2 #+LaTeX_CLASS_OPTIONS: [presentation]
       
     3 #+BEAMER_FRAME_LEVEL: 1
       
     4 
       
     5 #+BEAMER_HEADER_EXTRA: \usetheme{Warsaw}\usecolortheme{default}\useoutertheme{infolines}\setbeamercovered{transparent}
       
     6 #+COLUMNS: %45ITEM %10BEAMER_env(Env) %10BEAMER_envargs(Env Args) %4BEAMER_col(Col) %8BEAMER_extra(Extra)
       
     7 #+PROPERTY: BEAMER_col_ALL 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1.0 :ETC
       
     8 
       
     9 #+LaTeX_CLASS: beamer
       
    10 #+LaTeX_CLASS_OPTIONS: [presentation]
       
    11 
       
    12 #+LaTeX_HEADER: \usepackage[english]{babel} \usepackage{ae,aecompl}
       
    13 #+LaTeX_HEADER: \usepackage{mathpazo,courier,euler} \usepackage[scaled=.95]{helvet}
       
    14 
       
    15 #+LaTeX_HEADER: \usepackage{listings}
       
    16 
       
    17 #+LaTeX_HEADER:\lstset{language=Python, basicstyle=\ttfamily\bfseries,
       
    18 #+LaTeX_HEADER:  commentstyle=\color{red}\itshape, stringstyle=\color{darkgreen},
       
    19 #+LaTeX_HEADER:  showstringspaces=false, keywordstyle=\color{blue}\bfseries}
       
    20 
       
    21 #+TITLE:    Getting started -- Sage
       
    22 #+AUTHOR:    FOSSEE
       
    23 #+EMAIL:     
       
    24 #+DATE:    
       
    25 
       
    26 #+DESCRIPTION: 
       
    27 #+KEYWORDS: 
       
    28 #+LANGUAGE:  en
       
    29 #+OPTIONS:   H:3 num:nil toc:nil \n:nil @:t ::t |:t ^:t -:t f:t *:t <:t
       
    30 #+OPTIONS:   TeX:t LaTeX:nil skip:nil d:nil todo:nil pri:nil tags:not-in-toc
       
    31 
       
    32 * Outline
       
    33   - Know what Sage and Sage notebook are.                             
       
    34   - Be able to start a Sage shell or notebook                         
       
    35   - Be able to start using the notebook                               
       
    36   - Be able to create new worksheets                                  
       
    37   - Know about the menu options available                             
       
    38   - Know about the cells in the worksheet                             
       
    39   - Be able to evaluate cells, create and delete cells, navigate them.
       
    40   - Be able to make annotations in the worksheet                      
       
    41   - Be able to use tab completion.                                    
       
    42   - Be able to use code from other languages in the cells.
       
    43 * What is Sage?
       
    44   - free, open-source mathematical software.
       
    45   - can do a lot of math for you, including, but not limited to 
       
    46     + algebra
       
    47     + geometry
       
    48     + cryptography
       
    49     + graph theory
       
    50   - can be used as aid in teaching and research
       
    51 * Summary
       
    52   + What is Sage
       
    53   + How to start Sage shell
       
    54   + What is Sage notebook
       
    55   + How to start the Sage notebook
       
    56   + How to create accounts and start using the notebook
       
    57   + How to create new worksheets
       
    58   + The menus available on the notebook
       
    59   + About cells in the worksheet
       
    60   + Methods to evaluate the cell, create new cells, delete the cells
       
    61     and navigate around the cells
       
    62   + To make annotations in the worksheet
       
    63   + Tab completions
       
    64   + And embedding code of other scripting languages in the cells
       
    65 * Thank you!
       
    66 #+begin_latex
       
    67   \begin{block}{}
       
    68   \begin{center}
       
    69   This spoken tutorial has been produced by the
       
    70   \textcolor{blue}{FOSSEE} team, which is funded by the 
       
    71   \end{center}
       
    72   \begin{center}
       
    73     \textcolor{blue}{National Mission on Education through \\
       
    74       Information \& Communication Technology \\ 
       
    75       MHRD, Govt. of India}.
       
    76   \end{center}  
       
    77   \end{block}
       
    78 #+end_latex
       
    79 
       
    80