all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Using #+INCLUDE for a .tex file
@ 2016-03-03 22:13 Nooreen Dabbish
  2016-03-03 22:55 ` Josiah Schwab
  2016-03-04  7:25 ` Eric S Fraga
  0 siblings, 2 replies; 3+ messages in thread
From: Nooreen Dabbish @ 2016-03-03 22:13 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 534 bytes --]

Hi,

I would like to include some latex files in my latex export exactly where I
place them in the flow.
I am trying to do this with

#+INCLUDE: file.tex

But this places them at the top of the document above the title. I have
also tried
#+INCLUDE: file.tex src latex
#+INCLUDE: file.tex src LaTeX
which did not include the tex.

I am now resorting to

#BEGIN_LATEX
\include{file}
#+END_LATEX

But  I am unhappy with this solution because I would like to generate the
include line as the raw results of a code block.

Thanks,
Nooreen

[-- Attachment #2: Type: text/html, Size: 835 bytes --]

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

end of thread, other threads:[~2016-03-04  7:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-03 22:13 Using #+INCLUDE for a .tex file Nooreen Dabbish
2016-03-03 22:55 ` Josiah Schwab
2016-03-04  7:25 ` Eric S Fraga

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.