Browse code

20240426: mentat update

root authored on2024-04-16 10:46:33
Showing2 changed files
... ...
@@ -69,22 +69,22 @@ Login to the system using [FastX](/login/fastx), [NICE DCV](/login/nice-dcv) or
69 69
 
70 70
 Set up the environment by executing the module command. (Load the version of the module file which you want to use.)
71 71
 
72
-
73 72
 ```nohighlight
74 73
 $ module load marc
75 74
 ```
76 75
 
77 76
 
78
-
79 77
 ### How to Start{#start}
80 78
 
81 79
 You can start Marc Mentat by executing the following command. Please refer to  [Interactive Processing](/run/interactive) for details on the tssrun command. 
82 80
 
83
-
84 81
 ```nohighlight
85 82
 $ tssrun --x11 mentat
86 83
 ```
87
-
84
+To start the program in Japanese, execute the following command.
85
+```nohighlight
86
+$ tssrun --x11 mentat -lang ja
87
+```
88 88
 
89 89
 ![](mentat_example_01.png)
90 90
 
... ...
@@ -86,10 +86,13 @@ $ module load marc
86 86
 
87 87
 次のコマンドを実行するとMarc Mentatが起動します。 **tssrun** コマンドの詳細は [会話型処理](/run/interactive) をご覧ください。
88 88
 
89
-
90 89
 ```nohighlight
91 90
 $ tssrun --x11 mentat
92 91
 ```
92
+日本語で起動する場合は、次のコマンドを実行します。
93
+```nohighlight
94
+$ tssrun --x11 mentat -lang ja
95
+```
93 96
 
94 97
 
95 98
 ![](mentat_example_01.png)