emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* how to prevent long lines being cut when exporting from org to pdf
@ 2014-12-08 17:28 Suhas Pai
  2014-12-08 19:45 ` Eric S Fraga
  0 siblings, 1 reply; 6+ messages in thread
From: Suhas Pai @ 2014-12-08 17:28 UTC (permalink / raw)
  To: emacs-orgmode@gnu.org


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

Please see the attached test.org file and the exported test.pdfby using the command C-c C-e l p.
Thanks,Suhas

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

[-- Attachment #2: test.org --]
[-- Type: application/vnd.lotus-organizer, Size: 4325 bytes --]

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

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

* Re: how to prevent long lines being cut when exporting from org to pdf
  2014-12-08 17:28 how to prevent long lines being cut when exporting from org to pdf Suhas Pai
@ 2014-12-08 19:45 ` Eric S Fraga
  2014-12-08 20:16   ` Suhas Pai
  0 siblings, 1 reply; 6+ messages in thread
From: Eric S Fraga @ 2014-12-08 19:45 UTC (permalink / raw)
  To: Suhas Pai; +Cc: emacs-orgmode@gnu.org

On Monday,  8 Dec 2014 at 17:28, Suhas Pai wrote:
> Please see the attached test.org file and the exported test.pdfby using the command C-c C-e l p.

What is it you would expect to work?  The lines are very long...

You could get more text if you switch to landscape output:

,----
| #+latex_header: \usepackage{lscape}
| #+latex: \begin{landscape}
| ... your text
| #+latex: \end{landscape}
`----

-- 
: Eric S Fraga (0xFFFCF67D), Emacs 25.0.50.1, Org release_8.3beta-581-g0e52f0

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

* Re: how to prevent long lines being cut when exporting from org to pdf
  2014-12-08 19:45 ` Eric S Fraga
@ 2014-12-08 20:16   ` Suhas Pai
  2014-12-09  7:39     ` Eric S Fraga
  0 siblings, 1 reply; 6+ messages in thread
From: Suhas Pai @ 2014-12-08 20:16 UTC (permalink / raw)
  To: Eric S Fraga; +Cc: emacs-orgmode@gnu.org

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

Hi Eric,
Yes, there has to be physical limits to the length of line. I was hopingto play with the font size to shrink the line in some cases.  Is there one?This is at the cost of testing the limits of what you can read without needinga magnifying glass. 

 The landscape feature  is however a very good workaround.  :]
Thanks,Suhas

      From: Eric S Fraga <e.fraga@ucl.ac.uk>
 To: Suhas Pai <suhaspai@yahoo.com> 
Cc: "emacs-orgmode@gnu.org" <emacs-orgmode@gnu.org> 
 Sent: Monday, December 8, 2014 11:45 AM
 Subject: Re: [O] how to prevent long lines being cut when exporting from org to pdf
   
On Monday,  8 Dec 2014 at 17:28, Suhas Pai wrote:


> Please see the attached test.org file and the exported test.pdfby using the command C-c C-e l p.

What is it you would expect to work?  The lines are very long...

You could get more text if you switch to landscape output:

,----
| #+latex_header: \usepackage{lscape}
| #+latex: \begin{landscape}
| ... your text
| #+latex: \end{landscape}
`----

-- 
: Eric S Fraga (0xFFFCF67D), Emacs 25.0.50.1, Org release_8.3beta-581-g0e52f0


  

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

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

* Re: how to prevent long lines being cut when exporting from org to pdf
  2014-12-08 20:16   ` Suhas Pai
@ 2014-12-09  7:39     ` Eric S Fraga
  2014-12-09  9:46       ` Eric S Fraga
  0 siblings, 1 reply; 6+ messages in thread
From: Eric S Fraga @ 2014-12-09  7:39 UTC (permalink / raw)
  To: Suhas Pai; +Cc: emacs-orgmode@gnu.org

On Monday,  8 Dec 2014 at 20:16, Suhas Pai wrote:
> Hi Eric,

> Yes, there has to be physical limits to the length of line. I was
> hopingto play with the font size to shrink the line in some cases.  Is
> there one?This is at the cost of testing the limits of what you can
> read without needinga magnifying glass.

You could try

,----
| #+latex: {\fotnotesize
| ...
| #+latex: }
`----

Check out a  LaTeX manual for the various sizes available. 

-- 
: Eric S Fraga (0xFFFCF67D), Emacs 24.4.1, Org release_8.3beta-595-g5945be

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

* Re: how to prevent long lines being cut when exporting from org to pdf
  2014-12-09  7:39     ` Eric S Fraga
@ 2014-12-09  9:46       ` Eric S Fraga
  2014-12-09 16:42         ` Suhas Pai
  0 siblings, 1 reply; 6+ messages in thread
From: Eric S Fraga @ 2014-12-09  9:46 UTC (permalink / raw)
  To: Suhas Pai; +Cc: emacs-orgmode@gnu.org

On Tuesday,  9 Dec 2014 at 07:39, Eric S Fraga wrote:

[...]

> You could try
>
> ,----
> | #+latex: {\fotnotesize

Ooops, that should have been \footnotesize.

A list of possible sizes can be found here:
https://engineering.purdue.edu/ECN/Support/KB/Docs/LaTeXChangingTheFont


-- 
: Eric S Fraga (0xFFFCF67D), Emacs 24.4.1, Org release_8.3beta-589-g9eff31.dirty

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

* Re: how to prevent long lines being cut when exporting from org to pdf
  2014-12-09  9:46       ` Eric S Fraga
@ 2014-12-09 16:42         ` Suhas Pai
  0 siblings, 0 replies; 6+ messages in thread
From: Suhas Pai @ 2014-12-09 16:42 UTC (permalink / raw)
  To: Eric S Fraga; +Cc: emacs-orgmode@gnu.org

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

Hi Eric,
I can't thank you enough. Your suggestion of changing the font sizeworked great. The die-hard inquisitive would need a magnifying glassbut the information is there. I guess there is no wrap-around feature forlong lines.
Thanks again!
Suhas

      From: Eric S Fraga <e.fraga@ucl.ac.uk>
 To: Suhas Pai <suhaspai@yahoo.com> 
Cc: "emacs-orgmode@gnu.org" <emacs-orgmode@gnu.org> 
 Sent: Tuesday, December 9, 2014 1:46 AM
 Subject: Re: [O] how to prevent long lines being cut when exporting from org to pdf
   
On Tuesday,  9 Dec 2014 at 07:39, Eric S Fraga wrote:



[...]

> You could try
>
> ,----
> | #+latex: {\fotnotesize

Ooops, that should have been \footnotesize.

A list of possible sizes can be found here:
https://engineering.purdue.edu/ECN/Support/KB/Docs/LaTeXChangingTheFont


-- 
: Eric S Fraga (0xFFFCF67D), Emacs 24.4.1, Org release_8.3beta-589-g9eff31.dirty


  

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

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

end of thread, other threads:[~2014-12-09 16:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-08 17:28 how to prevent long lines being cut when exporting from org to pdf Suhas Pai
2014-12-08 19:45 ` Eric S Fraga
2014-12-08 20:16   ` Suhas Pai
2014-12-09  7:39     ` Eric S Fraga
2014-12-09  9:46       ` Eric S Fraga
2014-12-09 16:42         ` Suhas Pai

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