LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Latex / Tex - Light App See What You Get Editor? (https://www.linuxquestions.org/questions/linux-software-2/latex-tex-light-app-see-what-you-get-editor-4175479504/)

Xeratul 10-03-2013 02:26 PM

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.


Xeratul 10-03-2013 02:44 PM

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]?



All times are GMT -5. The time now is 12:16 AM.