From: Thomas Alexander Gerds <tag@biostat.ku.dk>
To: emacs-orgmode@gnu.org
Subject: latex figure scaling question, backward compatibility and outdated manual
Date: Tue, 19 Mar 2013 14:10:30 +0100 [thread overview]
Message-ID: <grb615k3p35yd5.fsf@linuxifsv005.sund.root.ku.dk> (raw)
the following page from the official manual
http://orgmode.org/manual/Images-in-LaTeX-export.html
says
#+ATTR_LaTeX: width=5cm,angle=90
however, the new exporter does not recognize this syntax. instead the
following works:
#+ATTR_LaTeX: :width 5cm
I was learning about this by guessing around for some time ... it is
surprisingly hard to edebug the export process (any hints?).
next, the following educated guess does not work:
#+ATTR_LaTeX: :width 5cm :angle 90
instead one needs to say
#+ATTR_LaTeX: :width 5cm,angle 90
I am not sure whether these changes are very intuitive, or more
intuitive than the old style. but, the changes interfere with the aim to
have reproducible documents.
now, I am ready to convert all my old documents to the new syntax. Would
someone share a (elisp/sed/perl/other) macro that reliably goes through
old org-mode files and converts the part of the syntax which is not
compatible with the new exporter? [it is easy to convert (width=) to
(:width) in lines that start with #+ATTR_LaTeX: but this is not the full
story.
Such a macro could then be applied to update the manual ...
cheers
Thomas
next reply other threads:[~2013-03-19 13:10 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-19 13:10 Thomas Alexander Gerds [this message]
2013-03-20 12:04 ` latex figure scaling question, backward compatibility and outdated manual Thomas Alexander Gerds
2013-03-21 21:11 ` Nicolas Goaziou
2013-03-22 7:47 ` Thomas Alexander Gerds
2013-03-22 15:02 ` Nicolas Goaziou
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=grb615k3p35yd5.fsf@linuxifsv005.sund.root.ku.dk \
--to=tag@biostat.ku.dk \
--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).