-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmp_readme_sp.mpb
45 lines (36 loc) · 1.2 KB
/
mp_readme_sp.mpb
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
42
43
44
45
<header>
<mkproject> boilerplate
<version> 2.1.0
<label> readme.txt for a smclpres presentation
<description>
{pstd}
This template creates a readme.txt file that tells users of your presentation
how to use your presentation.
</description>
</header>
<body> -------------------------------------------------------------------------
Readme
======
This .zip file contains a presentation. If you extract it,
you will get 3 folders:
presentation
------------
This is the folder contains the .smcl presentation. To view this:
o open Stata,
o use -cd- to change to this directory
o type -view presentation.smcl-
handout
-------
This contains the .html handout created for this presentation. This
is particularly useful for quickly looking things up and if you don't
have Stata installed on your current devise.
source
------
This folder contains the source used to create the presentation. To
create the presentation from this source:
o open Stata
o Install smclpres by typing -ssc install smclpres-
o use -cd- to change to this directory
o make the presentation by typing
-smclpres using presentation.do , dir(../presentation) replace-
</body> ------------------------------------------------------------------------