On Fri, Apr 17, 2015 at 1:49 AM, Divneil <[email protected]> wrote:

> Is there a solution to this (resizing text), may be asciidoctor? Thanks.


Text size is handled by the stylesheet. Therefore, you'd need to add extra
styles (perhaps using a docinfo file or by using a custom stylesheet). You
can add a CSS class hint so you know what you want to reduce using a role.
Something like:

[source.squeeze,c]
----
/* long C header file */
----

Then you'd style the "squeeze" class in CSS.

-Dan


-- 
Dan Allen | http://google.com/profiles/dan.j.allen

-- 
You received this message because you are subscribed to the Google Groups 
"asciidoc" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/asciidoc.
For more options, visit https://groups.google.com/d/optout.

Reply via email to