- c - 在位数组中找到第一个零
- linux - Unix 显示有关匹配两种模式之一的文件的信息
- 正则表达式替换多个文件
- linux - 隐藏来自 xtrace 的命令
在编辑非所见即所得(LaTeX、HTML 等)散文时,您可能希望在句子末尾换行。这有几个优点:
例如:
% The following isn't strictly true; maybe excise or comment out for now:
After all, people who use Word or other WYSIWYG editors are aiding and
abetting terrorists.
最重要的优势可能是它使版本控制下的协作编辑变得更加容易。否则你最终会遇到冲突,它只会通知你“这个大段落的以下两个版本存在冲突”。
但是在句子末尾保持换行说起来容易做起来难...
As you edit the prose
it will get all chopped up, like this.
Normally you'd do a "reformat paragraph"
to clean it up, but then
you lose the newlines at the ends of your sentences!
下面的问题问的是如何在emacs中解决这个问题:
How do I get Emacs to fill sentences, but not paragraphs?
我想知道人们如何在其他编辑器中处理这个问题,包括 vim、TeXShop、TextMate 以及您认为在此处收集有用的任何其他编辑器。也欢迎就软包装和硬包装提出建议。
最佳答案
我认为最简单的解决方案是只在句号后添加换行符。您的编辑将永远不会分割线。
请注意,对于散文,您可以很好地依赖编辑器的换行功能来换行长句子 - 除非您坚持像使用代码那样缩进它(我在 latex 中不缩进那么多),
关于html - 编辑摊牌 : Maintain newlines at the ends of sentences,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/543379/
我正在尝试用 AngularJS 编写 Markdown 编辑器。我正在使用 Angular Markdown (AngularJS Showdown 包装器)来解析 Markdown ,我想使用 h
我正在尝试使用 stack over flows Markdown 编辑器 showdown通过它的 Angularjs 模块 ng-showdown 一切正常,但包含的图像是它们的实际/原始大小。
我是一名优秀的程序员,十分优秀!