emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Feature request [Resizeable Literal examples]


From: Carsten Dominik
Subject: Re: [Orgmode] Feature request [Resizeable Literal examples]
Date: Wed, 25 Mar 2009 10:17:07 +0100

Why don't you just use CSS to change the font size in <pre> examples?

Having different font sizes for different examples will look terrible.

- Carsten

On Mar 25, 2009, at 9:06 AM, Yury GEORGIEVSKIY wrote:

Hello,

I'm using orgmode to make user documentation.

A lot of my Literal Examples are too big to fit
on the A4 paper to print them out.

In order to fit them on the A4, I'm changing HTML font size
every time.

To be more vivid - I've attached an example to export in HTML
(example.org) and "fat" literal example (seq_diag.txt)
that will be resized.

First diagram will fit on A4 paper, while second one will not,
as it is too big.

I think may be it's a good idea to add the switch for changing
font size, where size can be expressed in percentage or/and
paper size.

It can look something like:
#+BEGIN_EXAMPLE -f 60%
or
#+BEGIN_EXAMPLE -f A4

Thanks in advance,
Yury
#+TITLE:   Pretty print.
#+STARTUP: hidestars
#+OPTIONS: toc:nil

* Shrinked Sequential diagram.

#+BEGIN_HTML
<style type="text/css">
example1 { font-size: 60%; }
</style>
<example1>
#+END_HTML

#+BEGIN_EXAMPLE
#+INCLUDE "seq_diag.txt"
#+END_EXAMPLE

#+BEGIN_HTML
</example1>
#+END_HTML

* Normal Sequential diagram.
#+BEGIN_EXAMPLE
#+INCLUDE "seq_diag.txt"
#+END_EXAMPLE
                                       QDP Sequence diagram.

User application | <--------------------- RTI ------------------------->| | | +------+ +------ + +------+ +------+ +-------+ | | | | | | | | | | | BC | | PP | | FP | | TB | | AMT | | | | | | | | | | | +---+--+ +---+-- + +---+--+ +---+--+ +---+---+ | | | | | | | | | +-+ | send_quick_data(RS_ECHO | RS_CONF | RS_REF ) +- + | | | | +------------------------------------------------->| | | | | +------------+ | | | | | | | | | user can check Transmit Buffer | | | | | | | |<-------------------------------------------------+ | | | | | | | | | | | | | fill in | | get_quick_data | | | | | | | +- + ------------------------------------------------------------------------------------> | | | aquisition | | | | | | | | | | | | | | | acq_msg | | message | | | if (RS_ECHO | RS_CONF) |<-------------------+ |<-----------+ | | | | ctrl_msg | | | | | | | +--------------------->| | | | | | | | conf_msg | | | | | | | | | | | | | | | | | | | | | | else (RS_REF) | | | | | | | +----------------+ | | | | | | | | change RTI | | | | | +-+ | | configuration | | fill | | | | | | <---------------+ +--------->| | | | | | | buffer | | | | POWC data is ready | | | | | < -------------------------------------------------------------------------------------+ | | | | | | | | | | +- + | | | | | | | | | | | | | | | | | | | | | | | | | | +-+


   BC  - Bus Controller. Application level.
   PP  - Process Packet.
   FP  - Feed Packet.
   TB  - Transmit Buffer.
   AMT - Acqusition Message Task thread.
_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-orgmode





reply via email to

[Prev in Thread] Current Thread [Next in Thread]