emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* A quick LaTeX reference guide in Org
@ 2021-10-24 15:37 Emmanuel Charpentier
  2021-10-25  3:55 ` Jean-Christophe Helary
  0 siblings, 1 reply; 10+ messages in thread
From: Emmanuel Charpentier @ 2021-10-24 15:37 UTC (permalink / raw)
  To: maciaschain, emacs-orgmode

"A quick LaTeX reference guide"...

Nice oxymoron !

--
Emmanuel Charpentier



^ permalink raw reply	[flat|nested] 10+ messages in thread
* A quick LaTeX reference guide in Org
@ 2021-10-24 14:23 Juan Manuel Macías
  2021-10-24 20:18 ` Tim Cross
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Juan Manuel Macías @ 2021-10-24 14:23 UTC (permalink / raw)
  To: orgmode

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))))

Best regards,

Juan Manuel 


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2021-10-25 14:13 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-24 15:37 A quick LaTeX reference guide in Org Emmanuel Charpentier
2021-10-25  3:55 ` Jean-Christophe Helary
  -- strict thread matches above, loose matches on Subject: below --
2021-10-24 14:23 Juan Manuel Macías
2021-10-24 20:18 ` Tim Cross
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

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).