Difference between revisions of "TheMagPiLayout"
Williamhbell (talk | contribs) (→Fonts) |
|||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | {{ | + | {{TheMagPiTeamHeader}} |
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | == Introduction == | |
− | + | Scribus is used as the standard layout tool for the magazine, it is relatively complex so the sections below detail the templates and formatting to be used for all MagPi articles. At the end of the page is an overview of additional Scribus resources to assist those new the application. | |
− | |||
− | |||
− | + | == Scribus Page Layout Templates == | |
+ | All page templates are now stored within [[TheMagPiGit]] in the '''magpi-templates''' repository | ||
− | == | + | == Layout == |
− | |||
+ | === Article title === | ||
+ | |||
+ | The article title area is 180mm wide and 30mm deep. | ||
+ | |||
+ | === Page margins === | ||
+ | |||
+ | - | ||
− | |||
=== Outer margins === | === Outer margins === | ||
+ | |||
* The paper size is A4. | * The paper size is A4. | ||
* The units are set to millimetres. | * The units are set to millimetres. | ||
− | * The outer margins are | + | * The outer margins are all 10 mm (earlier issues had a spine margin of 20mm) |
− | * | + | * Document bleeds are all 3mm |
− | + | ||
− | + | === Author credit === | |
− | + | ||
+ | In the new templates, authors should are no longer credited at the end of the article (they have a photo credit instead). | ||
− | |||
− | + | == Standard fonts == | |
+ | If the document is converted with a non-LINUX version of Scribus, the FreeSans font set is typically not available. This results in PDF files which contain the wrong fonts. | ||
+ | |||
+ | [[Information_for_new_volunteers]] contains full details of where to obtain and how to install the standard fonts. | ||
=== Title fonts === | === Title fonts === | ||
Line 41: | Line 44: | ||
=== Section headings === | === Section headings === | ||
− | Section headings should be FreeSans Bold 14Pt and underlined. | + | Section headings should be '''FreeSans Bold 14Pt and underlined'''. |
=== Body text === | === Body text === | ||
− | Normal text within the body of an article should be FreeSans Regular 12pt. | + | Normal text within the body of an article should be '''FreeSans Regular 12pt'''. |
=== Fixed width text === | === Fixed width text === | ||
− | Programming code or instructions that must be typed in as part of a tutorial should be Courier 10 Pitch Regular font 10pt. | + | Programming code or instructions that must be typed in as part of a tutorial should be '''Courier 10 Pitch Regular font 10pt'''. |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | In some instances, (C or C++ code) Courier is too wide to prevent multiple line wraps. In these cases, '''Monaco 10pt''' can be used instead of Courier. | |
− | + | Articles of a given type should preserve this choice from the first instance onwards. | |
− | + | === Next page === | |
For articles which are longer than two pages, there should be | For articles which are longer than two pages, there should be | ||
Line 70: | Line 64: | ||
<code>Continued over page...</code> | <code>Continued over page...</code> | ||
− | at the bottom of the even page number in FreeSans Bold Oblique 14pt. | + | at the bottom of the even page number in '''FreeSans Bold Oblique 14pt'''. |
=== Page numbers === | === Page numbers === | ||
− | The page numbers should be | + | The page numbers should be '''FreeSans Bold Oblique 16pt''' and black in color. |
− | == | + | == Resources for new Scribus users == |
− | + | Scribus is a relatively complex program, so make sure to take some time to familiarize yourself with it before diving in to far. | |
+ | |||
+ | Here are some useful tutorials and other resources about Scribus: | ||
− | + | [http://wiki.scribus.net/canvas/Scribus The Scribus Wiki]<br /> | |
+ | [http://wiki.scribus.net/canvas/Category:HOWTO Scribus Wiki HowTo]<br /> | ||
+ | [http://www.scribd.com/doc/8745015/Scribus-Tutorial A Scribus Tutorial on Scribd]<br /> | ||
+ | [http://wiki.scribus.net/canvas/Get_Started_with_Scribus Getting Started With Scribus]<br /> | ||
+ | [http://wiki.scribus.net/canvas/Scribus_Video_Tutorials A list of Scribus Video Tutorials] |
Latest revision as of 07:27, 9 April 2013
Main | Readers | Authors | Volunteers | Sponsors | Advertising | Translations |
- Quick start guide - A quick start guide to help new volunteers get the information they need.
- Information for volunteers - A guide to help volunteers familiarize themselves with the team’s workflow / tools.
- Information for authors - the process of submitting an article.
- MagPi MMS - how to use the MagPi MMS.
- MagPi GIT - how to use the MagPi GIT scripts.
- Layout & fonts - description of the standard layout and associated fonts.
- PDF creation - instructions for the generation of PDF for electronic and paper publication.
Contents
Introduction
Scribus is used as the standard layout tool for the magazine, it is relatively complex so the sections below detail the templates and formatting to be used for all MagPi articles. At the end of the page is an overview of additional Scribus resources to assist those new the application.
Scribus Page Layout Templates
All page templates are now stored within TheMagPiGit in the magpi-templates repository
Layout
Article title
The article title area is 180mm wide and 30mm deep.
Page margins
-
Outer margins
- The paper size is A4.
- The units are set to millimetres.
- The outer margins are all 10 mm (earlier issues had a spine margin of 20mm)
- Document bleeds are all 3mm
Author credit
In the new templates, authors should are no longer credited at the end of the article (they have a photo credit instead).
Standard fonts
If the document is converted with a non-LINUX version of Scribus, the FreeSans font set is typically not available. This results in PDF files which contain the wrong fonts.
Information_for_new_volunteers contains full details of where to obtain and how to install the standard fonts.
Title fonts
The title font should be taken from one of those present in the standard version of Scribus.
Section headings
Section headings should be FreeSans Bold 14Pt and underlined.
Body text
Normal text within the body of an article should be FreeSans Regular 12pt.
Fixed width text
Programming code or instructions that must be typed in as part of a tutorial should be Courier 10 Pitch Regular font 10pt.
In some instances, (C or C++ code) Courier is too wide to prevent multiple line wraps. In these cases, Monaco 10pt can be used instead of Courier.
Articles of a given type should preserve this choice from the first instance onwards.
Next page
For articles which are longer than two pages, there should be
Continued over page...
at the bottom of the even page number in FreeSans Bold Oblique 14pt.
Page numbers
The page numbers should be FreeSans Bold Oblique 16pt and black in color.
Resources for new Scribus users
Scribus is a relatively complex program, so make sure to take some time to familiarize yourself with it before diving in to far.
Here are some useful tutorials and other resources about Scribus:
The Scribus Wiki
Scribus Wiki HowTo
A Scribus Tutorial on Scribd
Getting Started With Scribus
A list of Scribus Video Tutorials