source: trunk/IPs/systemC/processor/Morpheo/Documentation/Source/README @ 2

Last change on this file since 2 was 2, checked in by kane, 17 years ago

Import Morpheo

File size: 1.5 KB
Line 
1--------------------------------------------------
2 Table of contents
3--------------------------------------------------
4
5I   - Guide to create a new Document
6
7--------------------------------------------------
8 I   - Guide to create a new Document
9--------------------------------------------------
10
11To create a new document, you can follow this step :
12
131) Choose a Name to the document (for the next step, we use the name : "name_of_document")
14
152) In directory <Type>, create the file "name_of_document". Inside, write the type of document ("ppt" for a presentation or "doc" for a document (Type is defined in the head of Makefile))
16
173) In directory <Language>, create the file "name_of_document". Inside, enumarate the supported language (by example, "fr" and "en")
18
194) In directory <Package>, create the file "name_of_document.sty" (or copy the file "Include/file_source.sty"). Give the information of review, title (same for each language), author, and author's email.
20
215) In directory <Documents>, create a directory "name_of_document". Inside, create directory "common" (to stock all document independant of language) and a directory for each language enumerated in step 2. Inside, you must create a file "root.tex", it contend the root of you document.
22(in your exemple we are :
23<Documents>/name_of_document/
24<Documents>/name_of_document/common/
25<Documents>/name_of_document/en/root.tex
26<Documents>/name_of_document/fr/root.tex
27)
28
296) All schema (.fig) can be stock in the directory <Schema>
Note: See TracBrowser for help on using the repository browser.