#安裝package
英文好的自己看:
不好的就看下面:
cd /usr/local/texlive/2017basic/bin/x86_64-darwin/
./tlmgr update --self
./tlmgr install 要安裝的包名
補充乙個問題: 當執行上面語句時候出現以下異常
./tlmgr update --self
tlmgr: remote repository is newer than local (2017 < 2019)
cross release updates are only supported with
update-tlmgr-latest(.sh/.exe) --update
please see for details.
大概的意思是預設的倉庫和本地倉庫版本不一致,所以我們更改下預設的 repository 就好了 執行下面的語句(記得把 2017 換成你的版本,就是上面提示錯誤的 *** < 2019 中的 ***)
sudo tlmgr option repository
latex multirow
這樣會生成乙個.sty 的檔案,將這個檔案拷貝到/usr/local/texlive/2017basic/texmf-dist/tex/latex/base/目錄就可以啦~! Linux下手動安裝screen
簡單說來就是自己用screen原始碼編譯安裝 now please check the pathnames in the makefile and inthe user configuration section in config.h.then type make to make screen.g...
Windows下手動安裝PostgreSQL實踐
一 基本安裝 2 解壓postgresql 8.3.3 2 binaries no installer.zip到c 3 詳細安裝步驟如下 在超級使用者許可權下執行命令 c cd pgsql c pgsql dir 驅動器 c 中的卷是 winxp 卷的序列號是 382e 2b62 c pgsql 的...
centos下手動安裝nginx
首先由於nginx的一些模組依賴一些lib庫,所以在安裝nginx之前,必須先安裝這些lib庫,這些依賴庫主要有g gcc openssl devel pcre devel和zlib devel 所以執行如下命令安裝 yum install gcc c yum install pcre pcre d...