From cbe3d6fa58c952ed421d8f47339b1297974e05ce Mon Sep 17 00:00:00 2001 From: Vitaliy Date: Sun, 23 Apr 2017 00:33:29 +0300 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9cfc074..9f383c5 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,4 @@ Downloads docx file, unpacks it to default users' temp directory, parses OOXML a ## How to use? Download and unpack the latest release: https://github.com/Vitaliy-1/DOCX2JATS/releases and -run as executable jar file. Please note that jar file must be in one parent directory with stylesheets folder and jar file must be executed from this (parent) folder. +run as executable jar file. Please note that jar file and article docx file must be in one parent directory with stylesheets folder. From 7800f2907cd915be094dd3dec331234bc8b676e1 Mon Sep 17 00:00:00 2001 From: Vitaliy Date: Sun, 23 Apr 2017 00:38:33 +0300 Subject: [PATCH 2/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9f383c5..f7063f4 100644 --- a/README.md +++ b/README.md @@ -14,3 +14,5 @@ Downloads docx file, unpacks it to default users' temp directory, parses OOXML a ## How to use? Download and unpack the latest release: https://github.com/Vitaliy-1/DOCX2JATS/releases and run as executable jar file. Please note that jar file and article docx file must be in one parent directory with stylesheets folder. +Archive contains 1.jar file and stylesheets folder, which need to be unziped into one directory. Because I am not good programmer, there is a need to place article in docx format in this folder before making transformation. Suppose archive is unzipped on the drive C in the jats folder. Input article article1.docx is also situated there. From windows cmd user need to go to this folder and enter: +`java -jar 1.jar article1.docx article1.xml`