Latex installation guide on linux operating system :-
latex required latex compiler and editor to setup make it usable.
We can install using # apt-get install texlive and use any existing gedit, vi, kile, etc.
latex is also available for windows and iMac platform also. http://www.tug.org/mactex/
for windows platform one of the another powerful tool available for latex documents is winedit it can be download form here http://www.winedt.com/
Beamer install on ubuntu linux
sudo add-apt-repository ppa:texlive-backports/ppa
sudo apt-get update
sudo apt-get install texlive-full
sudo apt-get install biblatex
after this run
sudo apt-get install latex-beamer
next step to install
sudo apt-get install impressive
sudo apt-get install texlive-pubilshers
How to install tex maker on ubuntu linux ?
How to install texstudio on ubuntu linux ?
The developer offers a PPA repository with the latest packages for all current Ubuntu releases. You can do following steps to add the repository and install the latest TeXstudio.
1. Open the terminal via Ctrl+Alt+T or by searching for “terminal” from app launcher. When it opens, run command to add the PPA:
sudo add-apt-repository ppa:sunderme/texstudio
or run commands one by one in terminal to install (or upgrade) the software:
sudo apt-get update sudo apt-get install texstudio
texstudio windows OS installation link
https://github.com/texstudio-org/texstudio/releases/download/3.1.1/texstudio-3.1.1-win-qt5.exe
0 Comments:
Post a Comment