LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 10-03-2013, 02:26 PM   #1
Xeratul
Senior Member
 
Registered: Jun 2006
Location: UNIX
Distribution: FreeBSD
Posts: 2,658

Rep: Reputation: 255Reputation: 255Reputation: 255
Latex / Tex - Light App See What You Get Editor?


Hello,

I would be looking for a latex/tex/miktex frontend that
allows to put the pictures wherever I would like such as
illustrator, ... powerpoint, publisher,... and being based
on *Tex*.

Lyx is rather nice, but it quite too heavy to install.

Would you know other alternatives to Lyx for Linux and Windows?

Many thanks

Code:
root@debian:/home/user# apt-get install flashplugin-nonfree epdfview lyx
Reading package lists... Done
Building dependency tree       
Reading state information... Done
epdfview is already the newest version.
flashplugin-nonfree is already the newest version.
The following extra packages will be installed:
  libaiksaurus-1.2-0c2a libaiksaurus-1.2-data libaudio2 libboost-regex1.42.0
  libboost-signals1.42.0 libdb4.8 libicu44 libmng1 libqtcore4 libqtgui4
  lyx-common mime-support python python-minimal python-support python2.6
  python2.6-minimal tex-common xdg-utils
Suggested packages:
  nas rcs dvipost elyxer tex4ht hevea tth latex2html groff libtiff-tools
  gnuhtml2latex wv chktex noweb sgmltools-lite linuxdoc-tools writer2latex
  latex2rtf python-doc python-tk python-profiler python2.6-doc
  python2.6-profiler binutils binfmt-support debhelper gvfs-bin
Recommended packages:
  qt4-qtconfig texlive-latex-recommended texlive-latex-extra texlive-science
  texlive-fonts-recommended preview-latex-style dvipng imagemagick psutils
  ghostscript poppler-utils ttf-lyx librsvg2-bin inkscape
The following NEW packages will be installed:
  libaiksaurus-1.2-0c2a libaiksaurus-1.2-data libaudio2 libboost-regex1.42.0
  libboost-signals1.42.0 libdb4.8 libicu44 libmng1 libqtcore4 libqtgui4 lyx
  lyx-common mime-support python python-minimal python-support python2.6
  python2.6-minimal tex-common xdg-utils
0 upgraded, 20 newly installed, 0 to remove and 1 not upgraded.
Need to get 30.8 MB of archives.
 
Old 10-03-2013, 02:44 PM   #2
Xeratul
Senior Member
 
Registered: Jun 2006
Location: UNIX
Distribution: FreeBSD
Posts: 2,658

Original Poster
Rep: Reputation: 255Reputation: 255Reputation: 255
Is Lyx a better format than Tex?

but to convert it is complicated as follows...

Code:
7.2.1. From .lyx to .pdf

The classic way to transform a . lyx document to PDF format is to follow a three-pass procedure: first, the .lyx document is exported to DVI, then to PS through dvi2ps, then the PS version is tranformed to PDF through software like the commercial Acrobat® Distiller®[1], or the freely available Ghostscript. (via ps2pdf).

This classic three-pass procedure is not only complicated, it also loses some information through the intermediate DVI format. The results are often not acceptable: the most frequent problem is bad presentation of the character glyphs that make up the document (see Quality of PDF from PostScript):

    *

      Wrong type of fonts used, which is the commonest cause of fuzzy text.
    *

      ghostscript too old, which can also result in fuzzy text.
    *

      Switching to font encoding T1, which is yet another possible cause of fuzzy text.
    *

      Another problem - missing characters - arises from an aged version of Acrobat® Distiller®.
    *

      Finally, there's the common confusion that arises from using the dvips configuration file -Ppdf, the weird characters.

It would be much better to produce the PDF version directly from the TeX (i.e. LyX) output. The pdftex package (see Section 3.5) was created with this objective in mind. pdftex (and pdfjadetex) creates the PDF document in one pass from the TeX format. A disadvantage of pdftex and pdfjadetex used to be the complexity of the preliminary steps (see Chapter 4, especially Section 4.9) needed to get a LaTeX document converted to PDF, escecially when it contained images. Not anymore: the method described here automates the format transormations for the images and hides the complexity of the commands involved in three files (sedscr, jadetex.cfg, lyxtox). See Section 7.2.2.
Notes
[1] 	

Distiller® is a registered trademark of Adobe Systems Incorporated.
What about elynxer, it could maybe be improved to directly make PDF?



what about Snipmate and VIM?

Would you know a lightweight alternative to PDFLATEX and PDFTEX?

thanks





not so light...

Code:

# apt-get install --no-install-recommends texlive-latex-base 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following extra packages will be installed:
  ed libkpathsea5 luatex mime-support tex-common texlive-base texlive-binaries texlive-common texlive-doc-base
Suggested packages:
  debhelper perl-tk
Recommended packages:
  texlive-luatex lmodern texlive-latex-base-doc
The following NEW packages will be installed:
  ed libkpathsea5 luatex mime-support tex-common texlive-base texlive-binaries texlive-common texlive-doc-base texlive-latex-base
0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
Need to get 28.2 MB of archives.
After this operation, 67.7 MB of additional disk space will be used.

better
Code:
 apt-get install --no-install-recommends texlive-binaries
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following extra packages will be installed:
  ed libkpathsea5 tex-common texlive-common
Suggested packages:
  debhelper
The following NEW packages will be installed:
  ed libkpathsea5 tex-common texlive-binaries texlive-common
0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded.
Need to get 8,454 kB of archives.
After this operation, 19.1 MB of additional disk space will be used.
Do you want to continue [Y/n]?

Last edited by Xeratul; 10-04-2013 at 02:31 AM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Installing Latex tex-live Andrew Benton Linux - Software 1 08-22-2010 06:01 PM
vim file.tex !latex file.tex & pdfdvi file.dvi & xpdf -remote sname -reload Mol_Bolom Linux - General 0 07-09-2009 07:46 PM
Does Zenwalk have a TeX/LaTeX distribution? vharishankar Zenwalk 8 09-22-2006 05:28 PM
Live CD contain TeX and/or LateX trainee Linux - Newbie 2 06-20-2006 04:24 AM
HowTo update Latex/Tex Packages cmdrraycoo Slackware 8 01-30-2006 06:37 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 02:15 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration