Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Hemken committed Oct 2, 2019
1 parent 3d12fd5 commit 6389095
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Dialogs/dyndoc.dlg
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ BEGIN
FILE file_target 10 +20 390 ., error("Target document") ///
label("Browse")
CHECKBOX cb_replace 15 +25 . ., label("replace target document")
CHECKBOX cb_docx 15 +25 . ., label("convert to Word (docx)")
CHECKBOX cb_image 15 +25 . ., label("embedimage (in HTML)")
CHECKBOX cb_docx 15 +50 . ., label("convert to Word (docx)")
CHECKBOX cb_image 15 +50 . ., label("embed images (in HTML)")
CHECKBOX cb_hardwrap 15 +25 . ., label("hardwrap - line breaks preserved")
CHECKBOX cb_nomsg 15 +25 . ., label("nomsg - no output file note")
CHECKBOX cb_nostop 15 +25 . ., label("nostop - ignore errors")
Expand Down
6 changes: 3 additions & 3 deletions Dialogs/stmd.dlg
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ BEGIN
FILE file_target 10 +20 390 ., error("Target document") ///
label("Browse")
CHECKBOX cb_replace 15 +25 . ., label("replace target document")
CHECKBOX cb_docx 15 +25 . ., label("convert to Word (docx)")
CHECKBOX cb_docx 15 +50 . ., label("convert to Word (docx)")
CHECKBOX cb_pdf 15 +25 . ., label("convert to PDF")
CHECKBOX cb_image 15 +25 . ., label("embedimage (in HTML)")
CHECKBOX cb_image 15 +50 . ., label("embed images (in HTML)")
CHECKBOX cb_hardwrap 15 +25 . ., label("hardwrap - line breaks preserved")
CHECKBOX cb_nomsg 15 +25 . ., label("nomsg - no output file note")
CHECKBOX cb_nomsg 15 +25 . ., label("nomsg - no output file note")
CHECKBOX cb_nostop 15 +25 . ., label("nostop - ignore errors")
END

Expand Down
4 changes: 2 additions & 2 deletions Examples/stmd to various.do
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ doedit example0.stmd

stmd example0.stmd

stmd example0.stmd, docx
stmd example0.stmd, docx // requires Stata 16

stmd example0.stmd, pdf
stmd example0.stmd, pdf // requires Stata 16

stmd example0.stmd, saving(example0_emb.html) replace embedimage

Expand Down
3 changes: 2 additions & 1 deletion update stmd package files.do
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ copy Dialogs/stmd2dyn.dlg `destpath'/Dialogs/stmd2dyn.dlg, replace
copy Dialogs/dyndoc.dlg `destpath'/Dialogs/dyndoc.dlg, replace
copy Dialogs/dyndoc15.dlg `destpath'/Dialogs/dyndoc15.dlg, replace
copy Dialogs/dyntext.dlg `destpath'/Dialogs/dyntext.dlg, replace
copy Dialogs/markdown.dlg `destpath'/Dialogs/markdown.dlg, replace
copy Dialogs/markdown.dlg `destpath'/Dialogs/markdown.dlg, replace
copy Dialogs/stmd_menu_setup.do `destpath'/Dialogs/stmd_menu_setup.do, replace

0 comments on commit 6389095

Please sign in to comment.