由买买提看人间百态

topics

全部话题 - 话题: hyphenat
(共0页)
y****e
发帖数: 1012
1
来自主题: TeX版 - 问个换行的问题
请问大家用这个模板和这个tex source code,为啥Abstract的前两句话换行有问题呢?
我包含了\usepackage{hyphenat}
为啥and/or没有被断开,
还有hypennated word比如utilization-based没有正确断开呢?
tex 代码
\documentclass{acm_proc_article-sp}
\usepackage{hyphenat}
\begin{document}
\title{Sample }
\author{}
\maketitle
\begin{abstract}
Classic caching algorithms leverage recency, frequency, and/or other
properties of the cached objects at per-object granularity.
For example, a separate
recency tracking and a space utilization-based container eviction scheme
a... 阅读全帖
a*****i
发帖数: 4391
2
Becoming Chinese - on paper, that is
By PARI CHANG
New York Times News Service
I recently married and took my husband's name: Chang. I am white and I am
Jewish and now I am Chinese - at least on paper. I grew up on 1970s
feminism; I went to law school, became a professional, and always imagined I
would keep my birth name to celebrate my selfhood. Yet when I married a
Chinese man, I realized that I could support our marriage best by changing
my name to his.
Hyphenation was an option, but hyphenat
g*********r
发帖数: 124
3
use hyphenat package and replace all "/" with \fshyp{}
e.g.,
\fshyp{}sys\fshyp{}devices\fshyp{}system\fshyp{}cpu\fshyp{}cpu1\fshyp{}
online
b*******t
发帖数: 33714
4
来自主题: TeX版 - 问个换行的问题
看了下这个package是把hyphenpenalty设高来阻止latex换行时把词劈两半自动加
hyphen,你的sample file本来不load这个package的时候劈了granularity这个词,如
果你用\usepackage[none]{hyphenat}可以强制让它不拆。
utilization-based我这边看是正确断开的(utilization-在第二段第一行末,based在
换行开头)。
and/or拆开的话得加一个hyphen,也说不出来好看不好看,也不太常见直接and/换行or
的排版。等我换web贴个截图

呢?
(共0页)