libreoffice installation zotero

Install libreoffice

ubuntu comes libreoffice usually not up to date, install the latest version here libreoffice install two common plug-ins TexMathandzotero

  • Download libreoffice software and language packs USTC source file.
wget  http://mirrors.ustc.edu.cn/tdf/libreoffice/stable/6.2.3/deb/x86_64/LibreOffice_6.2.3_Linux_x86-64_deb_langpack_zh-CN.tar.gz
wget http://mirrors.ustc.edu.cn/tdf/libreoffice/stable/6.2.3/deb/x86_64/LibreOffice_6.2.3_Linux_x86-64_deb.tar.gz
tar xzvf LibreOffice_6.2.3_Linux_x86-64_deb.tar.gz
cd LibreOffice_6.2.3.2_Linux_x86-64_deb/DEBS/
sudo dpkg -i *.deb
tar xzvf LibreOffice_6.2.3_Linux_x86-64_deb_langpack_zh-CN.tar.gz
cd LibreOffice_6.2.3.2_Linux_x86-64_deb_langpack_zh-CN/DEBS
sudo dpkg -i *.deb

Restart installed libreoffice and Chinese interface.

Installation zetero

To zotero official website to download the compressed package

wget https://download.zotero.org/client/release/5.0.66/Zotero-5.0.66_linux-x86_64.tar.bz2
tar xJvf Zotero-5.0.66_linux-x86_64.tar.bz2
sudo mv Zotero-5.0.66_linux-x86_64 /opt/zotero

Add icons, edit /usr/share/applications/zotero.desktop, following Icon If you do not own the corresponding icon.

[Desktop Entry]
Type=Application
Encoding=UTF-8
Name=zotero
Comment=Reference
Exec=bash /opt/zotero/zotero &
Icon=/usr/share/themes/Papirus/48x48/apps/zotero.svg
Terminal=false

Installation TexMath

  • turn onlibreoffice->工具->扩展管理器->联机获取更多扩展
  • In search TexMath downloadTexMaths-0.46.oxt
  • libreoffice->工具->扩展管理器->选择TexMaths-0.46.oxt
  • Restart

Installation zotero extension

Extended file location/opt/zotero/extensions/[email protected]/install

  • libreoffice->工具->扩展管理器->选中扩展文件即可
Published 65 original articles · won praise 26 · Views 100,000 +

Guess you like

Origin blog.csdn.net/bleedingfight/article/details/89882104