emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Yury GEORGIEVSKIY <Yury.Georgievskiy@cern.ch>
To: emacs-orgmode@gnu.org
Subject: Feature request [Resizeable Literal examples]
Date: Wed, 25 Mar 2009 09:06:30 +0100	[thread overview]
Message-ID: <49C9E606.2050305@cern.ch> (raw)

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

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

[-- Attachment #2: example.org --]
[-- Type: text/plain, Size: 374 bytes --]

#+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

[-- Attachment #3: seq_diag.txt --]
[-- Type: text/plain, Size: 4473 bytes --]

                                        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.

[-- Attachment #4: Type: text/plain, Size: 204 bytes --]

_______________________________________________
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  8:06 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-25  8:06 Yury GEORGIEVSKIY [this message]
2009-03-25  9:17 ` Feature request [Resizeable Literal examples] Carsten Dominik
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=49C9E606.2050305@cern.ch \
    --to=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).