Ignore:
Timestamp:
06/17/11 13:16:31 (13 years ago)
Author:
revillet
Message:
  • modif python 3 scientific informations in both branches
  • modify commlang in both branches (add text, remove caption, smaller image)
  • modify both makefile to take lang_call.txt in images dir
  • remove lang_call.txt from branches
Location:
trunk/presentation-langages/article
Files:
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/presentation-langages/article/Makefile

    r329 r343  
    7575        cat $< | sed 's/\\documentclass.*/\\documentclass[a4paper]{article}\\usepackage{beamerarticle}\\usepackage[a4paper]{geometry}/' > $@ 
    7676 
    77 lang_call.png: lang_call.txt Makefile 
    78         dot $< -o$@ -Tpng 
    79 #twopi $< -o$@ -Tpng 
     77lang_call.png: ../images/lang_call.txt Makefile 
     78        circo $< -o$@ -Tpng 
     79#       twopi $< -o$@ -Tpng 
     80#       dot $< -o$@ -Tpng 
    8081 
    8182clean: 
  • trunk/presentation-langages/article/commlang.tex

    r329 r343  
    55\frametitle{Appel entre les langages} 
    66\begin{figure}[h!] 
    7 \includegraphics[width=0.8\linewidth]{lang_call} 
    8 \caption{Appel entre les langages} 
     7\includegraphics[width=0.6\linewidth]{lang_call} 
     8%\caption{Appel entre les langages - Tous les langages peuvent appeler le 
    99\end{figure} 
     10\begin{center} Tous les langages peuvent appeler du C ! \end{center} 
    1011 
    1112\end{frame} 
  • trunk/presentation-langages/article/python.tex

    r332 r343  
    2222\end{block} 
    2323\begin{alertblock}{Aspects scientifiques : branche 3.x} 
    24 \begin{itemize} 
    25 \item pas encore de librairie scientifique 
    26 \end{itemize} 
     24Librairies déjà portées pourPython 3.x :\\ 
     25Numpy, Scipy, gpw\\ 
     26Les autres devraient arriver d'ici 2 ans. 
    2727\end{alertblock} 
    2828\end{frame} 
Note: See TracChangeset for help on using the changeset viewer.