1
0
Fork 0
mirror of https://github.com/lise-henry/crowbook synced 2024-05-28 01:36:17 +02:00

fixed typo bug

This commit is contained in:
Elisabeth Henry 2016-02-20 00:04:28 +01:00
parent 829746a762
commit 4725b0b7a6
2 changed files with 2 additions and 2 deletions

View File

@ -89,7 +89,7 @@ impl<'a> EpubRenderer<'a> {
try!(zipper.write(s, &content));
// also write cover.xhtml
try!(zipper.write("over.xhtml", &try!(self.render_cover()).as_bytes()));
try!(zipper.write("cover.xhtml", &try!(self.render_cover()).as_bytes()));
}
if let Some(ref epub_file) = self.book.output_epub {

View File

@ -1,4 +1,4 @@
\documentclass[]{book}
\documentclass{book}
\usepackage[T1]{fontenc}
\usepackage[{{tex_lang}}]{babel}
\usepackage[utf8]{inputenc}