Working with Latex under Emacs

*/-->

Working with Latex under Emacs

Table of Contents

  • 1. When things go wrong running C-c C-c to generate *.bbl from *.bib.
  • 2. The correct way to insert newlines in a section of text, not a paragraph.
  • 3. Why do you sometimes encounter the WARNING underfull \hbox?

It is high time that I read papers and work with my teammates to do some
research works on Computer Architecture, after some awful experience with MS
Word, I decided to use latex to take notes. In this post, I will briefly record
the various problems encountered when using emacs+auctex.

1 When things go wrong running C-c C-c to generate *.bbl from *.bib.

I admit emacs is smart enough to do what is supposed to do in a latex buffer,
but sometimes things may get more complicated than emacs itself can resolve,
so it is necessary to help emacs a little.
The problem is that when I run C-c C-c to a latex buffer, it failed to
generate the *.aux and *.bbl files, which are used for bib, the way to solve
this problem is to run the following commands manually:

pdflatex jobname.tex Generate the jobname.aux file for bibtex
bibtex jobname.aux Create the jobname.bbl from the jobname.aux file
pdflatex jobname.tex Generate the pdf file from the above files
pdflatex jobname.tex Resolve undefined reference

2 The correct way to insert newlines in a section of text, not a paragraph.

Line break accepts optional argument in brackets, whirs tells the vertical
length to separate:

line1
\\[1\baselineskip]
line2

3 Why do you sometimes encounter the WARNING underfull \hbox?

This problem has something to do with the inter-word space of one line, when
all the words in the line can not be cut properly, latex will complain about,
so re-word the sentence can always solve the problem.
By the way, latex can still produce the correct document if you ignore the
warning.

Author: wujing

Created: 2014-09-19 五 09:28

Emacs 24.3.1 (Org mode 8.2.6)

Validate

时间: 2024-10-11 01:15:51

Working with Latex under Emacs的相关文章

Emacs for All, All for Emacs

*/--> Emacs for All, All for Emacs Table of Contents 1. How to enable Chinese input in emacs? 2. Is it possible to use version control tools like svn, git, cvs…? 3. How do I make emacs recognize the version-controlled files? 4. How to use latex in em

王垠:完全用Linux工作 - imsoft.cnblogs

完全用Linux工作,抛弃windows 我已经半年没有使用 Windows 的方式工作了.Linux 高效的完成了我所有的工作. GNU/Linux 不是每个人都想用的.如果你只需要处理一般的事务,打游戏,那么你不需要了解下面这些了. 我不是一个狂热的自由软件份子,虽然我很喜欢自由软件.这篇文章也不是用来推行自由软件运动的,虽然我觉得自由软件运动是非常好的. 这篇文章也不是用来比较 Linux 和 Windows 内核效率,文件系统,网络服务的.我现在是作为一个用户而不是一个开发者来说话的,我

完全用Linux工作,抛弃windows

录一篇旧文 作者:王垠 我已经半年没有使用 Windows 的方式工作了.Linux 高效的完成了我所有的工作. GNU/Linux 不是每个人都想用的.如果你只需要处理一般的事务,打游戏,那么你不需要了解下面这些了. 我不是一个狂热的自由软件份子,虽然我很喜欢自由软件.这篇文章也不是用来推行自由软件运动的,虽然我觉得自由软件运动是非常好的. 这篇文章也不是用来比较 Linux 和 Windows 内核效率,文件系统,网络服务的.我现在是作为一个用户而不是一个开发者来说话的,我们的讨论是基于操作

完全用Linux工作-王垠

前言,一段正经的屁话: 这篇文章已经被奉为经典,反复传颂.毫无疑问,当我这样毛头小子遇到这样的感情强烈,立场分明的文章,要是能再带上一点高大上.处处散发着为我等吊丝着想的品质,我等就会感激涕零,仅仅追随.即时已经过去很多年,似乎有的人已经对此默然,即使仍有万千呲之以鼻者,但我等还是找着了方向似的,励志效忠于此. 今日贴下此文,要经常查看,作为信徒,让Linux根深蒂固. 正文部分: 完全用Linux工作,抛弃windows 我已经半年没有使用 Windows 的方式工作了.Linux 高效的完成

完全用Linux工作 | 快课网

作者:王垠 完全用Linux工作,抛弃windows 我已经半年没有使用 Windows 的方式工作了.Linux 高效的完成了我所有的工作. GNU/Linux 不是每个人都想用的.如果你只需要处理一般的事务,打游戏,那么你不需要了解下面这些了. 我不是一个狂热的自由软件份子,虽然我很喜欢自由软件.这篇文章也不是用来推行自由软件运动的,虽然我觉得自由软件运动是非常好的. 这篇文章也不是用来比较 Linux 和 Windows 内核效率,文件系统,网络服务的.我现在是作为一个用户而不是一个开发者

【转】完全用Linux工作

我已经半年没有使用 Windows 的方式工作了.Linux 高效的完成了我所有的工作. NU/Linux 不是每个人都想用的.如果你只需要处理一般的事务,打游戏,那么你不需要了解下面这些了. 我不是一个狂热的自由软件份子,虽然我很喜欢自由软件.这篇文章也不是用来推行自由软件运动的,虽然我觉得自由软件运动是非常好的. 这篇文章也不是用来比较 Linux 和 Windows 内核效率,文件系统,网络服务的.我现在是作为一个用户而不是一个开发者来说话的,我们的讨论是基于操作,应用层面的.是为了告诉大

AUCTeX+Emacs 是目前我见过的能最大限度提高 LaTeX 编辑效率的编辑器 (转)

AUCTeX+Emacs 是目前我见过的能最大限度提高 LaTeX 编辑效率的编辑器 效率的提高程度取决于你对 Emacs/lisp 的熟悉程度,但可以说基本上能提高到你所能想象的最大程度了.下面我会就效率方面介绍它的几个特性,不仅与 WinEdt 做对比,同时也和其他 OSX上的某些编辑器做一下对比, 安装和配置网上很多,比如这篇小文档[1],这里就不介绍了. 强大的快捷键系统 (CDLaTeX) 就提高编辑效率而言,快捷键是最重要的,同样的内容别的编辑要按10下键盘才能实现你就按5下就实现了

在Emacs中生成LaTeX公式

苹果系统下面有个LaTeXiT软件,可以方便地生成LaTeX公式,然后拖拽到别的程序中直接使用.在Windows下这方面的工具就比较少了.不过如果装有CTeX中文套装和Emacs的话,倒不妨自己做一个简易的版本. 思路很简单:开一个Emacs buffer,编辑好公式,执行自编的texify函数调用相关命令生成dvi文件.然后再根据这篇文章中说的方法,对其进行适当的裁剪,并一次生成多种图片格式,以供其他程序使用.该函数如下: (defun texify () (interactive) (let

Variables controlling HTML and LaTeX export in Emacs Org mode

Emacs Org mode is a very powerful, versatile and extensible package, which can be used for personal information management, maintenance of a wiki platform, implementation of a GTD system, etc. With a simple markup grammar, it is very easy for the use