diff --git a/沈浪熊猫儿/index.tm b/沈浪熊猫儿/index.tm index c6d3e4f..8a7699d 100644 --- a/沈浪熊猫儿/index.tm +++ b/沈浪熊猫儿/index.tm @@ -22,6 +22,8 @@ \<#7AE0\>\<#5217\>\<#8868\>> <\itemize> + \<#4F55\>\<#5B89\>\<#88C5\>Fandol\<#5B57\>\<#4F53\>> + \<#7528\>\<#6237\>\<#5E38\>\<#7528\>\<#914D\>\<#7F6E\>> \<#6D59\>\<#6C5F\>\<#9AD8\>\<#8003\>\<#6570\>\<#5B66\>\<#7B2C\>\<#4E03\>\<#9898\>\<#51FD\>\<#6570\>\<#66F2\>\<#7EBF\>\<#7ED8\>\<#5236\>> @@ -45,7 +47,6 @@ <\references> <\collection> > - |\>|?>> > > @@ -54,13 +55,9 @@ <\auxiliary> <\collection> <\associate|toc> - |math-font-series||\<#300A\>\<#58A8\>\<#5E72\>\<#7F16\>\<#8F91\>\<#5668\>\<#300B\>> - |.>>>>|> - - |math-font-series||\<#6587\>\<#7AE0\>\<#5217\>\<#8868\>> |.>>>>|> - + \ No newline at end of file diff --git a/沈浪熊猫儿/如何安装Fandol字体.tm b/沈浪熊猫儿/如何安装Fandol字体.tm new file mode 100644 index 0000000..325dc57 --- /dev/null +++ b/沈浪熊猫儿/如何安装Fandol字体.tm @@ -0,0 +1,104 @@ + + +> + +<\body> + \<#4F55\>\<#5B89\>\<#88C5\>Fandol\<#5B57\>\<#4F53\>>> + + \<#58A8\>\<#5E72\>\<#7528\>\<#6237\>\<#53EF\>\<#901A\>\<#8FC7\>\<#4E2D\>\<#6C88\>\<#6D6A\>\<#718A\>\<#732B\>\<#513F\>\<#7684\>\<#7A7A\>\<#95F4\>\<#627E\>\<#5230\>\<#672C\>\<#6587\>\<#6863\>\<#3002\>\<#901A\>\<#8FC7\>\<#672C\>\<#6587\>\<#6863\>\<#4E2D\>\<#53EF\>\<#6267\>\<#884C\>\<#7684\>Shell\<#4F1A\>\<#8BDD\>\<#FF0C\>\<#7528\>\<#6237\>\<#53EF\>\<#4EE5\>\<#5B8C\>\<#6210\>Fandol\<#5B57\>\<#4F53\>\<#7684\>\<#5B89\>\<#88C5\>\<#3002\> + + \<#76EE\>\<#524D\>\<#6211\>\<#4EEC\>\<#5DF2\>\<#7ECF\>\<#9488\>\<#5BF9\>macOS\<#548C\>Windows\<#505A\>\<#4E86\>\<#4E2D\>\<#6587\>\<#5B57\>\<#4F53\>\<#7684\>\<#9002\>\<#914D\>\<#FF0C\>\<#672C\>\<#6587\>\<#7684\>\<#76EE\>\<#6807\>\<#8BFB\>\<#8005\>\<#662F\>GNU/Linux\<#7528\>\<#6237\>\<#FF0C\>\<#6211\>\<#4F1A\>\<#5C3D\>\<#53EF\>\<#80FD\>\<#4FDD\>\<#8BC1\>\<#5728\>GNU/Linux\<#4E0A\>\<#FF0C\>\<#672C\>\<#6587\>\<#7684\>Shell\<#4F1A\>\<#8BDD\>\<#53EF\>\<#4EE5\>\<#6B63\>\<#5E38\>\<#6267\>\<#884C\>\<#3002\> + + \<#88C5\>\<#4F9D\>\<#8D56\>\<#8F6F\>\<#4EF6\>> + + \<#672C\>\<#6587\>\<#4F9D\>\<#8D56\>\<#5982\>\<#4E0B\>\<#8F6F\>\<#4EF6\>\<#FF0C\>\<#8BF7\>\<#81EA\>\<#884C\>\<#5B89\>\<#88C5\>\<#FF1A\> + + <\session|shell|default> + <\output> + Shell session inside TeXmacs pid = 11257 + + + <\unfolded-io|Shell] > + wget --version \| head -n 1 + <|unfolded-io> + GNU Wget 1.21.3 \<#5728\> linux-gnu + \<#4E0A\>\<#7F16\>\<#8BD1\>\<#3002\> + + + <\input|Shell] > + \; + + + + \<#8F7D\>Fandol\<#5B57\>\<#4F53\>\<#5230\>\<#6307\>\<#5B9A\>\<#76EE\>\<#5F55\>> + + <\session|shell|default> + <\input|Shell] > + mkdir -p $TEXMACS_HOME_PATH/fonts/truetype + + + <\input|Shell] > + export FANDOL_URI=https://mirrors.ustc.edu.cn/CTAN/fonts/fandol/ + + + <\input|Shell] > + export TT_PATH=$TEXMACS_HOME_PATH/fonts/truetype + + + <\input|Shell] > + [ ! -e $TT_PATH/FandolSong-Regular.otf ] && cd $TT_PATH && wget + $FANDOL_URI/FandolSong-Regular.otf + + + <\input|Shell] > + [ ! -e $TT_PATH/FandolSong-Bold.otf ] && cd $TT_PATH && wget + $FANDOL_URI/FandolSong-Bold.otf + + + <\input|Shell] > + [ ! -e $TT_PATH/FandolHei-Regular.otf ] && cd $TT_PATH && wget + $FANDOL_URI/FandolHei-Regular.otf + + + <\input|Shell] > + [ ! -e $TT_PATH/FandolHei-Bold.otf ] && cd $TT_PATH && wget + $FANDOL_URI/FandolHei-Bold.otf + + + <\input|Shell] > + [ ! -e $TT_PATH/FandolFang-Regular.otf ] && cd $TT_PATH && wget + $FANDOL_URI/FandolFang-Regular.otf + + + <\unfolded-io|Shell] > + ls $TT_PATH/ + <|unfolded-io> + FandolFang-Regular.otf \ FandolHei-Regular.otf \ FandolSong-Regular.otf + + FandolHei-Bold.otf \ \ \ \ \ FandolSong-Bold.otf + + + <\input|Shell] > + \; + + + + \<#9664\>\<#5B57\>\<#4F53\>\<#7F13\>\<#5B58\>\<#5E76\>\<#91CD\>\<#542F\>\<#58A8\>\<#5E72\>> + + \<#70B9\>\<#51FB\>\<#4E4B\>\<#540E\>\<#FF0C\>\<#91CD\>\<#542F\>\<#58A8\>\<#5E72\>\<#FF0C\>\<#5C31\>\<#53EF\>\<#4EE5\>\<#70B9\>\<#51FB\>\<#FF0C\>\<#627E\>\<#5230\>Fandol\<#5B57\>\<#4F53\>\<#3002\>GNU/Linux\<#4E0B\>\<#7684\>\<#9ED8\>\<#8BA4\>\<#4E2D\>\<#6587\>\<#5B57\>\<#4F53\>\<#5C31\>\<#662F\>Fandol\<#FF0C\>\<#5C31\>\<#58A8\>\<#5E72\>V1.0.4\<#800C\>\<#8A00\>\<#FF0C\>\<#5728\>\<#91CD\>\<#542F\>\<#4E4B\>\<#540E\>\<#FF0C\>\<#6587\>\<#6863\>\<#4E2D\>\<#6807\>\<#70B9\>\<#7B26\>\<#53F7\>\<#7684\>\<#5C55\>\<#793A\>\<#80FD\>\<#5F97\>\<#5230\>\<#6BD4\>\<#8F83\>\<#5927\>\<#7684\>\<#6539\>\<#5584\>\<#FF0C\>\<#6BD4\>\<#5982\>\<#53E5\>\<#53F7\>\<#FF0C\>\<#5982\>\<#679C\>\<#4E0D\>\<#5B89\>\<#88C5\>Fandol\<#5B57\>\<#4F53\>\<#FF0C\>\<#9ED8\>\<#8BA4\>\<#662F\>\<#5C45\>\<#4E2D\>\<#7684\>\<#FF0C\>\<#5B89\>\<#88C5\>\<#4E4B\>\<#540E\>\<#5C31\>\<#80FD\>\<#6B63\>\<#786E\>\<#5C55\>\<#793A\>\<#3002\> + + + +> + +<\references> + <\collection> + > + > + > + > + > + > + + \ No newline at end of file