DeskTux

Linux on Desktops

User Tools

Site Tools


apps:latex

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
apps:latex [2016-02-16 14:32] – external edit 127.0.0.1apps:latex [2023-10-03 18:55] (current) – Update LaTeX Template for modern TeXLive versions jens
Line 3: Line 3:
 The following code can be used as a template for new [[http://www.latex-project.org/|LaTeX]] files. Of course the fields pdftitle, pdfauthor, title and author need to be edited, as well as the Babel language. The following code can be used as a template for new [[http://www.latex-project.org/|LaTeX]] files. Of course the fields pdftitle, pdfauthor, title and author need to be edited, as well as the Babel language.
  
-Usually I would recommend [[SciTE]] as source editor -- also for LaTeX files. It has customizable compilation and view support included through hotkeys that make your life a lot easier. But for LaTeX, [[http://www.xm1math.net/texmaker/|Texmaker]] is definitely a way better tool. Also when editing LaTeX files you may have a need for spell checking. I have not found an easy way to add that to SciTE. Still -- my recommendation for SciTE (and vi of course) still stands for all other tasks except for editing LaTeX files, as gedit or other editors are //slow// compared to SciTE.+Usually I would recommend [[SciTE]] as source editor -- also for LaTeX files. It has customizable compilation and view support included through hotkeys that make your life a lot easier. But for LaTeX, [[https://www.texstudio.org/|Texstudio]] is definitely a way better tool. Also when editing LaTeX files you may have a need for spell checking. I have not found an easy way to add that to SciTE. Still -- my recommendation for SciTE (and vi of course) still stands for all other tasks except for editing LaTeX files, as gedit or other editors are //slow// compared to SciTE.
  
 This template also eliminates this error message: This template also eliminates this error message:
Line 16: Line 16:
 \usepackage[gen]{eurosym} \usepackage[gen]{eurosym}
 \usepackage{ucs} \usepackage{ucs}
-\usepackage[utf8x]{inputenc}+\usepackage[utf8,utf8x]{inputenc}
 \usepackage[T1]{fontenc} \usepackage[T1]{fontenc}
 \usepackage[pdftex]{color,graphicx} \usepackage[pdftex]{color,graphicx}
 \usepackage{pxfonts} \usepackage{pxfonts}
-\usepackage[a4paper,pdftex,pdftitle={},pdfauthor={Jens Vogel},bookmarksnumbered,colorlinks,plainpages=false,pdfpagelabels]{hyperref}+\usepackage[pdftex,pdftitle={},pdfauthor={Jens Vogel},bookmarksnumbered,colorlinks,plainpages=false,pdfpagelabels]{hyperref}
 \begin{document} \begin{document}
         \maketitle         \maketitle
apps/latex.1455629571.txt.gz · Last modified: 2016-02-16 14:32 by 127.0.0.1