forked from maartenteaches/mkproject
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmp_p_smclpres.sthlp
41 lines (27 loc) · 995 Bytes
/
mp_p_smclpres.sthlp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{smcl}
{* *! version 2.1.3}{...}
{vieweralsosee "mkproject" "help mkproject"}{...}
{vieweralsosee "boilerplate" "help boilerplate"}{...}
{title:Title}
{phang}
project template smclpres {hline 2} a smclpres presentation project
{title:Description}
{pstd}
This template sets up a directory for a {help smclpres} presentation.
{title:File structure}
{pstd}
This template will create the following sub-directories and files:
proj_abbrev /
├── handout /
├── presentation /
├── source /
| └── {help mp_b_smclpres:presentation.do}
└── {help mp_b_readme_sp:readme.txt}
{title:Commands}
{pstd}
After creating these sub-directories and files it will change the working directory to {it:proj_abbrev} directory.
Subsequently it will execute the following commands:{p_end}
{pmore}{cmd:qui cd source}{p_end}
{pmore}{cmd:doedit presentation.do}{p_end}
{title:Source code}
{view "c:\ado\plus/m\mp_smclpres.mpp":mp_smclpres.mpp}