| Colin's profileSound of SilencePhotosBlogLists | Help |
|
|
January 01 When to do when columns are narrow and there are overfull lines?
December 29 \hangindent\setbox0=\vbox{\hsize=2in\tolerance=9000\hbadness=10000\parskip=0pt \parfillskip=0pt\parindent=0pt\baselineskip=9pt \font\big=cmr10 at 50pt \font\small=cmr7 \small \hangindent=24pt \hangafter=-2 \leavevmode\smash{\lower28pt\llap{\big``\small\quad}}% Here is a short passage set in small type to demo hanging indentation on both ends of a paragraph. This is done by splitting a paragraph in two, indenting the first part at the\par \hangindent=-24pt \hangafter=3 top and the second part at the bottom, then adding the big quotes by means of llap and rlap. The rest is just details of moving boxes and getting the spacing just right.\smash{\lower24pt\rlap{\small\quad\big''}}} \wd0=0pt\ht0=0pt\dp0=0pt\box0 \nointerlineskip \hangindent=2.2in\hangafter=-8 {\hsize=4.2in\noindent The effect shown here is used a lot in books where high-quality typesetting is important. It has been achieved by setting certain paragraph parameters to special values, and by using boxes. the spaces for two big quotes are reserved by means of hanging indentation. Th text in small type is actually made of two paragraphs, one} An interesting example of \expandafter\expandafter\expandafter\expandafter\a\expandafter\b\c
Let's write it as \ex1\ex2\ex3\a\ex4\b\c.
The steps are
An application: \expandafter\expandafter\expandafter\lowercase\expandafter{\jobname}. December 19 TeX RoadmapDue to its intrinsic inflexibilities, I'm thinking about either
abandoning LaTeX entirely or at least designing new class files to suit
my taste. I'm planning three months' time to learn about basic Java
programming so as to be able to program with greater ease in TeX. The short-time goal will be to switch TeX (the plain format) or to design new class files. Meanwhile, I'll be trying out ConTeXt. If it proves as flexible as is described, I'll be switching to ConTeXt. The whole pace should be faster (actually much faster) then described above. December 05 CCT and CTeXBoth packages are quite easy to install.
Just drag the source files to \texmf\tex\latex and everything's set. December 03 Installing TeX on Mac OS X Tiger
Other resources: http://www.oikos.com.tw/modules/newbb/viewtopic.php?topic_id=15850&forum=2 http://tfcis.blogspot.com/2005/05/mac-os-x-tex.html http://latex.yauh.de/faq/index.php?aktion=artikel&rubrik=005003&id=30%E2%8C%A9=en November 30 再谈省略号用法Neals问了我一个很有趣的问题:1, 2, 3, . . . 这样的无穷序列如果出现在句末省略号到底怎么点法?
我的本能反应是用:1, 2, 3,~\dots.
但是想想不对,根据我现在使用的规则,四点的省略号第一点才是句号(除非使用rigirous method,那就是另外一番对话了),所以这样的点法显然是有问题的。但是,1, 2, 3. . . .是不可接受的,有一条明确规定,序列中的逗号不可以随便省略。
我现在的想法是,把1, 2, 3当成是语法不完整的句子,那么三个点就OK了。也就是1, 2, 3,~$\ldots$
不过还有一个问题,如果按照经典的空格规则,句末的空格应该大一点,这样似乎$\ldots$后面的空格应该大一些,所以如果用经典空格的,那么可能输入成$\ldots\,$更合理一点,但是这样做的问题也是显而易见的。
不过如果用了\frenchspacing,那么也就没有问题了…… |
|
|