Author Topic: What are your favorite Lyx tips and tricks?  (Read 2866 times)

0 Members and 1 Guest are viewing this topic.

Offline kodyTopic starter

  • Contributor
  • Posts: 34
  • Country: ca
What are your favorite Lyx tips and tricks?
« on: November 20, 2014, 09:57:27 am »
Suggestions to get the best document out!
 

Offline Balaur

  • Supporter
  • ****
  • Posts: 525
  • Country: fr
Re: What are your favorite Lyx tips and tricks?
« Reply #1 on: November 20, 2014, 05:57:37 pm »
apt-get remove lyx

vi Makefile
i
Code: [Select]
LATEX = /usr/bin/pdflatex
BIBTEX = /usr/bin/bibtex
RM = /bin/rm -f

doc.pdf: doc.tex
        @${LATEX} -halt-on-error doc.tex

clean:
        ${RM} doc.aux doc.log

ESC
:wq

vi doc.tex
i
Code: [Select]
\documentclass{article}
\usepackage{rotchiffre}

\begin{document}

\EdefRot{13}\result{Lbh qba'g arrq Ylk!}
\result

\end{document}
ESC
:wq

make doc
evince doc.pdf
 

Offline LukeW

  • Frequent Contributor
  • **
  • Posts: 686
Re: What are your favorite Lyx tips and tricks?
« Reply #2 on: November 20, 2014, 11:56:42 pm »
apt-get remove lyx

Oh yes, best post I've seen all week.

If you want a GUI front end or "IDE" for LaTeX, you might as well just go and use Microsoft Word.
 

Offline zapta

  • Super Contributor
  • ***
  • Posts: 6190
  • Country: us
Re: What are your favorite Lyx tips and tricks?
« Reply #3 on: November 21, 2014, 12:29:47 am »
Just installed it on my Linux box. Looks very interesting. Will spend more time with it.
 

Offline Leiothrix

  • Regular Contributor
  • *
  • Posts: 104
  • Country: au
Re: What are your favorite Lyx tips and tricks?
« Reply #4 on: November 21, 2014, 03:08:11 am »
If you want a GUI front end or "IDE" for LaTeX, you might as well just go and use Microsoft Word.

Have you used LyX?  It works pretty well, has all the build & export functions built in, and lets you directly enter code if you want to.

Certainly easier to use LyX than figure out vi/emacs, TeX and the whole build chain.  Especially if the person is not coming from a *nix or programming background.
 

Offline Kostas

  • Regular Contributor
  • *
  • Posts: 71
  • Country: gr
Re: What are your favorite Lyx tips and tricks?
« Reply #5 on: November 21, 2014, 09:35:52 am »
TeXstudio is another choice, although not the same thing. Can be used under *nix and Windows too.
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf