Compare two revisions of: How to create a problem document

... ... @@ -3,17 +3,17 @@
3 3 # How to create a problem in WebMiau
4 4 | Step | Description | Image |
5 5 | :-------- | :-------- | :-------- |
6 -| 1 | Navigate in the File Explorer to right directory (section) and open the context menu. Choose "New Document". |![001](uploads/images/How-to-create-a-problem-document/001.png)|
6 +| 1 | Navigate in the File Explorer to the right directory (section) and open the context menu. Choose "New Document". |![001](uploads/images/How-to-create-a-problem-document/001.png)|
7 7 | 2 | It opens a dialog box. Choose the type Problem, choose one of the templates and enter a name. <br/> Press Save. |![002](uploads/images/How-to-create-a-problem-document/002.png) |
8 -| 3 | WebMiau creates a new file and display it green (new) in the File Explorer. Furthermore the new problem opens. | ![003](uploads/images/How-to-create-a-problem-document/003.png) |
9 -| 4 | Now you can enter any content between `\begin{content} ... \end{content}` <br/> Try for example: "My first text in WebMiau". Create a preview with the preview button on the right toolbar| ![004](uploads/images/How-to-create-a-problem-document/004.png) |
8 +| 3 | WebMiau creates a new file and displays it green (new) in the File Explorer. Furthermore the new problem opens. | ![003](uploads/images/How-to-create-a-problem-document/003.png) |
9 +| 4 | You can now enter content between `\begin{content} ... \end{content}` <br/> Try for example: "My first text in WebMiau". Create a preview with the preview button on the right toolbar| ![004](uploads/images/How-to-create-a-problem-document/004.png) |
10 10
11 11 # File structure
12 12 ## Meta info
13 -In general, as an author, you don't need to change anything here, WebMiau configured and updated automatically for you.
13 +In general, as an author, you don't need to change anything here, WebMiau configures and updates automatically for you.
14 14
15 15 ## Problem environment
16 -To start with a question, you have to insert a problem environment, in which you can include question as many as you like.
16 +To start with a question, you have to insert a problem environment, in which you can include as many questions as you like.
17 17 In the problem file, set the cursor after
18 18 `\usepackage{mumie.genericproblem}` and use the shortcut `Alt-P` to insert the problem environment.
19 19 WebMiau generates the following code snippet for you
... ... @@ -26,7 +26,7 @@ WebMiau generates the following code snippet for you
26 26 \end{question}
27 27 \end{problem}
28 28 ```
29 -For creating another question, set the cursor after the `\end{question}` environment and use the shortcut `Alt-Q`.
29 +To create another question, set the cursor after the `\end{question}` environment and use the shortcut `Alt-Q`.
30 30 WebMiau generates the following code snippet for you
31 31 ```LaTeX
32 32 \begin{question}
33 33