当前位置:  开发笔记 > 编程语言 > 正文

如何在EMACS上完全证明乳胶代码

如何解决《如何在EMACS上完全证明乳胶代码》经验,为你挑选了1个好方法。

我想在EMACS上完全证明乳胶代码,以便我的乳胶代码看起来更好.例如,我记得我的顾问以完全合理的方式向我发送胶乳,如下所示:

In ~\cite{Hummel2004},  authors described  an approach  for harvesting
software components from the Web. The basic  idea is to use the Web as
the  underlying repository,  and to  utilize standard  search engines,
such  as Google,  as  the means  of  discovering appropriate  software
assets.  Other  researchers  have crawled  through  Internet  publicly
available  CVS repositories  to  build their  own  source code  search
engines (e.g., SPARS-J)~\cite{Matsushita2005}.

我想他的列宽设置为70列.有人能给我一个暗示吗?



1> dmckee..:

标准fill.el软件包包含命令justify-current-line,它是您需要的一部分.从功能帮助:

Do some kind of justification on this line.
Normally does full justification: adds spaces to the line to make it end at
the column given by `current-fill-column'.
Optional first argument how specifies alternate type of justification:
it can be `left', `right', `full', `center', or `none'.
If how is t, will justify however the `current-justification' function says to

其他海报已经给你神奇的邀请:

M-x set-justification

作为一个哲学的侧面说明,固定的文本证明的理由是在不灵活的输出设备上伪造真正的排版.因此将它应用于LaTeX源对我来说似乎有点奇怪.此外,我几个月来一直使用"一句话到一行"的方法来处理LaTeX文档,发现它确实改善了LaTeX的可编辑性和源代码控制行为,所以我建议不要这样做.

推荐阅读
pan2502851807
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有