emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Tim Cross <theophilusx@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Re: A quick LaTeX reference guide in Org
Date: Mon, 25 Oct 2021 07:18:38 +1100	[thread overview]
Message-ID: <m2k0i2xjga.fsf@blind-drunk.fritz.box> (raw)
In-Reply-To: <875ytmv6vf.fsf@posteo.net>


Juan Manuel Macías <maciaschain@posteo.net> writes:

> Hi,
>
> The TeXstudio editor includes a comprehensive LaTeX reference guide in
> HTML
> (https://github.com/texstudio-org/texstudio/blob/master/utilities/latexhelp.html).
> I have converted it to Org with Pandoc (and then cleaned it up and fixed
> some broken links). It can be downloaded here:
> https://cloud.disroot.org/s/krGSf7TmFZRiyZL
>
> I think it may be useful for a quick LaTeX query. You could even use
> org-ql and define a function like this:
>
> (require 'org-ql)
> (defun my-latex-apropos ()
>   (interactive)
>   (let ((regexp (if (not (current-word t t))
> 		    (read-from-minibuffer "Find (regexp): ")
> 		  (read-from-minibuffer "Find: " (current-word t t)))))
>     (org-ql-search
>       "/path-to/latexreference.org"
>       `(regexp ,regexp))))
>
>

There is also a latex2e.info package 'out there'. I have it installed
from my Linux distro and find being able to run (info)Latex very useful
as a basic reference. 


  reply	other threads:[~2021-10-24 20:22 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-24 14:23 A quick LaTeX reference guide in Org Juan Manuel Macías
2021-10-24 20:18 ` Tim Cross [this message]
2021-10-25 11:35   ` Juan Manuel Macías
2021-10-25 12:30     ` Eric S Fraga
2021-10-25 12:58       ` John Hendy
2021-10-25 14:10       ` Juan Manuel Macías
2021-10-25  0:42 ` Thomas S. Dye
2021-10-25 10:29 ` Eric S Fraga
  -- strict thread matches above, loose matches on Subject: below --
2021-10-24 15:37 Emmanuel Charpentier
2021-10-25  3:55 ` Jean-Christophe Helary

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m2k0i2xjga.fsf@blind-drunk.fritz.box \
    --to=theophilusx@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).