作者gerbe (cabin crew)
看板LaTeX
标题Re: [问题] 重新编译以适合电子阅读器
时间Sat May 18 21:36:50 2013
※ 引述《LaTeX <[email protected]>, 看板: LaTeX》之铭言:
: Hi,=20
: This is the model I used to make an eBook of any size. Feel free to modify =
: it. Recompile your source codes for eBook is what I would do. Although ther=
: e are other forms for ebook format, but LaTeX is fairly good and easy to ge=
: nerate an eBook.
: For Chinese eBook (horizontal, or vertical), use the well-established skill=
: s to modify this code.
: If 9pt is desired, use "extsizes" package (google can find it).=20
: PS: I don't understand your follow-up question.
谢谢你的回覆。
我的第二个问题是想问说,有文章的类别是 "package" 吗?
并非「载入」package,而是文章类别就是package.
这是我在arxiv上遇到的某篇文章(已经忘了是哪一篇..)
很奇怪的是他一开始就写 \documentclass{package}
然後我印象中是我无法编译,所以最後放弃把他放入我的nook。
PS. 另外一个离题的点:後来发现有些文章还是用tex写的,
所以没有\documentclass这个指令,得用tex来编译(而非latex).
: \documentclass[10pt]{article} % use extsizes for < 10pt
: \usepackage[left=3D0mm,top=3D0mm]{geometry}
: \pagestyle{empty}
: \setlength{\textheight}{xxmm} % =E5=AD=97=E9=AB=98
: \setlength{\textwidth}{xxmm} % =E5=AD=97=E5=AF=AC
: \setlength{\paperheight}{xxmm} % =E6=9B=B8=E9=95=B7 (=E8=9E=A2=E5=B9=95=E9=
: =95=B7)
: \setlength{\paperwidth}{xxmm} % =E6=9B=B8=E5=AF=AC (=E8=9E=A2=E5=B9=95=E5=
: =AF=AC)
: \parindent=3D2ex
: \title{eBook for Readers} \index{\LaTeX!width!paperwidth}
: \author{A. Author}
: \date{\today}
: \begin{document}
: \maketitle
: This code is for eReaders to read a PDF file.=20
: \end{document}
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 193.60.182.109