mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(cal-tex-preamble-extra): Add an example string value to help people
with the formatting.
This commit is contained in:
parent
64fc5f5a40
commit
a20013c1bb
2 changed files with 6 additions and 1 deletions
|
|
@ -142,7 +142,9 @@ At present, this only affects `cal-tex-cursor-day'"
|
|||
"A string giving extra LaTeX commands to insert in the calendar preamble.
|
||||
For example, to include extra packages:
|
||||
\"\\\\usepackage{foo}\\n\\\\usepackage{bar}\\n\"."
|
||||
:type '(choice (const nil) string)
|
||||
:type '(choice (const nil)
|
||||
;; An example to help people format things in custom.
|
||||
(string :value "\\usepackage{foo}\n\\usepackage{bar}\n"))
|
||||
:group 'calendar-tex
|
||||
:version "22.1")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue