テスト用のあれこれ共用フォルダ
修訂 | a12aff037ee9655c1cea1192ca9d523ff2e079a7 (tree) |
---|---|
時間 | 2019-02-03 16:53:00 |
作者 | takemasa <suikan@user...> |
Commiter | takemasa |
Added how to make PDF manual
@@ -32,10 +32,25 @@ Followings are tested in the Ubuntu 16.04 LTS | ||
32 | 32 | |
33 | 33 | You will see the documents in the html sub-direcotry. |
34 | 34 | |
35 | - 3. Where to read first | |
35 | + 3. How to make PDF manual | |
36 | + ====================== | |
37 | + | |
38 | +To make a PDF manual, follow : | |
39 | + | |
40 | +3.1. Open the terminal window | |
41 | +3.2 execute following | |
42 | + sudo apt-get install texlive-latex-base texlive-fonts-recommended texlive-fonts-extra texlive-latex-extra | |
43 | + cd murasaki # this directory | |
44 | + cd latex | |
45 | + make | |
46 | + | |
47 | +The file name is refman.pdf. | |
48 | + | |
49 | +4. Where to read first | |
36 | 50 | =================== |
37 | 51 | |
38 | 52 | Open the html file in the html directory, then, click Related Pages |
39 | 53 | -> A user's guide of Murasaki Class library |
40 | 54 | |
41 | -Or open murasaki_ug.html file. | |
\ No newline at end of file | ||
55 | +Or open murasaki_ug.html file. | |
56 | + |