We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e29c49 commit a152288Copy full SHA for a152288
MDtutorials/TutorialGuide.txt
@@ -83,3 +83,14 @@ The tutorial .md file should start with:
83
| January 10, 2025 |
84
85
* When the tutorial is complete, update GSASII/tutorialIndex.py to include the new tutorial
86
+
87
88
+Build commands
89
90
+ The HTML file is constructed from the markdown file using commands:
91
92
+ pandoc --standalone ${infil} --css tutorial.css -o ${outfile}
93
+ sed -i "s/<figure>/<BR clear=all><figure>/g" ${outfile}
94
95
+ Note that on MacOS the sed command must be sed -i "" "s/...". The tutorial.css file
96
+ is found in the MDtutorials directory and is copied to the same location as $outfile.
0 commit comments