1
Auctex (alien.top)

Hi, Gnu Emacs noob here. I'm having trouble debugging AUCTeX. When I run TeX-command-run-all with C-c C-a Biber is not run for some reason I can't figure out, and I must run it manually with C-c C-c Biber RET to have my citations properly compiled.

Does anyone know how I can forse C-c C-a to run Biber as well as the other commands?

My config is pretty vanilla and for AUCTeX is as follows:

;; Auctex
(require 'package)
(unless (package-installed-p 'auctex)
  (package-install 'auctex))

(require 'tex)

(push (list 'output-pdf "Skim") TeX-view-program-selection)

I'm running Emacs 29.1 downloaded from MacPorts on a MacBook Air m1.

thanks!

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here
this post was submitted on 01 Oct 2023
1 points (100.0% liked)

Emacs

0 readers
1 users here now

A community for the timeless and infinitely powerful editor. Want to see what Emacs is capable of?!

Get Emacs

Rules

  1. Posts should be emacs related
  2. Be kind please
  3. Yes, we already know: Google results for "emacs" and "vi" link to each other. We good.

Emacs Resources

Emacs Tutorials

Useful Emacs configuration files and distributions

Quick pain-saver tip

founded 1 year ago
MODERATORS