1
0
mirror of https://github.com/lise-henry/crowbook synced 2024-09-21 20:41:33 +02:00
crowbook/docs/book/html/index.html

218 lines
7.1 KiB
HTML
Raw Normal View History

2016-09-29 02:47:48 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="generator" content="crowbook">
<meta name="author" content="Élisabeth Henry">
<meta name="viewport" content="width=device-width">
<title>Crowbook User Guide</title>
<link rel = "stylesheet" href = "stylesheet.css" type = "text/css"
/>
<link rel = "stylesheet" href = "highlight.css" type = "text/css"
/>
<script src = "highlight.js"></script>
<script>
hljs.initHighlightingOnLoad();
</script>
<link rel = "stylesheet" href = "print.css" type = "text/css"
media = "print" />
<script>
function on(name) {
var elements = document.getElementsByClassName(name);
for (var i = 0; i < elements.length; i++) {
var elem = elements[i];
elem.style.backgroundColor = "pink";
}
}
function off(name) {
var elements = document.getElementsByClassName(name);
for (var i = 0; i < elements.length; i++) {
var elem = elements[i];
elem.style.backgroundColor = "white";
}
}
var display_menu = false;
function toggle() {
if (display_menu == true) {
display_menu = false;
document.getElementById("nav").style.left = "-20%";
document.getElementById("content").style.marginLeft = "10%";
document.getElementById("menu").style.left = "1em";
if(document.getElementById("top")) {
document.getElementById("top").style.left = "0";
}
if(document.getElementById("footer")) {
document.getElementById("footer").style.marginLeft = "0%";
}
} else {
display_menu = true;
document.getElementById("nav").style.left = "0";
document.getElementById("content").style.marginLeft = "30%";
document.getElementById("menu").style.left = "20%";
if(document.getElementById("top")) {
document.getElementById("top").style.left = "20%";
}
if(document.getElementById("footer")) {
document.getElementById("footer").style.marginLeft = "20%";
}
}
}
</script>
</head>
<body>
<nav id = "nav">
<h2><a href = "index.html">Crowbook User Guide</a></h2>
<ul>
<li><a href = "chapter_000.html#link-1"><b>1.</b> Crowbook</a>
<ul>
<li><a href = "chapter_000.html#link-2">1.1. Example</a>
</li>
<li><a href = "chapter_000.html#link-3">1.2. Installing</a>
</li>
<li><a href = "chapter_000.html#link-7">1.3. Dependencies</a>
</li>
<li><a href = "chapter_000.html#link-8">1.4. Quick tour</a>
</li>
<li><a href = "chapter_000.html#link-9">1.5. Current features</a>
</li>
<li><a href = "chapter_000.html#link-17">1.6. Contributors</a>
</li>
<li><a href = "chapter_000.html#link-18">1.7. Acknowledgements</a>
</li>
<li><a href = "chapter_000.html#link-19">1.8. ChangeLog</a>
</li>
<li><a href = "chapter_000.html#link-20">1.9. Library</a>
</li>
<li><a href = "chapter_000.html#link-21">1.10. License</a>
</li>
</ul>
</li>
<li><a href = "chapter_001.html#link-22"><b>2.</b> Arguments</a>
<ul>
<li><a href = "chapter_001.html#link-23">2.1. <code>--create</code></a>
</li>
<li><a href = "chapter_001.html#link-25">2.2. <code>--single</code></a>
</li>
<li><a href = "chapter_001.html#link-26">2.3. <code>--set</code></a>
</li>
<li><a href = "chapter_001.html#link-28">2.4. <code>--proofread</code></a>
</li>
<li><a href = "chapter_001.html#link-29">2.5. <code>--list-options</code></a>
</li>
<li><a href = "chapter_001.html#link-30">2.6. <code>--print-template</code></a>
</li>
<li><a href = "chapter_001.html#link-31">2.7. <code>--verbose</code></a>
</li>
<li><a href = "chapter_001.html#link-32">2.8. <code>--to</code></a>
</li>
<li><a href = "chapter_001.html#link-34">2.9. <code>--output</code></a>
</li>
</ul>
</li>
<li><a href = "chapter_002.html#link-35"><b>3.</b> The configuration file</a>
<ul>
<li><a href = "chapter_002.html#link-36">3.1. The list of files</a>
</li>
<li><a href = "chapter_002.html#link-37">3.2. Crowbook options</a>
</li>
</ul>
</li>
<li><a href = "chapter_003.html#link-65"><b>4.</b> Templates</a>
<ul>
<li><a href = "chapter_003.html#link-66">4.1. List of templates</a>
</li>
2016-10-06 23:12:14 +02:00
<li><a href = "chapter_003.html#link-81">4.2. Create and edit template</a>
2016-09-29 02:47:48 +02:00
</li>
2016-10-06 23:12:14 +02:00
<li><a href = "chapter_003.html#link-85">4.3. List of accessible variables</a>
2016-09-29 02:47:48 +02:00
</li>
</ul>
</li>
2016-10-06 23:12:14 +02:00
<li><a href = "chapter_004.html#link-89"><b>5.</b> Proofreading with Crowbook</a>
2016-09-29 02:47:48 +02:00
<ul>
2016-10-06 23:12:14 +02:00
<li><a href = "chapter_004.html#link-90">5.1. Enabling proofreading</a>
2016-09-29 02:47:48 +02:00
</li>
2016-10-06 23:12:14 +02:00
<li><a href = "chapter_004.html#link-91">5.2. Repetition detection</a>
2016-09-29 02:47:48 +02:00
</li>
2016-10-06 23:12:14 +02:00
<li><a href = "chapter_004.html#link-92">5.3. Grammar checking</a>
2016-09-29 02:47:48 +02:00
</li>
2016-10-06 23:12:14 +02:00
<li><a href = "chapter_004.html#link-93">5.4. Highlighting non-breaking spaces</a>
2016-09-29 02:47:48 +02:00
</li>
</ul>
</li>
2016-10-06 23:12:14 +02:00
<li><a href = "chapter_005.html#link-94"><b>6.</b> Tips and tricks</a>
2016-09-29 02:47:48 +02:00
<ul>
2016-10-06 23:12:14 +02:00
<li><a href = "chapter_005.html#link-95">6.1. Using Crowbook with Emacs' markdown mode</a>
2016-09-29 02:47:48 +02:00
</li>
2016-10-06 23:12:14 +02:00
<li><a href = "chapter_005.html#link-98">6.2. Embedding fonts in an EPUB file</a>
2016-09-29 02:47:48 +02:00
</li>
2016-10-06 23:12:14 +02:00
</ul>
</li>
<li><a href = "chapter_006.html#link-99">ChangeLog</a>
<ul>
<li><a href = "chapter_006.html#link-100">unreleased</a>
</li>
<li><a href = "chapter_006.html#link-101">0.9.1 (2016-09-29)</a>
</li>
<li><a href = "chapter_006.html#link-102">0.9.0 (2016-09-23)</a>
</li>
<li><a href = "chapter_006.html#link-103">0.8.0 (2016-09-19)</a>
2016-09-29 02:47:48 +02:00
</li>
2016-10-06 23:12:14 +02:00
<li><a href = "chapter_006.html#link-104">0.7.0 (2016-09-11)</a>
2016-09-29 02:47:48 +02:00
</li>
2016-10-06 23:12:14 +02:00
<li><a href = "chapter_006.html#link-105">0.6.0 (2016-09-09)</a>
2016-09-29 02:47:48 +02:00
</li>
2016-10-06 23:12:14 +02:00
<li><a href = "chapter_006.html#link-106">0.5.1 (2016-04-14)</a>
2016-09-29 02:47:48 +02:00
</li>
2016-10-06 23:12:14 +02:00
<li><a href = "chapter_006.html#link-107">0.5.0 (2016-04-02)</a>
2016-09-29 02:47:48 +02:00
</li>
2016-10-06 23:12:14 +02:00
<li><a href = "chapter_006.html#link-108">0.4.0 (2016-03-01)</a>
2016-09-29 02:47:48 +02:00
</li>
2016-10-06 23:12:14 +02:00
<li><a href = "chapter_006.html#link-109">0.3.0 (2016-02-27)</a>
2016-09-29 02:47:48 +02:00
</li>
2016-10-06 23:12:14 +02:00
<li><a href = "chapter_006.html#link-110">0.2.2 (2016-02-25)</a>
2016-09-29 02:47:48 +02:00
</li>
2016-10-06 23:12:14 +02:00
<li><a href = "chapter_006.html#link-111">0.2.1 (2016-02-25)</a>
2016-09-29 02:47:48 +02:00
</li>
2016-10-06 23:12:14 +02:00
<li><a href = "chapter_006.html#link-112">0.2.0 (2016-02-25)</a>
2016-09-29 02:47:48 +02:00
</li>
2016-10-06 23:12:14 +02:00
<li><a href = "chapter_006.html#link-113">0.1.0 (2016-02-21)</a>
2016-09-29 02:47:48 +02:00
</li>
</ul>
</li>
2016-10-06 23:12:14 +02:00
<li><a href = "chapter_007.html#link-114">GNU LESSER GENERAL PUBLIC LICENSE</a>
2016-09-29 02:47:48 +02:00
</li>
</ul>
</nav>
<div id = "content">
<div id = "page">
<header>
2016-10-06 23:12:14 +02:00
<div id = "top"><p id = "para-301">Crowbook User Guide 0.10.0</p>
2016-09-29 02:47:48 +02:00
</div>
<div id = "menu">
<img id = "menu-button" onclick="toggle();"
src="menu.svg" alt = "Table of contents" title = "Table of contents" />
</div>
<h1 class = "title">Crowbook User Guide</h1>
<h2 class = "author">Élisabeth Henry</h2>
</header>
<div id = "cover">
<img class = "cover" alt = "Crowbook User Guide" src = "images/image_0.png" />
</div><p class = "next_chapter">
<a href = "chapter_000.html">
<b>1.</b> Crowbook »
</a>
</p>
</div>
</div>
2016-10-06 23:12:14 +02:00
<footer id = "footer"><p id = "para-302">Generated by <a href = "https://github.com/lise-henry/crowbook">Crowbook</a> 0.10.0-unreleased</p>
2016-09-29 02:47:48 +02:00
</footer>
</body>
</html>