Premier versement : mise en place A3 scrbook.
This commit is contained in:
parent
deb612db3c
commit
42c27dcb34
|
@ -0,0 +1,366 @@
|
|||
%-------------------------------------------------------------------------------
|
||||
% Module créé par Vincent Guyot pour définir un modèle de travail de maturité
|
||||
% Mis à jour le 2 février 2012
|
||||
|
||||
% Ce fichier est soumis à la licence libre GFDL dont on peut trouver
|
||||
% les conditions sur le net.
|
||||
%--------------------------------------------------------------------------------
|
||||
|
||||
\ProvidesPackage{OCI}
|
||||
|
||||
\usepackage[utf8]{inputenc}
|
||||
\usepackage[french]{babel}
|
||||
\usepackage[T1]{fontenc}
|
||||
\usepackage{hyperref}
|
||||
\usepackage{amsmath}
|
||||
\usepackage{amsfonts}
|
||||
\usepackage{amssymb}
|
||||
\usepackage{graphicx}
|
||||
\usepackage{caption}
|
||||
\usepackage{lmodern}
|
||||
\usepackage{subcaption} % pour les subfigures et les subtables
|
||||
\usepackage{float} % pour placer exactement les figure (utilisation de H)
|
||||
%\usepackage[hyphens]{url}
|
||||
\usepackage{breakurl}
|
||||
%\usepackage{natbib}
|
||||
\usepackage{comment}
|
||||
\usepackage{lipsum}%% lorem ipsum (exemple)
|
||||
|
||||
\usepackage{xcolor}
|
||||
\definecolor{editorGray}{rgb}{0.95, 0.95, 0.95}
|
||||
\definecolor{editorOcher}{rgb}{1, 0.5, 0} % #FF7F00 -> rgb(239, 169, 0)
|
||||
\definecolor{editorGreen}{rgb}{0, 0.5, 0} % #007C00 -> rgb(0, 124, 0)
|
||||
|
||||
\usepackage{upquote}
|
||||
|
||||
% Listings
|
||||
\usepackage{listings} % Listings et sa configuration
|
||||
\lstdefinelanguage{JavaScript}{
|
||||
morekeywords={break, case, catch, continue, debugger, default, delete, do, else, false, finally, for, function, if, in, instanceof, new, null, return, switch, this, throw, true, try, typeof, var, void, while, with},
|
||||
morecomment=[s]{/*}{*/},
|
||||
morecomment=[l]//,
|
||||
morestring=[b]",
|
||||
morestring=[b]'
|
||||
}
|
||||
\lstdefinelanguage{CSS}{
|
||||
keywords={accelerator,azimuth,background,background-attachment,
|
||||
background-color,background-image,background-position,
|
||||
background-position-x,background-position-y,background-repeat,
|
||||
behavior,border,border-bottom,border-bottom-color,
|
||||
border-bottom-style,border-bottom-width,border-collapse,
|
||||
border-color,border-left,border-left-color,border-left-style,
|
||||
border-left-width,border-right,border-right-color,
|
||||
border-right-style,border-right-width,border-spacing,
|
||||
border-style,border-top,border-top-color,border-top-style,
|
||||
border-top-width,border-width,bottom,caption-side,clear,
|
||||
clip,color,content,counter-increment,counter-reset,cue,
|
||||
cue-after,cue-before,cursor,direction,display,elevation,
|
||||
empty-cells,filter,float,font,font-family,font-size,
|
||||
font-size-adjust,font-stretch,font-style,font-variant,
|
||||
font-weight,height,ime-mode,include-source,
|
||||
layer-background-color,layer-background-image,layout-flow,
|
||||
layout-grid,layout-grid-char,layout-grid-char-spacing,
|
||||
layout-grid-line,layout-grid-mode,layout-grid-type,left,
|
||||
letter-spacing,line-break,line-height,list-style,
|
||||
list-style-image,list-style-position,list-style-type,margin,
|
||||
margin-bottom,margin-left,margin-right,margin-top,
|
||||
marker-offset,marks,max-height,max-width,min-height,
|
||||
min-width,-moz-binding,-moz-border-radius,
|
||||
-moz-border-radius-topleft,-moz-border-radius-topright,
|
||||
-moz-border-radius-bottomright,-moz-border-radius-bottomleft,
|
||||
-moz-border-top-colors,-moz-border-right-colors,
|
||||
-moz-border-bottom-colors,-moz-border-left-colors,-moz-opacity,
|
||||
-moz-outline,-moz-outline-color,-moz-outline-style,
|
||||
-moz-outline-width,-moz-user-focus,-moz-user-input,
|
||||
-moz-user-modify,-moz-user-select,orphans,outline,
|
||||
outline-color,outline-style,outline-width,overflow,
|
||||
overflow-X,overflow-Y,padding,padding-bottom,padding-left,
|
||||
padding-right,padding-top,page,page-break-after,
|
||||
page-break-before,page-break-inside,pause,pause-after,
|
||||
pause-before,pitch,pitch-range,play-during,position,quotes,
|
||||
-replace,richness,right,ruby-align,ruby-overhang,
|
||||
ruby-position,-set-link-source,size,speak,speak-header,
|
||||
speak-numeral,speak-punctuation,speech-rate,stress,
|
||||
scrollbar-arrow-color,scrollbar-base-color,
|
||||
scrollbar-dark-shadow-color,scrollbar-face-color,
|
||||
scrollbar-highlight-color,scrollbar-shadow-color,
|
||||
scrollbar-3d-light-color,scrollbar-track-color,table-layout,
|
||||
text-align,text-align-last,text-decoration,text-indent,
|
||||
text-justify,text-overflow,text-shadow,text-transform,
|
||||
text-autospace,text-kashida-space,text-underline-position,top,
|
||||
unicode-bidi,-use-link-source,vertical-align,visibility,
|
||||
voice-family,volume,white-space,widows,width,word-break,
|
||||
word-spacing,word-wrap,writing-mode,z-index,zoom},
|
||||
sensitive=true,
|
||||
morecomment=[l]{//},
|
||||
morecomment=[s]{/*}{*/},
|
||||
morestring=[b]',
|
||||
morestring=[b]",
|
||||
alsoletter={:},
|
||||
alsodigit={-}
|
||||
}
|
||||
\lstdefinelanguage{HTML5}{
|
||||
language=html,
|
||||
sensitive=true,
|
||||
alsoletter={<>=-},
|
||||
otherkeywords={
|
||||
% HTML tags
|
||||
<, </, >,
|
||||
</a, <a, </a>,
|
||||
</abbr, <abbr, </abbr>,
|
||||
</address, <address, </address>,
|
||||
</area, <area, </area>,
|
||||
</area, <area, </area>,
|
||||
</article, <article, </article>,
|
||||
</aside, <aside, </aside>,
|
||||
</audio, <audio, </audio>,
|
||||
</audio, <audio, </audio>,
|
||||
</b, <b, </b>,
|
||||
</base, <base, </base>,
|
||||
</bdi, <bdi, </bdi>,
|
||||
</bdo, <bdo, </bdo>,
|
||||
</blockquote, <blockquote, </blockquote>,
|
||||
</body, <body, </body>,
|
||||
</br, <br, </br>,
|
||||
</button, <button, </button>,
|
||||
</canvas, <canvas, </canvas>,
|
||||
</caption, <caption, </caption>,
|
||||
</cite, <cite, </cite>,
|
||||
</code, <code, </code>,
|
||||
</col, <col, </col>,
|
||||
</colgroup, <colgroup, </colgroup>,
|
||||
</data, <data, </data>,
|
||||
</datalist, <datalist, </datalist>,
|
||||
</dd, <dd, </dd>,
|
||||
</del, <del, </del>,
|
||||
</details, <details, </details>,
|
||||
</dfn, <dfn, </dfn>,
|
||||
</div, <div, </div>,
|
||||
</dl, <dl, </dl>,
|
||||
</dt, <dt, </dt>,
|
||||
</em, <em, </em>,
|
||||
</embed, <embed, </embed>,
|
||||
</fieldset, <fieldset, </fieldset>,
|
||||
</figcaption, <figcaption, </figcaption>,
|
||||
</figure, <figure, </figure>,
|
||||
</footer, <footer, </footer>,
|
||||
</form, <form, </form>,
|
||||
</h1, <h1, </h1>,
|
||||
</h2, <h2, </h2>,
|
||||
</h3, <h3, </h3>,
|
||||
</h4, <h4, </h4>,
|
||||
</h5, <h5, </h5>,
|
||||
</h6, <h6, </h6>,
|
||||
</head, <head, </head>,
|
||||
</header, <header, </header>,
|
||||
</hr, <hr, </hr>,
|
||||
</html, <html, </html>,
|
||||
</i, <i, </i>,
|
||||
</iframe, <iframe, </iframe>,
|
||||
</img, <img, </img>,
|
||||
</input, <input, </input>,
|
||||
</ins, <ins, </ins>,
|
||||
</kbd, <kbd, </kbd>,
|
||||
</keygen, <keygen, </keygen>,
|
||||
</label, <label, </label>,
|
||||
</legend, <legend, </legend>,
|
||||
</li, <li, </li>,
|
||||
</link, <link, </link>,
|
||||
</main, <main, </main>,
|
||||
</map, <map, </map>,
|
||||
/mark, <mark, </mark>,
|
||||
</math, <math, </math>,
|
||||
</menu, <menu, </menu>,
|
||||
</menuitem, <menuitem, </menuitem>,
|
||||
</meta, <meta, </meta>,
|
||||
</meter, <meter, </meter>,
|
||||
</nav, <nav, </nav>,
|
||||
</noscript, <noscript, </noscript>,
|
||||
</object, <object, </object>,
|
||||
</ol, <ol, </ol>,
|
||||
</optgroup, <optgroup, </optgroup>,
|
||||
</option, <option, </option>,
|
||||
</output, <output, </output>,
|
||||
</p, <p, </p>,
|
||||
</param, <param, </param>,
|
||||
</pre, <pre, </pre>,
|
||||
</progress, <progress, </progress>,
|
||||
</q, <q, </q>,
|
||||
</rp, <rp, </rp>,
|
||||
</rt, <rt, </rt>,
|
||||
</ruby, <ruby, </ruby>,
|
||||
</s, <s, </s>,
|
||||
</samp, <samp, </samp>,
|
||||
</script, <script, </script>,
|
||||
</section, <section, </section>,
|
||||
</select, <select, </select>,
|
||||
</small, <small, </small>,
|
||||
</source, <source, </source>,
|
||||
</span, <span, </span>,
|
||||
</strong, <strong, </strong>,
|
||||
</style, <style, </style>,
|
||||
</summary, <summary, </summary>,
|
||||
</sup, <sup, </sup>,
|
||||
</svg, <svg, </svg>,
|
||||
</table, <table, </table>,
|
||||
</tbody, <tbody, </tbody>,
|
||||
</td, <td, </td>,
|
||||
</template, <template, </template>,
|
||||
</textarea, <textarea, </textarea>,
|
||||
</tfoot, <tfoot, </tfoot>,
|
||||
</th, <th, </th>,
|
||||
</thead, <thead, </thead>,
|
||||
</time, <time, </time>,
|
||||
</title, <title, </title>,
|
||||
</tr, <tr, </tr>,
|
||||
</track, <track, </track>,
|
||||
</u, <u, </u>,
|
||||
</ul, <ul, </ul>,
|
||||
</var, <var, </var>,
|
||||
</video, <video, </video>,
|
||||
</wbr, <wbr, </wbr>,
|
||||
/>, <!
|
||||
},
|
||||
ndkeywords={
|
||||
% General
|
||||
=,
|
||||
% HTML attributes
|
||||
accept=, accept-charset=, accesskey=, action=, align=, alt=, async=,
|
||||
autocomplete=, autofocus=, autoplay=, autosave=, bgcolor=, border=,
|
||||
buffered=, challenge=, charset=, checked=, cite=, class=, code=,
|
||||
codebase=, color=, cols=, colspan=, content=, contenteditable=,
|
||||
contextmenu=, controls=, coords=, data=, datetime=, default=, defer=,
|
||||
dir=, dirname=, disabled=, download=, draggable=, dropzone=, enctype=,
|
||||
for=, form=, formaction=, headers=, height=, hidden=, high=, href=,
|
||||
hreflang=, http-equiv=, icon=, id=, ismap=, itemprop=, keytype=,
|
||||
kind=, label=, lang=, language=, list=, loop=, low=, manifest=, max=,
|
||||
maxlength=, media=, method=, min=, multiple=, name=, novalidate=,
|
||||
open=, optimum=, pattern=, ping=, placeholder=, poster=, preload=,
|
||||
pubdate=, radiogroup=, readonly=, rel=, required=, reversed=, rows=,
|
||||
rowspan=, sandbox=, scope=, scoped=, seamless=, selected=, shape=,
|
||||
size=, sizes=, span=, spellcheck=, src=, srcdoc=, srclang=, start=,
|
||||
step=, style=, summary=, tabindex=, target=, title=, type=, usemap=,
|
||||
value=, width=, wrap=,
|
||||
% CSS properties
|
||||
accelerator:,azimuth:,background:,background-attachment:,
|
||||
background-color:,background-image:,background-position:,
|
||||
background-position-x:,background-position-y:,background-repeat:,
|
||||
behavior:,border:,border-bottom:,border-bottom-color:,
|
||||
border-bottom-style:,border-bottom-width:,border-collapse:,
|
||||
border-color:,border-left:,border-left-color:,border-left-style:,
|
||||
border-left-width:,border-right:,border-right-color:,
|
||||
border-right-style:,border-right-width:,border-spacing:,
|
||||
border-style:,border-top:,border-top-color:,border-top-style:,
|
||||
border-top-width:,border-width:,bottom:,caption-side:,clear:,
|
||||
clip:,color:,content:,counter-increment:,counter-reset:,cue:,
|
||||
cue-after:,cue-before:,cursor:,direction:,display:,elevation:,
|
||||
empty-cells:,filter:,float:,font:,font-family:,font-size:,
|
||||
font-size-adjust:,font-stretch:,font-style:,font-variant:,
|
||||
font-weight:,height:,ime-mode:,include-source:,
|
||||
layer-background-color:,layer-background-image:,layout-flow:,
|
||||
layout-grid:,layout-grid-char:,layout-grid-char-spacing:,
|
||||
layout-grid-line:,layout-grid-mode:,layout-grid-type:,left:,
|
||||
letter-spacing:,line-break:,line-height:,list-style:,
|
||||
list-style-image:,list-style-position:,list-style-type:,margin:,
|
||||
margin-bottom:,margin-left:,margin-right:,margin-top:,
|
||||
marker-offset:,marks:,max-height:,max-width:,min-height:,
|
||||
min-width:,transition-duration:,transition-property:,
|
||||
transition-timing-function:,transform:,
|
||||
-moz-transform:,-moz-binding:,-moz-border-radius:,
|
||||
-moz-border-radius-topleft:,-moz-border-radius-topright:,
|
||||
-moz-border-radius-bottomright:,-moz-border-radius-bottomleft:,
|
||||
-moz-border-top-colors:,-moz-border-right-colors:,
|
||||
-moz-border-bottom-colors:,-moz-border-left-colors:,-moz-opacity:,
|
||||
-moz-outline:,-moz-outline-color:,-moz-outline-style:,
|
||||
-moz-outline-width:,-moz-user-focus:,-moz-user-input:,
|
||||
-moz-user-modify:,-moz-user-select:,orphans:,outline:,
|
||||
outline-color:,outline-style:,outline-width:,overflow:,
|
||||
overflow-X:,overflow-Y:,padding:,padding-bottom:,padding-left:,
|
||||
padding-right:,padding-top:,page:,page-break-after:,
|
||||
page-break-before:,page-break-inside:,pause:,pause-after:,
|
||||
pause-before:,pitch:,pitch-range:,play-during:,position:,quotes:,
|
||||
-replace:,richness:,right:,ruby-align:,ruby-overhang:,
|
||||
ruby-position:,-set-link-source:,size:,speak:,speak-header:,
|
||||
speak-numeral:,speak-punctuation:,speech-rate:,stress:,
|
||||
scrollbar-arrow-color:,scrollbar-base-color:,
|
||||
scrollbar-dark-shadow-color:,scrollbar-face-color:,
|
||||
scrollbar-highlight-color:,scrollbar-shadow-color:,
|
||||
scrollbar-3d-light-color:,scrollbar-track-color:,table-layout:,
|
||||
text-align:,text-align-last:,text-decoration:,text-indent:,
|
||||
text-justify:,text-overflow:,text-shadow:,text-transform:,
|
||||
text-autospace:,text-kashida-space:,text-underline-position:,top:,
|
||||
unicode-bidi:,-use-link-source:,vertical-align:,visibility:,
|
||||
voice-family:,volume:,white-space:,widows:,width:,word-break:,
|
||||
word-spacing:,word-wrap:,writing-mode:,z-index:,zoom:
|
||||
},
|
||||
morecomment=[s]{<!--}{-->},
|
||||
tag=[s]
|
||||
}
|
||||
\lstset{%
|
||||
% Basic design
|
||||
backgroundcolor=\color{editorGray},
|
||||
basicstyle={\small\ttfamily},
|
||||
frame=leftline,
|
||||
% Line numbers
|
||||
%xleftmargin={0pt}, % dysfonctionnent
|
||||
numbers=left,
|
||||
stepnumber=1,
|
||||
firstnumber=1,
|
||||
numberfirstline=true,
|
||||
% Code design
|
||||
keywordstyle=\color{blue}\bfseries,
|
||||
commentstyle=\color{darkgray}\ttfamily,
|
||||
ndkeywordstyle=\color{editorGreen}\bfseries,
|
||||
stringstyle=\color{editorOcher},
|
||||
% Code
|
||||
%language=HTML5,
|
||||
alsodigit={.:;},
|
||||
tabsize=2,
|
||||
showtabs=false,
|
||||
showspaces=false,
|
||||
showstringspaces=false,
|
||||
extendedchars=true,
|
||||
breaklines=true,
|
||||
%float=[*],
|
||||
% }
|
||||
%
|
||||
%\lstloadlanguages{Python}
|
||||
%\lstset{language=Python,escapechar=|}
|
||||
%\lstset{
|
||||
literate=
|
||||
{á}{{\'a}}1 {é}{{\'e}}1 {í}{{\'i}}1 {ó}{{\'o}}1 {ú}{{\'u}}1
|
||||
{Á}{{\'A}}1 {É}{{\'E}}1 {Í}{{\'I}}1 {Ó}{{\'O}}1 {Ú}{{\'U}}1
|
||||
{à}{{\`a}}1 {è}{{\`e}}1 {ì}{{\`i}}1 {ò}{{\`o}}1 {ù}{{\`u}}1
|
||||
{À}{{\`A}}1 {È}{{\'E}}1 {Ì}{{\`I}}1 {Ò}{{\`O}}1 {Ù}{{\`U}}1
|
||||
{ä}{{\"a}}1 {ë}{{\"e}}1 {ï}{{\"i}}1 {ö}{{\"o}}1 {ü}{{\"u}}1
|
||||
{Ä}{{\"A}}1 {Ë}{{\"E}}1 {Ï}{{\"I}}1 {Ö}{{\"O}}1 {Ü}{{\"U}}1
|
||||
{â}{{\^a}}1 {ê}{{\^e}}1 {î}{{\^i}}1 {ô}{{\^o}}1 {û}{{\^u}}1
|
||||
{Â}{{\^A}}1 {Ê}{{\^E}}1 {Î}{{\^I}}1 {Ô}{{\^O}}1 {Û}{{\^U}}1
|
||||
{œ}{{\oe}}1 {Œ}{{\OE}}1 {æ}{{\ae}}1 {Æ}{{\AE}}1 {ß}{{\ss}}1
|
||||
{ű}{{\H{u}}}1 {Ű}{{\H{U}}}1 {ő}{{\H{o}}}1 {Ő}{{\H{O}}}1
|
||||
{ç}{{\c c}}1 {Ç}{{\c C}}1 {ø}{{\o}}1 {å}{{\r a}}1 {Å}{{\r A}}1
|
||||
{€}{{\EUR}}1 {£}{{\pounds}}1,
|
||||
escapeinside={(*@}{@*)},
|
||||
backgroundcolor=\color{lightgray!20!white}
|
||||
}
|
||||
|
||||
\renewcommand{\tablename}{Tableau}
|
||||
\usepackage[backend=biber,sortcites,hyperref=true,backref=true,labeldate=long]{biblatex}
|
||||
\addbibresource{geographie-informatique.bib}
|
||||
|
||||
%\usepackage[dvips,ps2pdf]{hyperref}
|
||||
\usepackage{hyperref}
|
||||
\hypersetup{
|
||||
breaklinks=true,
|
||||
plainpages=false,
|
||||
colorlinks=true,
|
||||
linkcolor=blue,
|
||||
citecolor=blue,
|
||||
urlcolor=blue,
|
||||
hypertexnames=true
|
||||
}
|
||||
%\usepackage[hyphenbreaks]{breakurl}
|
||||
\usepackage{color} % Couleurs
|
||||
\usepackage{xcolor}
|
||||
|
||||
\pagestyle{headings}
|
|
@ -0,0 +1,110 @@
|
|||
% Encoding: UTF-8
|
||||
@Book{FA2019,
|
||||
author = {Aït-Touati, Frédérique and Arènes, Alexandra and Grégoire, Axelle},
|
||||
title = {Terra Forma, Manuel de cartographies potentielles},
|
||||
publisher = {B42},
|
||||
year = {2019},
|
||||
month = {avril}
|
||||
}
|
||||
|
||||
@Book{MM2019,
|
||||
author = {Monmonier, Mark},
|
||||
title = {Comment faire mentir les cartes},
|
||||
publisher = {Atlas},
|
||||
year = {2019},
|
||||
month = {février},
|
||||
note = {Édition revue et augmentée}
|
||||
}
|
||||
|
||||
@Book{NL2017,
|
||||
author = {Lambert, Nicolas and Zanin, Christine},
|
||||
title = {Manuel de cartographie},
|
||||
publisher = {Armand Colin},
|
||||
year = {2017},
|
||||
note = {Principes, méthodes, applications}
|
||||
}
|
||||
|
||||
@Book{HC2014,
|
||||
author = {Commenges, Hadrien and Beauguitte, Laurent and Buard, Elodie and Cura, Robin and Le Néchet, Florent and Le Texier, Marion and Mathian, Hélène and Rey, Sébastien},
|
||||
title = {R et espace, Traitement de l'information géographique},
|
||||
publisher = {Framabook},
|
||||
year = {2014},
|
||||
note = {Ouvrage libre publié sous licence CC By-SA 3.0}
|
||||
}
|
||||
|
||||
@Book{BR86,
|
||||
author = {Brunet, R},
|
||||
title = {La carte-modèle et les chorèmes},
|
||||
publisher = {Mappemonde},
|
||||
year = {1986},
|
||||
note = {86(4)}
|
||||
}
|
||||
|
||||
@Book{BR87,
|
||||
author = {Brunet, R},
|
||||
title = {La carte mode d'emploi},
|
||||
publisher = {Fayard/Reclus},
|
||||
year = {1987},
|
||||
note = {s.l.}
|
||||
}
|
||||
|
||||
@Book{BR93,
|
||||
author = {Brunet, R},
|
||||
title = {Les mots de la géographie},
|
||||
publisher = {Reclus - La Documentation française},
|
||||
year = {1993},
|
||||
note = {Montpellier/Paris}
|
||||
}
|
||||
|
||||
@Book{DDF92,
|
||||
author = {Durand-Dastès, F},
|
||||
title = {Les modèles en géographie},
|
||||
publisher = {Economica},
|
||||
year = {1992},
|
||||
note = {Paris}
|
||||
}
|
||||
|
||||
@Book{HJB95,
|
||||
author = {Harley, J. B.},
|
||||
title = {Peut-il y avoir une éthique cartographique},
|
||||
publisher = {s.n.},
|
||||
year = {1995},
|
||||
note = {Dans : Le pouvoir des cartes. sl}
|
||||
}
|
||||
|
||||
@Book{LFA00,
|
||||
author = {Le Fur, A.},
|
||||
title = {Pratiques de la cartographie},
|
||||
publisher = {Armad Colin},
|
||||
year = {2000},
|
||||
note = {Paris}
|
||||
}
|
||||
|
||||
@Book{PD,
|
||||
author = {Poidevin, D.},
|
||||
title = {Manuel de cartographie},
|
||||
publisher = {Ellipses},
|
||||
year = {s.d.},
|
||||
note = {s.l.}
|
||||
}
|
||||
|
||||
@Book{GA15,
|
||||
author = {Allali, G.},
|
||||
title = {Apprendre QGIS par l'exemple},
|
||||
year = {2015}
|
||||
}
|
||||
|
||||
@incollection{LOW,
|
||||
author = {Casilli, A.},
|
||||
title = {L’automate et le tâcheron},
|
||||
booktitle = {Low tech : face au tout-numérique, se réapproprier les technologies},
|
||||
year = {2020},
|
||||
editor = {Ritimo}
|
||||
}
|
||||
|
||||
@online{Ballade,
|
||||
author = {Enseignants SNT du Lycée La Martinière Diderot à Lyon},
|
||||
title = {Création d'une balade de photos géolocalisées},
|
||||
url = {http://portail.lyc-la-martiniere-diderot.ac-lyon.fr/srv20/co/AA4_-_Creation_Balade.html},
|
||||
dateurl = {2021-02-28}
|
||||
}
|
|
@ -0,0 +1,34 @@
|
|||
\relax
|
||||
\providecommand\hyper@newdestlabel[2]{}
|
||||
\providecommand*\new@tpo@label[2]{}
|
||||
\catcode `:\active
|
||||
\catcode `;\active
|
||||
\catcode `!\active
|
||||
\catcode `?\active
|
||||
\providecommand\HyperFirstAtBeginDocument{\AtBeginDocument}
|
||||
\HyperFirstAtBeginDocument{\ifx\hyper@anchor\@undefined
|
||||
\global\let\oldcontentsline\contentsline
|
||||
\gdef\contentsline#1#2#3#4{\oldcontentsline{#1}{#2}{#3}}
|
||||
\global\let\oldnewlabel\newlabel
|
||||
\gdef\newlabel#1#2{\newlabelxx{#1}#2}
|
||||
\gdef\newlabelxx#1#2#3#4#5#6{\oldnewlabel{#1}{{#2}{#3}}}
|
||||
\AtEndDocument{\ifx\hyper@anchor\@undefined
|
||||
\let\contentsline\oldcontentsline
|
||||
\let\newlabel\oldnewlabel
|
||||
\fi}
|
||||
\fi}
|
||||
\global\let\hyper@last\relax
|
||||
\gdef\HyperFirstAtBeginDocument#1{#1}
|
||||
\providecommand*\HyPL@Entry[1]{}
|
||||
\providecommand\BKM@entry[2]{}
|
||||
\abx@aux@refcontext{nty/global//global/global}
|
||||
\HyPL@Entry{0<</S/D>>}
|
||||
\@writefile{toc}{\boolfalse {citerequest}\boolfalse {citetracker}\boolfalse {pagetracker}\boolfalse {backtracker}\relax }
|
||||
\@writefile{lof}{\boolfalse {citerequest}\boolfalse {citetracker}\boolfalse {pagetracker}\boolfalse {backtracker}\relax }
|
||||
\@writefile{lot}{\boolfalse {citerequest}\boolfalse {citetracker}\boolfalse {pagetracker}\boolfalse {backtracker}\relax }
|
||||
\babel@aux{french}{}
|
||||
\BKM@entry{id=1,dest={73656374696F6E2E302E31},srcline={13}}{496E74726F64756374696F6E}
|
||||
\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {section}{\numberline {0.1}Introduction}{3}{section.0.1}\protected@file@percent }
|
||||
\BKM@entry{id=2,dest={73656374696F6E2E416C7068302E31},srcline={46}}{436F6E737472756374696F6E20646520636172746573}
|
||||
\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {section}{\numberline {.1}Construction de cartes}{4}{section.Alph0.1}\protected@file@percent }
|
||||
\global\@namedef{scr@dte@section@lastmaxnumwidth}{19.71382pt}
|
|
@ -0,0 +1,12 @@
|
|||
%!
|
||||
/pdfmark where{pop}
|
||||
{/globaldict where{pop globaldict}{userdict}ifelse/pdfmark/cleartomark load put}
|
||||
ifelse
|
||||
[
|
||||
/Title(Introduction)
|
||||
/Action/GoTo/Dest(section.0.1)cvn
|
||||
/OUT pdfmark
|
||||
[
|
||||
/Title(Construction de cartes)
|
||||
/Action/GoTo/Dest(section.Alph0.1)cvn
|
||||
/OUT pdfmark
|
|
@ -0,0 +1,85 @@
|
|||
<?xml version="1.0" standalone="yes"?>
|
||||
<!-- logreq request file -->
|
||||
<!-- logreq version 1.0 / dtd version 1.0 -->
|
||||
<!-- Do not edit this file! -->
|
||||
<!DOCTYPE requests [
|
||||
<!ELEMENT requests (internal | external)*>
|
||||
<!ELEMENT internal (generic, (provides | requires)*)>
|
||||
<!ELEMENT external (generic, cmdline?, input?, output?, (provides | requires)*)>
|
||||
<!ELEMENT cmdline (binary, (option | infile | outfile)*)>
|
||||
<!ELEMENT input (file)+>
|
||||
<!ELEMENT output (file)+>
|
||||
<!ELEMENT provides (file)+>
|
||||
<!ELEMENT requires (file)+>
|
||||
<!ELEMENT generic (#PCDATA)>
|
||||
<!ELEMENT binary (#PCDATA)>
|
||||
<!ELEMENT option (#PCDATA)>
|
||||
<!ELEMENT infile (#PCDATA)>
|
||||
<!ELEMENT outfile (#PCDATA)>
|
||||
<!ELEMENT file (#PCDATA)>
|
||||
<!ATTLIST requests
|
||||
version CDATA #REQUIRED
|
||||
>
|
||||
<!ATTLIST internal
|
||||
package CDATA #REQUIRED
|
||||
priority (9) #REQUIRED
|
||||
active (0 | 1) #REQUIRED
|
||||
>
|
||||
<!ATTLIST external
|
||||
package CDATA #REQUIRED
|
||||
priority (1 | 2 | 3 | 4 | 5 | 6 | 7 | 8) #REQUIRED
|
||||
active (0 | 1) #REQUIRED
|
||||
>
|
||||
<!ATTLIST provides
|
||||
type (static | dynamic | editable) #REQUIRED
|
||||
>
|
||||
<!ATTLIST requires
|
||||
type (static | dynamic | editable) #REQUIRED
|
||||
>
|
||||
<!ATTLIST file
|
||||
type CDATA #IMPLIED
|
||||
>
|
||||
]>
|
||||
<requests version="1.0">
|
||||
<internal package="biblatex" priority="9" active="0">
|
||||
<generic>latex</generic>
|
||||
<provides type="dynamic">
|
||||
<file>main.bcf</file>
|
||||
</provides>
|
||||
<requires type="dynamic">
|
||||
<file>main.bbl</file>
|
||||
</requires>
|
||||
<requires type="static">
|
||||
<file>blx-dm.def</file>
|
||||
<file>blx-compat.def</file>
|
||||
<file>biblatex.def</file>
|
||||
<file>standard.bbx</file>
|
||||
<file>numeric.bbx</file>
|
||||
<file>numeric.cbx</file>
|
||||
<file>biblatex.cfg</file>
|
||||
<file>french.lbx</file>
|
||||
</requires>
|
||||
</internal>
|
||||
<external package="biblatex" priority="5" active="0">
|
||||
<generic>biber</generic>
|
||||
<cmdline>
|
||||
<binary>biber</binary>
|
||||
<infile>main</infile>
|
||||
</cmdline>
|
||||
<input>
|
||||
<file>main.bcf</file>
|
||||
</input>
|
||||
<output>
|
||||
<file>main.bbl</file>
|
||||
</output>
|
||||
<provides type="dynamic">
|
||||
<file>main.bbl</file>
|
||||
</provides>
|
||||
<requires type="dynamic">
|
||||
<file>main.bcf</file>
|
||||
</requires>
|
||||
<requires type="editable">
|
||||
<file>geographie-informatique.bib</file>
|
||||
</requires>
|
||||
</external>
|
||||
</requests>
|
|
@ -0,0 +1,72 @@
|
|||
\documentclass[paper=a3,fontsize=12pt,DIV=classic,BCOR=0mm,twoside,headings=normal,index=totoc,listof=totoc,headings=twolinechapter]{scrbook}
|
||||
|
||||
\usepackage{OCI}
|
||||
|
||||
\author{Vincent Guyot}
|
||||
|
||||
\title{Parcs de la Chaux-de-Fonds}
|
||||
|
||||
\begin{document}
|
||||
\maketitle
|
||||
\tableofcontents
|
||||
|
||||
\section{Introduction}
|
||||
Le travail présenté ici est un exemple de réflexion sur un projet d'enseignement de l'informatique à travers la cartographie. Il s'agit d'illustrer ce qui pourrait être réalisé au lycée en deuxième année de Discipline Obligatoire d'informatique dans le canton de Neuchâtel.
|
||||
|
||||
|
||||
%\begin{figure}
|
||||
%\centering
|
||||
%\includegraphics[width=13cm]{images/SwissTopoCHXFDS.eps}
|
||||
%\caption[Qgis]{Les données fournies par Swisstopo}\label{swisstopochxfds}
|
||||
%\end{figure}
|
||||
|
||||
|
||||
%\begin{figure}[t]
|
||||
%\centering
|
||||
%\begin{subfigure}{\textwidth}
|
||||
%\centering
|
||||
%\includegraphics[width=10cm]{images/Khartis2.eps}
|
||||
%\caption[Réflexions]{Une première discrétisation}\label{khartis2}
|
||||
%\end{subfigure}
|
||||
%\begin{subfigure}{\textwidth}
|
||||
%\centering
|
||||
%\includegraphics[width=10cm]{images/Khartis3.eps}
|
||||
%\caption[Réflexions]{Une première discrétisation}\label{khartis3}
|
||||
%\end{subfigure}
|
||||
%\caption[Cartes]{Traitement des données dans Khartis}\label{khartisdonnees}
|
||||
%\end{figure}
|
||||
|
||||
|
||||
%\nocite{*}
|
||||
%\printbibliography[heading=bibintoc]{geographie-informatique}
|
||||
|
||||
\newpage
|
||||
\appendix
|
||||
|
||||
\section{Construction de cartes}
|
||||
|
||||
|
||||
%\begin{lstlisting}[float,language=xml,caption={Le format osm},label={listing:formatosm},numbers=right,numberstyle=\tiny,numbersep=6pt]
|
||||
%<node id="8108491590" visible="true" version="1" changeset="93933826" timestamp="2020-11-11T14:21:48Z" user="guyotv" uid="3731325" lat="47.0957466" lon="6.8269104">
|
||||
% <tag k="natural" v="tree"/>
|
||||
% <tag k="species" v="Sequoia pleureur"/>
|
||||
%</node>
|
||||
%
|
||||
%<way id="556506855" visible="true" version="5" changeset="93349833" timestamp="2020-10-31T19:26:46Z" user="guyotv" uid="3731325">
|
||||
% <nd ref="8005863896"/>
|
||||
% <nd ref="648243604"/>
|
||||
% <tag k="highway" v="path"/>
|
||||
%</way>
|
||||
%
|
||||
%<relation id="11815711" visible="true" version="1" changeset="93327746" timestamp="2020-10-31T08:56:57Z" user="guyotv" uid="3731325">
|
||||
% <member type="way" ref="864290676" role="inner"/>
|
||||
% <member type="way" ref="864290677" role="outer"/>
|
||||
% <tag k="building" v="yes"/>
|
||||
% <tag k="informal" v="yes"/>
|
||||
% <tag k="surface" v="compacted"/>
|
||||
% <tag k="type" v="multipolygon"/>
|
||||
%</relation>
|
||||
%\end{lstlisting}
|
||||
|
||||
|
||||
\end{document}
|
|
@ -0,0 +1,6 @@
|
|||
\boolfalse {citerequest}\boolfalse {citetracker}\boolfalse {pagetracker}\boolfalse {backtracker}\relax
|
||||
\babel@toc {french}{}
|
||||
\defcounter {refsection}{0}\relax
|
||||
\contentsline {section}{\numberline {0.1}Introduction}{3}{section.0.1}%
|
||||
\defcounter {refsection}{0}\relax
|
||||
\contentsline {section}{\numberline {.1}Construction de cartes}{4}{section.Alph0.1}%
|
|
@ -0,0 +1,21 @@
|
|||
This is pdfTeX, Version 3.14159265-2.6-1.40.19 (TeX Live 2019/dev/Debian) (preloaded format=latex 2021.6.27) 15 AUG 2021 10:55
|
||||
entering extended mode
|
||||
\write18 enabled.
|
||||
%&-line parsing enabled.
|
||||
**OCI.tex
|
||||
|
||||
! Emergency stop.
|
||||
<*> OCI.tex
|
||||
|
||||
*** (job aborted, file error in nonstop mode)
|
||||
|
||||
|
||||
Here is how much of TeX's memory you used:
|
||||
3 strings out of 494372
|
||||
113 string characters out of 6171426
|
||||
52762 words of memory out of 5000000
|
||||
3804 multiletter control sequences out of 15000+600000
|
||||
3640 words of font info for 14 fonts, out of 8000000 for 9000
|
||||
81 hyphenation exceptions out of 8191
|
||||
0i,0n,0p,1b,6s stack positions out of 5000i,500n,10000p,200000b,80000s
|
||||
No pages of output.
|
Loading…
Reference in New Issue