emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Carsten Dominik <carsten.dominik@gmail.com>
To: Yury GEORGIEVSKIY <Yury.Georgievskiy@cern.ch>
Cc: emacs-orgmode@gnu.org
Subject: Re: Feature request [Resizeable Literal examples]
Date: Wed, 25 Mar 2009 10:17:07 +0100	[thread overview]
Message-ID: <693E3E35-CD48-4035-A294-2D246AE4863E@gmail.com> (raw)
In-Reply-To: <49C9E606.2050305@cern.ch>

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.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode

  reply	other threads:[~2009-03-25  9:17 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-25  8:06 Feature request [Resizeable Literal examples] Yury GEORGIEVSKIY
2009-03-25  9:17 ` Carsten Dominik [this message]
2009-07-22 15:26 ` Column groups vertical lines are broken in 6.28trans Yury GEORGIEVSKIY

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=693E3E35-CD48-4035-A294-2D246AE4863E@gmail.com \
    --to=carsten.dominik@gmail.com \
    --cc=Yury.Georgievskiy@cern.ch \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).