修訂. | 2e2770686a14c86bd018e6cb9485b665cfad6a85 |
---|---|
大小 | 773 bytes |
時間 | 2018-08-10 05:40:43 |
作者 | Lorenzo Isella |
Log Message | A template to create an ebook-like manuscript. |
\documentclass[ebook,12pt,oneside,openany]{memoir}
\usepackage[utf8x]{inputenc}
\usepackage[english]{babel}
\usepackage{url}
% for placeholder text
\usepackage{lipsum}
\title{\LaTeX{} ePub Template}
\author{A Author}
\begin{document}
\maketitle
Once upon a time\ldots This document shows how you can get ePub-like formatting in \LaTeX{} with the \verb|memoir| document class. You can't yet export directly to ePub from writeLaTeX, but you can download the source and run it through a format conversion tool, such as \verb|htlatex| to get HTML, and then go from HTML to ePub with a tool like Sigil or Calibre. See \url{http://tex.stackexchange.com/questions/16569} for more advice. And they lived happily ever after.
\lipsum
\end{document}