If you want to compile a file, say Base.tex, and get the PDF with other name, use the -jobname option $ pdflatex -jobname MyBook Base.tex In the example you’ll get a PDF file called MyBook.pdf Enjoy
Posts Tagged ‘Line’
LaTeX Tip: New name after compilation
Posted in LaTeX, Science, tagged CLI, Command, How to, HowTo, LaTeX, Line, Linux, Programming, Terminal, Tips and Tricks on March 2, 2012 | Leave a Comment »
Review: Sage beginner’s guide.
Posted in Hobbies, Linux, Personal, SAGE, Science, tagged Book, Calculation, CLI, Command, Computers, Craig, Finch, Free, Functions, Graphics, How to, HowTo, Install, LaTeX, Line, Linux, Maple, Mathematica, Mathematics, Matlab, Notebook, Online, Packages, Plot, Plotting, Programming, Python, Review, Sage, Sage-dev, Sagemath, Symbolic, Tips and Tricks, Ubuntu on June 21, 2011 | Leave a Comment »
Sage beginner’s guide is a book by Craig Finch, published recently by PACKT publishing. After spending two weeks looking at different aspects of the book, I can say with property that this is an excellent book, an I’ll recommend it for beginners to medium experienced SAGE users. Since this is the first book I review, [...]
SAGE tip: GRmodule. Day 07.
Posted in Mathematics, Physics, SAGE, tagged Calculation, chrome, chromium, CLI, Command, Dictionary, Eye, Free, Functions, General, GRPy, How to, HowTo, Install, Joris, Keys, Line, Linux, Maple, Mathematica, Mathematics, Matlab, Module, Notebook, Numpy, Packages, Physics, Programming, Python, Relativity, Sage, Sage-dev, Sagemath, Science, Symbolic, Sympy, Tensor, Tensors, Terminal, Tips and Tricks, Ubuntu, Vankerschaver, Web Browser on February 26, 2011 | Leave a Comment »
This code is supposed to be (if some one does the work in the future) located in sage.tensor.differential_form_element. The code presented below is a slight modification of Joris code for differential forms manipulation on SAGE. Needed modules from sage.symbolic.ring import SymbolicRing, SR from sage.rings.ring_element import RingElement from sage.algebras.algebra_element import AlgebraElement from sage.rings.integer import Integer from [...]
Increase TeX’s main memory
Posted in LaTeX, tagged CLI, Cnf, Command, Emacs, Fmtutil-sys, How to, HowTo, Increase, Kpsewhich, LaTeX, Line, Linux, Memory, Terminal, TeX, Tips and Tricks, Ubuntu on February 25, 2011 | Leave a Comment »
I was looking the last version of the book “Algorithmic Graph Theory”, and one of the comments was about an error in the compilation… due to a lack of TeX memory. I’ve not heard of that problem before, so… just in case some of you is puzzled with this, here is the solution (thx. to [...]