<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Printable</title><link>https://sourceforge.net/p/mathmaker/doc4dev/Printable/</link><description>Recent changes to Printable</description><atom:link href="https://sourceforge.net/p/mathmaker/doc4dev/Printable/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 17 Feb 2014 17:01:51 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/mathmaker/doc4dev/Printable/feed" rel="self" type="application/rss+xml"/><item><title>Printable modified by Nicolas Hainaux</title><link>https://sourceforge.net/p/mathmaker/doc4dev/Printable/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nicolas Hainaux</dc:creator><pubDate>Mon, 17 Feb 2014 17:01:51 -0000</pubDate><guid>https://sourceforge.netaca90ff6c50cd41994b6878485b7fcf436f7bc2c</guid></item><item><title>Printable modified by Nicolas Hainaux</title><link>https://sourceforge.net/p/mathmaker/doc4dev/Printable/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -10,3 +10,5 @@
 For instance, if the markup language is LaTeX and the object is a Fraction having a plus sign, a numerator being a Product of Item 3 and Item 4 and a denominator being an Item 5, the result of into_str() should be something like \frac{3\times 4}{5}.

 [Back](Core Objects)
+
+[Check Printable's complete doc](http://mathmaker.sourceforge.net/participate/doc/classcore_1_1base_1_1Printable.html)
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nicolas Hainaux</dc:creator><pubDate>Mon, 17 Feb 2014 17:01:32 -0000</pubDate><guid>https://sourceforge.net6a161092bd7cda9dffbc1d8b45f92d55480a75a1</guid></item><item><title>Printable modified by Nicolas Hainaux</title><link>https://sourceforge.net/p/mathmaker/doc4dev/Printable/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,8 +1,11 @@
 All objects that can be represented as a string are Printable. This is basically the case of all calculus objects, like Equation, Table or Item etc.

-**Method** (*must be reimplemented*) **:** into_str()

-The into_str() method computes the string representation of the object in a markup language (which one is provided in the configuration file).
+Fields        | Methods *(provided)*   | Methods *(must be reimplemented)*
+------------- | ---------------------- | ---------------------------------
+              |                        | into_str()
+
+into_str() computes the string representation of the object in a markup language (which one is provided in the configuration file).

 For instance, if the markup language is LaTeX and the object is a Fraction having a plus sign, a numerator being a Product of Item 3 and Item 4 and a denominator being an Item 5, the result of into_str() should be something like \frac{3\times 4}{5}.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nicolas Hainaux</dc:creator><pubDate>Sat, 15 Feb 2014 17:44:19 -0000</pubDate><guid>https://sourceforge.netaaddfaa087d5a606fcb6b3533fb1700456cd7513</guid></item><item><title>Printable modified by Nicolas Hainaux</title><link>https://sourceforge.net/p/mathmaker/doc4dev/Printable/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,11 +1,9 @@
-All objects that can be represented as a string are Printable.
+All objects that can be represented as a string are Printable. This is basically the case of all calculus objects, like Equation, Table or Item etc.

-This is basically the case of calculus objects, like [Equation](Equation) or [Item](Item) etc. but not the case of geometric objects, which are [Drawable](Drawable) instead.
-
-**Method** (must be reimplemented) : **into_str()**
+**Method** (*must be reimplemented*) **:** into_str()

 The into_str() method computes the string representation of the object in a markup language (which one is provided in the configuration file).

-For instance, if the markup language is LaTeX and the object is a [Fraction] having a plus sign, a numerator being a [Product](Product) of [Item](Item) 3 and [Item](Item) 4 and a denominator being an [Item](Item) 5, the result of into_str() should be something like \frac{3\times 4}{5}.
+For instance, if the markup language is LaTeX and the object is a Fraction having a plus sign, a numerator being a Product of Item 3 and Item 4 and a denominator being an Item 5, the result of into_str() should be something like \frac{3\times 4}{5}.

 [Back](Core Objects)
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nicolas Hainaux</dc:creator><pubDate>Sat, 15 Feb 2014 09:20:06 -0000</pubDate><guid>https://sourceforge.net4eb4df0da1fd929abd84c6b6bce285a46608e71d</guid></item><item><title>Printable modified by Nicolas Hainaux</title><link>https://sourceforge.net/p/mathmaker/doc4dev/Printable/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;All objects that can be represented as a string are Printable.&lt;/p&gt;
&lt;p&gt;This is basically the case of calculus objects, like &lt;a class="" href="../Equation"&gt;Equation&lt;/a&gt; or &lt;a class="" href="/p/mathmaker/doc4dev/Item/"&gt;Item&lt;/a&gt; etc. but not the case of geometric objects, which are &lt;a class="" href="../Drawable"&gt;Drawable&lt;/a&gt; instead.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Method&lt;/strong&gt; (must be reimplemented) : &lt;strong&gt;into_str()&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The into_str() method computes the string representation of the object in a markup language (which one is provided in the configuration file).&lt;/p&gt;
&lt;p&gt;For instance, if the markup language is LaTeX and the object is a &lt;a class="alink" href="/p/mathmaker/doc4dev/Fraction/"&gt;[Fraction]&lt;/a&gt; having a plus sign, a numerator being a &lt;a class="" href="/p/mathmaker/doc4dev/Product/"&gt;Product&lt;/a&gt; of &lt;a class="" href="/p/mathmaker/doc4dev/Item/"&gt;Item&lt;/a&gt; 3 and &lt;a class="" href="/p/mathmaker/doc4dev/Item/"&gt;Item&lt;/a&gt; 4 and a denominator being an &lt;a class="" href="/p/mathmaker/doc4dev/Item/"&gt;Item&lt;/a&gt; 5, the result of into_str() should be something like \frac{3\times 4}{5}.&lt;/p&gt;
&lt;p&gt;&lt;a class="" href="/p/mathmaker/doc4dev/Core%20Objects/"&gt;Back&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nicolas Hainaux</dc:creator><pubDate>Sat, 15 Feb 2014 09:12:52 -0000</pubDate><guid>https://sourceforge.netfc4295fef9681b809294f93cde105bfedd2400b6</guid></item></channel></rss>