emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* export code snippet in beamer with different fonts
@ 2019-09-29 10:21 Luca Ferrari
  0 siblings, 0 replies; only message in thread
From: Luca Ferrari @ 2019-09-29 10:21 UTC (permalink / raw)
  To: emacs-org list

Hi all,
in my org files I've got examples like:

#+begin_src sql
testdb=# alter role simon with nologin;
testdb=# alter role group_a with login;
#+end_src

and in my latex theme I've got:

setbeamerfont{verbatim}{size=\tiny}

This is ok for most of my examples, but here are my questions:
1) the highlight seems not to work, all the text is made in fixed size
font but in plain back (no keyword highlighted). How can I circumvent
this?
2) is it possible to tella latex to export the snippet at the max size
available in the page? Something like
#+LaTeX: \resizebox{\textwidth}{!}{ ... }
that I place around my tables.

Thanks,
Luca

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-09-29 10:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-29 10:21 export code snippet in beamer with different fonts Luca Ferrari

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