Not able to install xkcd fonts

前端 未结 3 597
挽巷
挽巷 2021-01-19 11:59

I was trying the xkcd font as per the instructions given in the vignette: vignette(\"xkcd-intro\")

However get an error on the following step:



        
3条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-01-19 12:20

    1. Are you sure it's not supposed to be xkcd.ttf instead of xkcd.tff?

    2. I'm fairly certain that cp SOURCE OPTION DESTINATION is not a legal use of cp on any Unix system. In fact, since you're copying only one file, you don't even need the -t option. It should probably just be system("cp xkcd.ttf ~/.fonts/").

提交回复
热议问题