Drawing templates: Difference between revisions

From FreeCAD Documentation
(rev)
(add titles)
Line 12: Line 12:
* Several custom attributes can be placed in templates. The list of currently supported attributes is available on the [[Svg Namespace]] page.
* Several custom attributes can be placed in templates. The list of currently supported attributes is available on the [[Svg Namespace]] page.


== A3 templates == <!--T:3-->
==A3 templates == <!--T:3-->


<!--T:4-->
<!--T:4-->
=== A3 Classic: ===
[[Image:A3_Classic.svg|800px]]
[[Image:A3_Classic.svg|800px]]


<!--T:5-->
<!--T:5-->
=== A3 Clean: ===
[[Image:A3_Clean.svg|800px]]
[[Image:A3_Clean.svg|800px]]


<!--T:6-->
<!--T:6-->
=== A3 Modern: ===
[[Image:A3_Modern.svg|800px]]
[[Image:A3_Modern.svg|800px]]


<!--T:7-->
<!--T:7-->
=== A3 Showcase: ===
[[Image:A3_Showcase.svg|800px]]
[[Image:A3_Showcase.svg|800px]]


<!--T:8-->
<!--T:8-->
=== A3 Landscape english: ===
[[File:A3_Landscape_english.svg|800px]]
[[File:A3_Landscape_english.svg|800px]]


== A4 Templates == <!--T:9-->
==A4 Templates == <!--T:9-->


=== Landscape: === <!--T:10-->
=== A4 Landscape english: === <!--T:10-->


<!--T:11-->
<!--T:11-->
[[File:A4_Landscape_english.svg|800px]]
[[File:A4_Landscape_english.svg|800px]]


=== Portrait: === <!--T:12-->
=== A4 Portrait 1 english:=== <!--T:12-->


<!--T:13-->
<!--T:13-->
[[File:A4_Portrait_1_english.svg|400px]]
[[File:A4_Portrait_1_english.svg|400px]]


== US Letter Templates == <!--T:14-->
==US Letter Templates == <!--T:14-->


=== Landscape: === <!--T:15-->
=== US Letter landscape: === <!--T:15-->


<!--T:16-->
<!--T:16-->
[[File:US_Letter_landscape.svg|800px]]
[[File:US_Letter_landscape.svg|800px]]


=== Portrait: === <!--T:17-->
=== US Letter portrait: === <!--T:17-->


<!--T:18-->
<!--T:18-->

Revision as of 11:09, 11 January 2014

Creating templates for the Drawing module is very easy. They are svg files, created with any application capable of exporting svg files, such as Inkscape. Only two rules must be followed:

  • One pixel = one millimeter
  • You must insert, somewhere inside your svg code, where you want the contents of the drawing to appear (for example at the end of the file, just before the last </svg> tag), the following line:
 <!-- DrawingContent -->
  • Several custom attributes can be placed in templates. The list of currently supported attributes is available on the Svg Namespace page.

A3 templates

A3 Classic:

A3 Clean:

A3 Modern:

A3 Showcase:

A3 Landscape english:

A4 Templates

A4 Landscape english:

A4 Portrait 1 english:

US Letter Templates

US Letter landscape:

US Letter portrait:

Other standards available