Compare commits

..

5 Commits

Author SHA1 Message Date
TEC c67b29cadf
---END PERSONAL NOPUSH DIVIDER---
--
2.42.0
2024-02-20 17:02:22 +08:00
TEC 27438eeb95
NOPUSH org: Don't fill displayed equations in text
* list/org.el (org-fill-element): If a displayed equation (\[ ... \])
starts on its own line, it should not be filled into the rest of the
text. I.e.,

some nice text
\[
  1+1=2
\]
more text.

should not become,

some nice text \[ 1+1=3 \] more text.

While the above example may not look bad, with non-trivial equations
this can become quite messy.
2024-02-20 17:02:22 +08:00
TEC d4df97457c
NOPUSH org-src: Prettify inline results
* lisp/org.el (org-inline-src-prettify-results):

* lisp/org-src.el (org-fontify-inline-src-blocks-1):
2024-02-20 17:02:22 +08:00
TEC 2fdee57c40
---NOPUSH PERSONAL DIVIDER---
--
2.42.0
2024-02-20 17:02:22 +08:00
TEC d0d4a0b44c
org-latex-preview: Add authors header
* lisp/org-latex-preview.el: Mention that Karthik and I authored this
file.
2024-02-20 17:02:21 +08:00
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
;; Copyright (C) 2022-2024 Free Software Foundation, Inc.
;; Authors: TEC <contact@tecosaur.net> and Karthik Chikmagalur
;; Keywords: tex, extensions, tools
;; This file is part of GNU Emacs.