Skip to content

Commit b359100

Browse files
committed
Add Yuanpeng's k-vec tutorial after edits & apply ideas from that to FontSize
1 parent 8a7803e commit b359100

31 files changed

+1357
-13
lines changed

MDtutorials/FontSize/FontSize.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,29 +28,29 @@ and provide an example of what could be improved.
2828
The font size setting is applied when GSAS-II is started, so changing it requires
2929
restarting GSAS-II before the effect of this setting is seen.
3030

31-
## 1. Finding the preferences settings
31+
## Finding the preferences settings
3232

33-
![Select the preference menu](menu1.png)
33+
![Select the preference menu](imgs/menu1.png)
3434

3535
The font setting is determined by preference variable `FontSize_incr` and this is set inside the File menu (File->Preferences). On MacOS, preference settings are also found in the usual App menu (labeled GSAS-II or python, depending on how the GSAS-II GUI is started), as shown here.
3636

37-
## 2. Change the font preference value
37+
## Change the font preference value
3838

39-
![Opening the preference menu](dialog1.png)
39+
![Opening the preference menu](imgs/dialog1.png)
4040

4141
When the Preferences menu is selected a window is opened where any of
4242
the preference variables can be selected. Select from the pull-down
4343
list the variable `FontSize_incr` as shown here.
4444

45-
![Setting the font size preference](dialog2.png)
45+
![Setting the font size preference](imgs/dialog2.png)
4646

4747
This will open a window where the value can be set for the font
4848
size. Note that a value of 0 (the default) provides the
4949
system-default size for the font. A positive value provides a larger
5050
font and a negative value provides a smaller font. Only integer
5151
values can be used.
5252

53-
![Set if GSAS-II should be restarted](restart.png)
53+
![Set if GSAS-II should be restarted](imgs/restart.png)
5454

5555
As noted before, the value set for `FontSize_incr` is applied only
5656
when the GSAS-II application is started, so when the "Save current
@@ -60,7 +60,7 @@ choose "No" here; the change will take effect the next time that
6060
GSAS-II is started. If "Yes" is selected, you will get the chance to
6161
save the current GSAS-II project.
6262

63-
![Set if the project needs to be saved](save.png)
63+
![Set if the project needs to be saved](imgs/save.png)
6464

6565
When "Yes" is above, the window here is shown to ask if you want to
6666
save any changes made to the current GSAS-II project file.
@@ -75,15 +75,15 @@ save any changes made to the current GSAS-II project file.
7575
you will be asked for a location and name for the .gpx file. GSAS-II
7676
will then restart with the saved version of the project loaded.
7777

78-
## 3. Example with the changed font size
78+
## Example with the changed font size
7979

8080
Below are two examples of GSAS-II with two different font size
8181
settings.
8282

8383
| `FontSize_incr` | Example |
8484
| :---: | ------------------------------------- |
85-
| 0 | ![Example of GSAS-II GUI with the default font size (font=0)](font0.png) |
86-
| 3 | ![Example of GSAS-II GUI with the font increased by 3 units (font=3)](font3.png) |
85+
| 0 | ![Example of GSAS-II GUI with the default font size (font=0)](imgs/font0.png) |
86+
| 3 | ![Example of GSAS-II GUI with the font increased by 3 units (font=3)](imgs/font3.png) |
8787

8888
Note that not all text (for example the status message at the bottom
8989
of the window) has the font size changed.

MDtutorials/k_vec_tutorial/data/Er2Ge2O7_op2112_Ge113_0p5K.gss

Lines changed: 494 additions & 0 deletions
Large diffs are not rendered by default.

MDtutorials/k_vec_tutorial/data/Er2Ge2O7_op2112_Ge113_2K.gss

Lines changed: 494 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)