Yuchen Guo writes:
> Maybe I'm getting confused here, but as of the latest commit
> (cbe3f2d697a973a41a412b826ab9435d5523f3d0):
>
> - in ox-html.el, `org-html-with-latex' is defined as
> `org-export-with-latex', with the comment that:
>
> `mathjax', t: Do MathJax preprocessing and arrange fo
Ihor Radchenko writes:
> 1. MathJax is not the default export option. See org-html-with-latex
Maybe I'm getting confused here, but as of the latest commit
(cbe3f2d697a973a41a412b826ab9435d5523f3d0):
- in ox-html.el, `org-html-with-latex' is defined as
`org-export-with-latex', with the comme
On Mon, Apr 4, 2022, 12:06 AM Ihor Radchenko wrote:
>
> I think your examples are a bit misleading.
I have the indentations correct in my three examples.
A list item continues until
> there are _2_ blank lines or until the subsequent line is not indented >=
> current list item indentation:
>
Kaushal Modi writes:
>> Do I understand it correct that the end of a list is marked by an empty
>> line?
>>
>
> Yes. I think that the list items follow the same rules as Paragraphs [1]
> i.e. A list item continues until it sees a blank line. This is identical to
> Markdown.
>
I think your exampl
On Sun, Apr 3, 2022, 4:29 PM wrote:
> Hello togehter,
>
> is it usual to have auto-fill-mode (automatic new-line after n
> characters) turned on in org or org-roam (including fill-column set e.g.
> to 80)?
>
I cannot comment on that. Enabling auto-fill-mode is user preference.
Or let me ask fro
Rudolf Adamkovič writes:
>> For me, Emacs using MathJax as default came across as an unpleasant
>> surprise: any person aware of the free/libre software movement knows
>> that one should never allow Javascript to run in their browser: (ref
>> https://www.gnu.org/philosophy/javascript-trap.html ).
On Sun, Apr 3, 2022 at 7:46 PM John Kitchin wrote:
...
> When I put my cursor on the org-cite line and press spc, I see a message box
> pop up, and the @key has a tooltip of "BARE LINK".
> Does anyone else see this?
Yes; I see the same thing with your example.
Bruce
I think there is some overlap between the org-cite syntax and org-link
activation.
Consider this org-cite:
[cite/noauthor/bare:@key]
Now define this link:
#+BEGIN_SRC emacs-lisp
(org-link-set-parameters "bare"
:help-echo "BARE LINK"
:activate-func (lambda (start end path _bracketp)
(message-bo
I was looking into using latex commands as styles in org-cite, e.g.
[cite/citet:@key]. That example works fine, but [cite/citet*:@key] is not
allowed. Could that be allowed?
John
---
Professor John Kitchin (he/him/his)
Doherty Hall A207F
Department of Chemical E
I found org-export-as-html and tested this
- one
eins
ens
This as html is
one
eins
ens
Am 03.04.2022 22:28 schrieb c.bu...@posteo.jp:
Hello togehter,
is it usual to have auto-fill-mode (automatic new-line after n
characters) turned on in org or org-roam (including fill-column set
e.g.
Hello togehter,
is it usual to have auto-fill-mode (automatic new-line after n
characters) turned on in org or org-roam (including fill-column set e.g.
to 80)?
Or let me ask from another point of view: Is it usual to have multiline
list entries?
- first list entry
- second list entry with mo
Yuchen Guo writes:
Hi Yuchen!
> I think we can solve this issue by looking at how Wikipedia does the
> alignment of text and LaTeX snippets. [...] The alignment parameters
> are also dependent on the snippet itself.
Good idea!
> For me, Emacs using MathJax as default came across as an unpleas
>>> "JMM" == Juan Manuel Macías writes:
Hi Juan Manuel
> Hi Uwe,
> Uwe Brauer writes:
>> But I would like a smaller width say 0.5, how can I achieve that?
> #+ATTR_LaTeX: :float nil
> #+ATTR_LaTeX: :width
Thanks very much, that was very helpful
Uwe
smime.p7s
Description: S/MIME cryptograp
Hello,
I wanted to customize the headline fonts. I ended up writing this
in my emacs configuration :
<>
(custom-theme-set-faces
'user
`(org-document-title ((t (:height 1.5
`(org-level-1 ((t (:inherit outline-1 :height 1.4
`(org-level-2
I've been thinking about how to get nice Org access on my PinePhone. My
current favoured option is Organice, with a local WebDAV server on the
phone. My Org is mastered in a hosted git repo, and I already have a script
for syncing between that and a local clone on various devices. I think I
just ne
Hi Uwe,
Uwe Brauer writes:
> But I would like a smaller width say 0.5, how can I achieve that?
#+ATTR_LaTeX: :float nil
#+ATTR_LaTeX: :width
#+CAPTION: El método del Trapecio punto fijo vs PC
[[./diagram-trapfix-vs-trapfixpc-norigid.png]]
(You can add more options to the includegraphics optio
Hi
The org syntaxes
#+ATTR_LaTeX: :float nil
#+CAPTION: El método del Trapecio punto fijo vs PC
[[./diagram-trapfix-vs-trapfixpc-norigid.png]]
Gets translated to
\begin{center}
\includegraphics[width=.9\linewidth]{./diagram-trapnwt-vs-trapnwtpc-norigid.png}
\captionof{figure}{\label{Eulimpfix}
17 matches
Mail list logo