Search found 3 matches
- Mon Jan 05, 2026 8:33 pm
- Forum: LyX
- Topic: Emacs key bindings
- Replies: 0
- Views: 894
Emacs key bindings
Can LyX be configured to use Emacs navigation key-bindings, like ctrl-n and ctrl-p for down/up, without replacing any of the existing bindings?
- Thu Dec 11, 2025 5:04 am
- Forum: LyX
- Topic: TikZ previews affected by LyX UI style?
- Replies: 0
- Views: 1153
TikZ previews affected by LyX UI style?
It appears that TikZ previews are affected by the LyX user interface style?!
When I have a regular white background and black text UI (preferences | look and feel | default UI style), I can enter LyX code wrapped by preview and have the preview show up as intended. HOWEVER, if I switch to a dark ...
When I have a regular white background and black text UI (preferences | look and feel | default UI style), I can enter LyX code wrapped by preview and have the preview show up as intended. HOWEVER, if I switch to a dark ...
- Fri Nov 28, 2025 8:29 am
- Forum: LyX
- Topic: Implementing a custom module to support journalling?
- Replies: 0
- Views: 1391
Implementing a custom module to support journalling?
Hi everyone.
I use LaTeX to write journals with dated entries. The way I deal with the entries with a small bit of code and a new command:
% journal entry command
\usepackage[en-CA]{datetime2}
\newcommand{\journalentry}[2]{
\renewcommand{\thesection}{\DTMdate{#1}} % numbering to date
\section ...
I use LaTeX to write journals with dated entries. The way I deal with the entries with a small bit of code and a new command:
% journal entry command
\usepackage[en-CA]{datetime2}
\newcommand{\journalentry}[2]{
\renewcommand{\thesection}{\DTMdate{#1}} % numbering to date
\section ...