Questions tagged [parameters]

{parameters} is about the meaning, and the manipulation of fundamental parameters that guide the typesetting of LaTeX.

Typical examples of such parameters are \parindent, \widowpenalty, and \lineskip.

192 questions
3
votes
1 answer

Space between horizontal lines in awesomebox

I need a small space between top & bottom of the…
Mafsi
  • 664
3
votes
1 answer

\command[]{} or \command{}[]?

Sometimes I see [] before {}, such as: \documentclass[letter,12pt]{article} Sometimes I see {} before [], such as: \newcommand{name}[num]{definition} Which should go first, [] or {} ? Does it matter?
Roxy
  • 809
2
votes
0 answers

Is it possible to generate two PDF files from a single run?

The letter class makes it possible to generate two letters from a single run. \documentclass[11pt]{letter} \usepackage{lipsum} \begin{document} \name{John Doe} \signature{John Doe} \begin{letter}{Mr.\ Foo Bar} \opening{Dear Mr.\…
Calaf
  • 1,471
1
vote
0 answers

Use parameters of latexcommand in two .tex files

Im quite new to Latex and haven't found anything yet to help me with my problem. My problem is that i want to write the output of a command to another .tex file. I want to use the custom command \errordescripton{x}{y}{z} in descrition.tex. The…
Radio
  • 11
0
votes
1 answer

10 parameters separated by comma. How can I do it?

\def\g(#1,#2,#3,#4,#5,#6,#7,#8,#9,#10){(#6)*exp(-(#2)/(#7))+((#6)**2)*exp(2*(-(#2))/(#7))*(#9)*exp((#4)/(#7)}% \def\f(#1,#2,#3,#4,#5,#6,#7,#8,#9,#10){1+2*(#6)*exp(-(#2)/(#7))+((#6)**2)*exp(2*(-(#2))/(#7))*exp((#4)/(#7))}% \def\h(#1,#2,#3,#4,#5,#6,#…
0
votes
1 answer

LaTeX: Can I use a setting file to change some common parameters shared among different template files?

I have several template files used for journal articles, such as for review, article, case report, etc. These templates have similar file structures. I realized that some common parameters need be changed when I am working on a new issue of the…
TeXIQ
  • 821