summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenise sur Lya <sekhmet@lya>2016-02-24 14:17:30 +0100
committerDenise sur Lya <sekhmet@lya>2016-02-24 14:17:30 +0100
commit79e3515ed46ae1652fa55c7c676c76fa04a38047 (patch)
tree7181252f060d624550bf32fe1855d589ac0ebaa4
parent5e1b9c48ac20e5bfed8c056b3da682f5771e8a5e (diff)
downloadaventuriers-79e3515ed46ae1652fa55c7c676c76fa04a38047.tar.gz
aventuriers-79e3515ed46ae1652fa55c7c676c76fa04a38047.tar.zst
aventuriers-79e3515ed46ae1652fa55c7c676c76fa04a38047.zip
Nouvel arc
-rw-r--r--arc_8.tex5
-rw-r--r--aventuriers.html2
-rw-r--r--aventuriers.mobibin317086 -> 317088 bytes
-rw-r--r--html/aventuriers2x.pngbin234 -> 0 bytes
-rw-r--r--html/aventuriers3x.pngbin234 -> 0 bytes
-rw-r--r--html/aventuriers4x.pngbin234 -> 0 bytes
-rw-r--r--html/aventuriers5x.pngbin234 -> 0 bytes
-rw-r--r--html/aventuriers6x.pngbin234 -> 0 bytes
-rw-r--r--makefile6
9 files changed, 9 insertions, 4 deletions
diff --git a/arc_8.tex b/arc_8.tex
new file mode 100644
index 0000000..83fe7a3
--- /dev/null
+++ b/arc_8.tex
@@ -0,0 +1,5 @@
1%%% Arc qui se passe dans la ville du seigneur \seigneurchloe
2
3\arc
4
5\recit{\chris}
diff --git a/aventuriers.html b/aventuriers.html
index e36bc6a..b2dbf44 100644
--- a/aventuriers.html
+++ b/aventuriers.html
@@ -7,7 +7,7 @@
7<meta name="originator" content="TeX4ht (http://www.cse.ohio-state.edu/~gurari/TeX4ht/)"> 7<meta name="originator" content="TeX4ht (http://www.cse.ohio-state.edu/~gurari/TeX4ht/)">
8<!-- html --> 8<!-- html -->
9<meta name="src" content="aventuriers.tex"> 9<meta name="src" content="aventuriers.tex">
10<meta name="date" content="2016-02-24 14:05:00"> 10<meta name="date" content="2016-02-24 14:15:00">
11<link rel="stylesheet" type="text/css" href="aventuriers.css"> 11<link rel="stylesheet" type="text/css" href="aventuriers.css">
12</head><body 12</head><body
13> 13>
diff --git a/aventuriers.mobi b/aventuriers.mobi
index d8bafbf..c314984 100644
--- a/aventuriers.mobi
+++ b/aventuriers.mobi
Binary files differ
diff --git a/html/aventuriers2x.png b/html/aventuriers2x.png
deleted file mode 100644
index 193a3d9..0000000
--- a/html/aventuriers2x.png
+++ /dev/null
Binary files differ
diff --git a/html/aventuriers3x.png b/html/aventuriers3x.png
deleted file mode 100644
index 193a3d9..0000000
--- a/html/aventuriers3x.png
+++ /dev/null
Binary files differ
diff --git a/html/aventuriers4x.png b/html/aventuriers4x.png
deleted file mode 100644
index 193a3d9..0000000
--- a/html/aventuriers4x.png
+++ /dev/null
Binary files differ
diff --git a/html/aventuriers5x.png b/html/aventuriers5x.png
deleted file mode 100644
index 193a3d9..0000000
--- a/html/aventuriers5x.png
+++ /dev/null
Binary files differ
diff --git a/html/aventuriers6x.png b/html/aventuriers6x.png
deleted file mode 100644
index 193a3d9..0000000
--- a/html/aventuriers6x.png
+++ /dev/null
Binary files differ
diff --git a/makefile b/makefile
index f27941d..0e9305d 100644
--- a/makefile
+++ b/makefile
@@ -1,10 +1,10 @@
1LISTEFICHIERS=aventuriers.tex arc_5RCDA.tex arc_6_CI.tex arc_3RC.tex arc_libeseve.tex arc_JC.tex arc_4AD.tex arc_4.5_JCS.tex intro.tex arc_CID.tex noms.tex arc_7_JCSR.tex 1LISTEFICHIERS=aventuriers.tex arc_5RCDA.tex arc_6_CI.tex arc_3RC.tex arc_libeseve.tex arc_JC.tex arc_4AD.tex arc_4.5_JCS.tex intro.tex arc_CID.tex noms.tex arc_7_JCSR.tex arc_8.tex
2 2
3all: aventuriers.pdf 3all: aventuriers.pdf
4 4
5tout: aventuriers.pdf aventuriers.html aventuriers.mobi 5tout: aventuriers.pdf aventuriers.html aventuriers.mobi
6 6
7html: aventuriers.html 7html: html/aventuriers.html
8 8
9kindle: aventuriers.mobi 9kindle: aventuriers.mobi
10 10
@@ -15,7 +15,7 @@ aventuriers.pdf: $(LISTEFICHIERS)
15 pdflatex aventuriers.tex 15 pdflatex aventuriers.tex
16 16
17 17
18aventuriers.html: $(LISTEFICHIERS) 18html/aventuriers.html: $(LISTEFICHIERS)
19 nice -19 htlatex aventuriers.tex '' '' -dhtml/ -interaction=nonstopmode 19 nice -19 htlatex aventuriers.tex '' '' -dhtml/ -interaction=nonstopmode
20 ln -sf aventuriers.html html/index.html 20 ln -sf aventuriers.html html/index.html
21 21