Author: tziade
Date: Sun Mar  5 23:43:00 2006
New Revision: 2535

Modified:
   cookbook/trunk/macros.tex
Log:
specifying latin9 encoding

Modified: cookbook/trunk/macros.tex
==============================================================================
--- cookbook/trunk/macros.tex   (original)
+++ cookbook/trunk/macros.tex   Sun Mar  5 23:43:00 2006
@@ -8,39 +8,20 @@
 \usepackage{nameref}
 \usepackage[usenames]{color}
 \usepackage{listings}
+\usepackage[latin9]{inputenc}
 
-% Setup up listings.
-\newenvironment{python}
-{
-}
-{}
-
-\newenvironment{code}
-{
-}
-{}
-
-
-% Problem/Task
 \newenvironment{problem}
 {
-% todo: see later
 }
 {}
 
-% Solution
 \newenvironment{solution}
 {
-% todo: see later
 }
 {}
 
 \newcommand{\status}[1]{
 }
 
-\newcommand{\author}[1]{
-}
-
-
 \newcommand{\translator}[1]{
 }
-- 
http://lists.nuxeo.com/mailman/listinfo/z3lab-checkins

Reply via email to