emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* No text in pdf output
@ 2016-03-19 21:26 Guido Van Hoecke
  2016-03-19 21:34 ` Guido Van Hoecke
  0 siblings, 1 reply; 4+ messages in thread
From: Guido Van Hoecke @ 2016-03-19 21:26 UTC (permalink / raw)
  To: emacs-orgmode

Hi,

Had some strane problem when setting up org mode in a LXLE (Ubuntu
14.04.3 LTS) VirtualBox running an a W10 host.

I attach a small test.org file, the test.tex and test.pdf files that are
produced. The pdf file does not show any test, althought the tex file
sems to be ok (I'm a complete ignorandus with tex though).

Version info:
GNU Emacs 24.3.1 (x86_64-pc-linux-gnu, GTK+ Version 3.10.7) of 2014-03-07 on lamiak, modified by Debian
org-version 8.3.4
auctex 11.86-1ubuntu2
texlive-base 2013.20140215-1

I must have missed out on some very basic stuff?

Any help would be highly welcomed,

-- 
Guido

Yesterday upon the stair
I met a man who wasn't there.
He wasn't there again today --
I think he's from the CIA.

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

* Re: No text in pdf output
  2016-03-19 21:26 No text in pdf output Guido Van Hoecke
@ 2016-03-19 21:34 ` Guido Van Hoecke
  2016-03-19 23:01   ` John Kitchin
  0 siblings, 1 reply; 4+ messages in thread
From: Guido Van Hoecke @ 2016-03-19 21:34 UTC (permalink / raw)
  To: orgmode


[-- Attachment #1.1: Type: text/plain, Size: 864 bytes --]

Oops, forgot the files

On 19 March 2016 at 22:26, Guido Van Hoecke <guivho@gmail.com> wrote:

> Hi,
>
> Had some strane problem when setting up org mode in a LXLE (Ubuntu
> 14.04.3 LTS) VirtualBox running an a W10 host.
>
> I attach a small test.org file, the test.tex and test.pdf files that are
> produced. The pdf file does not show any test, althought the tex file
> sems to be ok (I'm a complete ignorandus with tex though).
>
> Version info:
> GNU Emacs 24.3.1 (x86_64-pc-linux-gnu, GTK+ Version 3.10.7) of 2014-03-07
> on lamiak, modified by Debian
> org-version 8.3.4
> auctex 11.86-1ubuntu2
> texlive-base 2013.20140215-1
>
> I must have missed out on some very basic stuff?
>
> Any help would be highly welcomed,
>
> --
> Guido
>
> Yesterday upon the stair
> I met a man who wasn't there.
> He wasn't there again today --
> I think he's from the CIA.
>

[-- Attachment #1.2: Type: text/html, Size: 1441 bytes --]

[-- Attachment #2: test.org --]
[-- Type: application/octet-stream, Size: 67 bytes --]

* One
** One.one
** One.two
Bla-bla-bla
* Two
* Three
** three.one

[-- Attachment #3: test.pdf --]
[-- Type: application/pdf, Size: 1828 bytes --]

[-- Attachment #4: test.tex --]
[-- Type: application/x-tex, Size: 907 bytes --]

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

* Re: No text in pdf output
  2016-03-19 21:34 ` Guido Van Hoecke
@ 2016-03-19 23:01   ` John Kitchin
  2016-03-20  7:47     ` Guido Van Hoecke
  0 siblings, 1 reply; 4+ messages in thread
From: John Kitchin @ 2016-03-19 23:01 UTC (permalink / raw)
  To: Guido Van Hoecke; +Cc: orgmode

looks like a LaTeX compiling issue maybe. Your file works fine and as
expected for me. Your tex file also builds fine. Can you build it manually?

Guido Van Hoecke writes:

> Oops, forgot the files
>
> On 19 March 2016 at 22:26, Guido Van Hoecke <guivho@gmail.com> wrote:
>
>> Hi,
>>
>> Had some strane problem when setting up org mode in a LXLE (Ubuntu
>> 14.04.3 LTS) VirtualBox running an a W10 host.
>>
>> I attach a small test.org file, the test.tex and test.pdf files that are
>> produced. The pdf file does not show any test, althought the tex file
>> sems to be ok (I'm a complete ignorandus with tex though).
>>
>> Version info:
>> GNU Emacs 24.3.1 (x86_64-pc-linux-gnu, GTK+ Version 3.10.7) of 2014-03-07
>> on lamiak, modified by Debian
>> org-version 8.3.4
>> auctex 11.86-1ubuntu2
>> texlive-base 2013.20140215-1
>>
>> I must have missed out on some very basic stuff?
>>
>> Any help would be highly welcomed,
>>
>> --
>> Guido
>>
>> Yesterday upon the stair
>> I met a man who wasn't there.
>> He wasn't there again today --
>> I think he's from the CIA.
>>


--
Professor John Kitchin
Doherty Hall A207F
Department of Chemical Engineering
Carnegie Mellon University
Pittsburgh, PA 15213
412-268-7803
@johnkitchin
http://kitchingroup.cheme.cmu.edu

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

* Re: No text in pdf output
  2016-03-19 23:01   ` John Kitchin
@ 2016-03-20  7:47     ` Guido Van Hoecke
  0 siblings, 0 replies; 4+ messages in thread
From: Guido Van Hoecke @ 2016-03-20  7:47 UTC (permalink / raw)
  To: John Kitchin; +Cc: orgmode

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

Hi John,

On 20 March 2016 at 00:01, John Kitchin <jkitchin@andrew.cmu.edu> wrote:

> looks like a LaTeX compiling issue maybe. Your file works fine and as
> expected for me. Your tex file also builds fine. Can you build it manually?
>
​
Thanks.

Did that and saw some fonts were missing.
Installed texlive-fonts-recommended and all works well now :)

Have a nice sunday,

Guido​


>
> Guido Van Hoecke writes:
>
> > Oops, forgot the files
> >
> > On 19 March 2016 at 22:26, Guido Van Hoecke <guivho@gmail.com> wrote:
> >
> >> Hi,
> >>
> >> Had some strane problem when setting up org mode in a LXLE (Ubuntu
> >> 14.04.3 LTS) VirtualBox running an a W10 host.
> >>
> >> I attach a small test.org file, the test.tex and test.pdf files that
> are
> >> produced. The pdf file does not show any test, althought the tex file
> >> sems to be ok (I'm a complete ignorandus with tex though).
> >>
> >> Version info:
> >> GNU Emacs 24.3.1 (x86_64-pc-linux-gnu, GTK+ Version 3.10.7) of
> 2014-03-07
> >> on lamiak, modified by Debian
> >> org-version 8.3.4
> >> auctex 11.86-1ubuntu2
> >> texlive-base 2013.20140215-1
> >>
> >> I must have missed out on some very basic stuff?
> >>
> >> Any help would be highly welcomed,
> >>
> >> --
> >> Guido
> >>
> >> Yesterday upon the stair
> >> I met a man who wasn't there.
> >> He wasn't there again today --
> >> I think he's from the CIA.
> >>
>
>
> --
> Professor John Kitchin
> Doherty Hall A207F
> Department of Chemical Engineering
> Carnegie Mellon University
> Pittsburgh, PA 15213
> 412-268-7803
> @johnkitchin
> http://kitchingroup.cheme.cmu.edu
>

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

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

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

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-19 21:26 No text in pdf output Guido Van Hoecke
2016-03-19 21:34 ` Guido Van Hoecke
2016-03-19 23:01   ` John Kitchin
2016-03-20  7:47     ` Guido Van Hoecke

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