Questions tagged [embedding]

about embedding other files such as source code or fonts into output documents, possibly using the PDF attachments feature.

176 questions
6
votes
2 answers

How to include a latex document as layout example?

I would like to include a latex document in an other latex document as figure to give an example for an layout, that means, the result of a latex document should be shown as, so to say a mini page in an other document: This is a Title of my Main…
user5950
  • 1,456
5
votes
1 answer

Can I embed a page from a website into a LaTeX document?

I am familiar with how to embed images into a LaTeX document, and have read some about embedding audio and video using the multimedia package, but what I want to do is a bit more complicated. The closest thing to what I want to do, that I could find…
j0equ1nn
  • 763
4
votes
0 answers

Attaching a file into PDF with Latex

\documentclass[pdftex,12pt,a4paper]{article} \usepackage{attachfile} \usepackage[pdftex]{graphicx} \begin{document} \pagenumbering{gobble} \textattachfile[mimetype=audio/wav,created=D:2012042200000000'00',modified=D:2012042200000000'00']{./kop-ech…
Petoetje59
  • 1,051
3
votes
0 answers

Rendering LaTeX equations at Github Wiki

Is there a reliable way to render LaTeX equations at my Github Wiki wikipages? I have used the Codecogs LaTeX Eqn Editor but I am facing some problems now, namely the incorrect rendering of the equations. Thanks in advance PS I know that this…
bolzano
  • 303
1
vote
2 answers

Can embedding objects into a document be done in LaTeX?

Is it possible to create a document with embedded objects like so?
Rtsne42
  • 205
1
vote
0 answers

Possibility of extracting information from an RSS feed into e.g. a beamer presentation

Is it possible to implement an RSS feed into a beamer presentation or are any packages planned for this functionality? The closest I've seen is the media9 package which does make a call to external sources (in this case a media player), so surely…
1010011010
  • 6,357