Difference between revisions of "Useful programs - office"
(Created page with "Category:Linux =Libre office= ==Core features== <syntaxhighlight lang="bash"> apt-get install libreoffice libreoffice-calc libreoffice-draw libreoffice-impress libreo...") |
(→Mind Mapping) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 51: | Line 51: | ||
apt-get install libreoffice-l10n-sv libreoffice-help-sv | apt-get install libreoffice-l10n-sv libreoffice-help-sv | ||
</syntaxhighlight> | </syntaxhighlight> | ||
+ | |||
+ | |||
+ | =WPS= | ||
+ | |||
+ | An alternative to LibreOffice is Kingsoft WPS. | ||
+ | |||
+ | Check out their website: http://wps-community.org/download.html | ||
+ | |||
+ | |||
+ | |||
+ | =PDF= | ||
+ | |||
+ | ==PDF split and merge== | ||
+ | |||
+ | PDF Split and merge, also know as'' 'pdfsam' ''is very useful! Unfortunately, you have to install it manually... | ||
+ | |||
+ | |||
+ | '''Installation''' | ||
+ | |||
+ | Requirement: Java JVM | ||
+ | |||
+ | # Download the latest PDFSam version, see http://sourceforge.net/projects/pdfsam/files/pdfsam/ | ||
+ | ... You must take the ''pdfsam-XXX-'''''out'''''.zip'' file | ||
+ | # Just run the .jar file | ||
+ | |||
+ | <syntaxhighlight lang="bash"> | ||
+ | java -jar pdfsam-XXX.jar | ||
+ | </syntaxhighlight> | ||
+ | |||
+ | |||
+ | |||
+ | '''Shortcut''' | ||
+ | |||
+ | <syntaxhighlight lang="bash"> | ||
+ | vim /usr/share/applications/pdfsam.desktop | ||
+ | </syntaxhighlight> | ||
+ | |||
+ | |||
+ | <syntaxhighlight lang="bash"> | ||
+ | [Desktop Entry] | ||
+ | Name=PDF SAM | ||
+ | GenericName=PDF SAM | ||
+ | X-GNOME-FullName=PDF Split And Merge | ||
+ | Exec=/home/sisi/Apps/pdfsam/bin/run.sh | ||
+ | Terminal=false | ||
+ | Type=Application | ||
+ | Icon=/home/sisi/Apps/pdfsam/doc/icons/pdfsam_enhanced.svg | ||
+ | </syntaxhighlight> | ||
+ | |||
Line 77: | Line 126: | ||
=Mind Mapping= | =Mind Mapping= | ||
+ | |||
+ | Ubuntu 15.04 and later | ||
+ | |||
+ | (i) FreePlane replaced freemind on Debian* distributions. | ||
+ | |||
+ | <syntaxhighlight lang="bash"> | ||
+ | apt-get install freeplane | ||
+ | </syntaxhighlight> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | Ubuntu <= 15.04 | ||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
apt-get install freemind freemind-plugins-svg freemind-plugins-help freemind-browser | apt-get install freemind freemind-plugins-svg freemind-plugins-help freemind-browser | ||
</syntaxhighlight> | </syntaxhighlight> |
Latest revision as of 21:11, 19 March 2016
Contents
Libre office
Core features
apt-get install libreoffice libreoffice-calc libreoffice-draw libreoffice-impress libreoffice-writer libreoffice-templates libreoffice-pdfimport
Proficient tools
ENGLISH
apt-get install hunspell-en-us hyphen-en-us mythes-en-us
If you don't like the "hunspell" dictionnary you can install "myspell" instead:
apt-get install myspell-en-us
Francais
apt-get install hunspell-fr hyphen-fr mythes-fr
Svenska
apt-get install hunspell-sv-se
Francais
apt-get install libreoffice-l10n-fr libreoffice-help-fr
Svenska
apt-get install libreoffice-l10n-sv libreoffice-help-sv
WPS
An alternative to LibreOffice is Kingsoft WPS.
Check out their website: http://wps-community.org/download.html
PDF split and merge
PDF Split and merge, also know as 'pdfsam' is very useful! Unfortunately, you have to install it manually...
Installation
Requirement: Java JVM
- Download the latest PDFSam version, see http://sourceforge.net/projects/pdfsam/files/pdfsam/
... You must take the pdfsam-XXX-out.zip file
- Just run the .jar file
java -jar pdfsam-XXX.jar
Shortcut
vim /usr/share/applications/pdfsam.desktop
[Desktop Entry]
Name=PDF SAM
GenericName=PDF SAM
X-GNOME-FullName=PDF Split And Merge
Exec=/home/sisi/Apps/pdfsam/bin/run.sh
Terminal=false
Type=Application
Icon=/home/sisi/Apps/pdfsam/doc/icons/pdfsam_enhanced.svg
Cliparts
Nowdays you don't need to install it. Just use Google images instead!
Only install that package if you absolutely need to:
apt-get install openclipart-libreoffice openclipart2-libreoffice
!! Careful !! Total is about 760 Mb ! Just install the first package = 160Mb to get some cliparts.
Ebooks
apt-get install calibre
Mind Mapping
Ubuntu 15.04 and later
(i) FreePlane replaced freemind on Debian* distributions.
apt-get install freeplane
Ubuntu <= 15.04
apt-get install freemind freemind-plugins-svg freemind-plugins-help freemind-browser