<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Stylesheet change to get documentation to print compactl in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/Stylesheet-change-to-get-documentation-to-print-compactly/m-p/101238#M8252</link>
    <description>&lt;BLOCKQUOTE&gt; In these cases Firefox is significantly better at outputting more readable print than IE&lt;/BLOCKQUOTE&gt;

This is a surprise? Is there anything IE is still good at compared to something else? (aside from propogation of undesirable executables).</description>
    <pubDate>Thu, 27 Jan 2005 15:06:06 GMT</pubDate>
    <dc:creator>TomWaltz</dc:creator>
    <dc:date>2005-01-27T15:06:06Z</dc:date>
    <item>
      <title>Stylesheet change to get documentation to print compactly</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Stylesheet-change-to-get-documentation-to-print-compactly/m-p/101235#M8249</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;Just in case any of you aren't into CSS and have wanted to print some of the dev documents, such as the Library Tools doc, or the Basic Library docs, which are in HTML only:&lt;BR /&gt;&lt;BR /&gt;The stylesheet for these documents defines the H2 heading style so that each heading begins on a new page...which gives you a lot of blank paper.&lt;BR /&gt;&lt;BR /&gt;To save the environment and perhaps your reading sanity, you may want to open the stylesheet, which is in (example version/path):&lt;BR /&gt;&lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;LibDevTools_9_1810_Win/Tool/StyleLibrary/Style.css&lt;BR /&gt;and&lt;BR /&gt;&lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;BasicLibrary_9_1810_Win/StyleLibrary/Style.css&lt;BR /&gt;&lt;BR /&gt;and find the code near the top that reads:&lt;BR /&gt;
&lt;PRE&gt;H2 {
	font-size: 130%;
	margin-top: 1em;
	margin-bottom: .6em; 
	color : #003248;
	page-break-before: always;
}&lt;/PRE&gt;
and delete the page-break-before line.&lt;BR /&gt;&lt;BR /&gt;These pages may be too wide to print in landscape mode still... truncates characters for some files - for example the library devkit Readme file. In this latter case, find the perl commands in the Examples sections and, in an editor, split them into two lines ... being set with &amp;lt;pre&amp;gt; and a fixed width font, they determine the minimal page (table) width.&lt;BR /&gt;&lt;BR /&gt;Hope that's useful to someone else.&lt;BR /&gt;&lt;BR /&gt;Karl&lt;/DIV&gt;</description>
      <pubDate>Tue, 17 Sep 2024 11:57:15 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Stylesheet-change-to-get-documentation-to-print-compactly/m-p/101235#M8249</guid>
      <dc:creator>Karl Ottenstein</dc:creator>
      <dc:date>2024-09-17T11:57:15Z</dc:date>
    </item>
    <item>
      <title>Re: Stylesheet change to get documentation to print compactl</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Stylesheet-change-to-get-documentation-to-print-compactly/m-p/101236#M8250</link>
      <description>&lt;BLOCKQUOTE&gt;Karl wrote:&lt;BR /&gt;Just in case any of you aren't into CSS and have wanted to print some of the dev documents, such as the Library Tools doc, or the Basic Library docs, which are in HTML only:&lt;BR /&gt;
&lt;BR /&gt;
The stylesheet for these documents defines the H2 heading style so that each heading begins on a new page...which gives you a lot of blank paper.&lt;BR /&gt;
&lt;BR /&gt;
To save the environment and perhaps your reading sanity, you may want to open the stylesheet, which is in (example version/path):&lt;BR /&gt;
&lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;LibDevTools_9_1810_Win/Tool/StyleLibrary/Style.css&lt;E&gt;&lt;/E&gt;&lt;BR /&gt;
and&lt;BR /&gt;
&lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;BasicLibrary_9_1810_Win/StyleLibrary/Style.css&lt;E&gt;&lt;/E&gt;&lt;BR /&gt;
&lt;BR /&gt;
and find the code near the top that reads:&lt;BR /&gt;

&lt;PRE&gt;H2 {
	font-size: 130%;
	margin-top: 1em;
	margin-bottom: .6em; 
	color : #003248;
	page-break-before: always;
}&lt;/PRE&gt;

and delete the page-break-before line.&lt;BR /&gt;
&lt;BR /&gt;
These pages may be too wide to print in landscape mode still... truncates characters for some files - for example the library devkit Readme file.  In this latter case, find the perl commands in the Examples sections and, in an editor, split them into two lines ... being set with &amp;lt;pre&amp;gt; and a fixed width font, they determine the minimal page (table) width.&lt;BR /&gt;
&lt;BR /&gt;
Hope that's useful to someone else.&lt;BR /&gt;
&lt;BR /&gt;
Karl&lt;/BLOCKQUOTE&gt;

Thanks for that, Karl. I forwarded it to the person writing the GDL tools documentation.&lt;BR /&gt;
&lt;BR /&gt;
Akos</description>
      <pubDate>Mon, 24 Jan 2005 08:27:55 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Stylesheet-change-to-get-documentation-to-print-compactly/m-p/101236#M8250</guid>
      <dc:creator>Akos Somorjai</dc:creator>
      <dc:date>2005-01-24T08:27:55Z</dc:date>
    </item>
    <item>
      <title>Re: Stylesheet change to get documentation to print compactl</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Stylesheet-change-to-get-documentation-to-print-compactly/m-p/101237#M8251</link>
      <description>Karl,&lt;BR /&gt;
Thanks for your observations and hats’ off to one who can come up with practical and constructive criticism. The fellow in charge of the Basic Library documentation has listened and revised the documentation to be more printable. Even so not everywhere did the intent match the results. To achieve the best printout it is the Basic Library administrator’s suggestion to use Mozilla Firefox web browser.&lt;BR /&gt;
&lt;BR /&gt;
As you know the title page breaks were placed to improve the clarity of the document. Admittedly a few were unnecessary and those have been removed. To achieve the really condensed version your workaround still applies. Most places where the page side margins were problematic a more printer friendly solution was added. Where logic dictates, the line still remains together. For instance, code samples are still long. In these cases Firefox is significantly better at outputting more readable print than IE.&lt;BR /&gt;
Thanks,&lt;BR /&gt;
Ed Brown</description>
      <pubDate>Wed, 26 Jan 2005 14:24:07 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Stylesheet-change-to-get-documentation-to-print-compactly/m-p/101237#M8251</guid>
      <dc:creator>Ed_Brown</dc:creator>
      <dc:date>2005-01-26T14:24:07Z</dc:date>
    </item>
    <item>
      <title>Re: Stylesheet change to get documentation to print compactl</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Stylesheet-change-to-get-documentation-to-print-compactly/m-p/101238#M8252</link>
      <description>&lt;BLOCKQUOTE&gt; In these cases Firefox is significantly better at outputting more readable print than IE&lt;/BLOCKQUOTE&gt;

This is a surprise? Is there anything IE is still good at compared to something else? (aside from propogation of undesirable executables).</description>
      <pubDate>Thu, 27 Jan 2005 15:06:06 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Stylesheet-change-to-get-documentation-to-print-compactly/m-p/101238#M8252</guid>
      <dc:creator>TomWaltz</dc:creator>
      <dc:date>2005-01-27T15:06:06Z</dc:date>
    </item>
  </channel>
</rss>

