TeX is a typesetting language developed by Donald Knuth. It takes source text together with a few typesetting instructions and produces, one hopes, a beautiful document. Beautiful documents use and " to delimit quotations, rather than the mundane " which is what is provided by most keyboards. Keyboards typically do not have an oriented double-quote, but they do have a left-single-quote ` and a right-single-quote '. Check your keyboard now to locate the left-single-quote key ` (sometimes called the
backquote key") and the right-single-quote key ’ (sometimes called the apostrophe" or just
quote"). Be careful not to confuse the left-single-quote with the ``backslash" key \. TeX lets the user type two left-single-quotes `` to create a left-double-quote `` and two right-single-quotes '' to create a right-double-quote(键盘通常没有定向双引号,但它们有左单引号和右单引号。现在检查你们的键盘,找到左单引号键
(有时称
TEX Quotes(思维)
最新推荐文章于 2021-01-10 11:08:01 发布
该文介绍了一种程序,用于将文本中的双引号转换为TeX所需的定向引号格式。输入包含偶数个双引号的文本行,程序会将每个双引号对替换为TeX的```和``'``字符序列,从而实现定向引号的排版效果。
摘要由CSDN通过智能技术生成