Latex installation guide on linux operating system :-
LaTex is a document prepration system used for the purpose of writing various type of documents, like article, book, letter, PDF, report, beamer, prosper, presentation etc. writer uses plain text as opposed to the formatted text found in WYSIWYG word processor like Microsoft Word, LibreOffice Writer and Apple Pages.
Mostly it used for writing scientific research paper, thesis, etc. its has a great and strong tools to write most complex scientific equations, formulas, include images etc make it very demanding in this field.
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 ?
# sudo apt-get install texmaker
How to install texstudio on ubuntu linux ?
TeXstudio, a full featured LaTeX editor, for Linux various flavor of ubuntu.
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
Then upgrade the LaTeX editor via Software Updater if an old version was installed.
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