Search found 278 matches
- Mon Jan 04, 2021 10:15 pm
- Forum: Document Classes
- Topic: Fonts in ECV and what class for the letter
- Replies: 4
- Views: 286
Fonts in ECV and what class for the letter
Unless you're using another class called `ecv' than available through CTAN, the class already uses helvet and switches to sans serif at document start. So for `helvet', you don't need to change anything. For using `times', you'd need to not only load the package, but issue \normalfont just after \be...
- Sun Nov 29, 2020 6:20 pm
- Forum: Math & Science
- Topic: Error in compilation
- Replies: 1
- Views: 137
Error in compilation
\left
as well as \right
require an argument, typically one off \{[(. for \left
and one off .)]\} for \right
.If you don't need delimiters to be expanded on either side, omit
\left
and \right
.If that does not help you, please provide a

KR
Rainer
- Mon Nov 16, 2020 9:17 pm
- Forum: LyX
- Topic: Name of trigonometric sin function
- Replies: 1
- Views: 132
Name of trigonometric sin function
As I tried to explain earlier https://latex.org/forum/viewtopic.php?f=19&t=33812, \sen is defined by babel in Spanish context.
Try this
Try this
\documentclass{report} \usepackage[spanish,es-nodecimaldot,es-tabla]{babel} \begin{document} \[ \sen\alpha \] \end{document}
- Tue Nov 03, 2020 10:26 pm
- Forum: Document Classes
- Topic: \usepackage{journal2}
- Replies: 1
- Views: 280
\usepackage{journal2}
Hi there,
since there's no entry for `journal2' on CTAN, what makes you think it should work?
KR
Rainer
since there's no entry for `journal2' on CTAN, what makes you think it should work?
KR
Rainer
- Tue Nov 03, 2020 10:16 pm
- Forum: LyX
- Topic: Errors on Ps2pdf
- Replies: 7
- Views: 463
Errors on Ps2pdf
! Undefined control sequence. \sin ->\sen \nolimits l.751 ... \textbf{momento} es$\:$ $mlH_{1}=mlH\sin \alphaup$ \sen is defined by babel's Spanish language definition file (spanish.ldf), so you're either using a different language (where \sen is void), something went wrong with loading spanish.ldf...
- Mon Aug 17, 2020 8:05 pm
- Forum: Theses, Books, Title pages
- Topic: New Page style in Legrand Orange Book
- Replies: 4
- Views: 1916
New Page style in Legrand Orange Book
weird.
Try
to switch to your style and
to switch back to the original page style.
Or if your style is limited to a single page anyway, try
instead.
KR
Rainer
Try
\newpage \begingroup \pagestyle{mystyle}
to switch to your style and
\newpage \endgroup
to switch back to the original page style.
Or if your style is limited to a single page anyway, try
\newpage \thispagestyle{mystyle}
instead.
KR
Rainer
- Sun Aug 16, 2020 8:16 pm
- Forum: General
- Topic: First page blank in two column elsevier template
- Replies: 1
- Views: 1107
First page blank in two column elsevier template
I'm not sure why you tagged this thread as `solved' (isn't that what the green tick is all about?) Anyway, I'd omit the twocolumn option to the class: you want to start with onecolumn... If you switch to twocolumn just after your frontmatter, you'd get the frontmatter stuff on the first page (in one...
- Sun Aug 16, 2020 7:56 pm
- Forum: Theses, Books, Title pages
- Topic: New Page style in Legrand Orange Book
- Replies: 4
- Views: 1916
New Page style in Legrand Orange Book
and how did you create this new page style of yours?
KR
Rainer
KR
Rainer
- Sun Aug 09, 2020 10:24 pm
- Forum: Text Formatting
- Topic: Reference using bibtex looks strange
- Replies: 1
- Views: 233
Reference using bibtex looks strange
Could you please provide a
minimal working example?
When I expand your snippets to one, I don't see what you see...
There's no `-' in the title of your posted bib entry, either.
Or which `-' do you mean?
KR
Rainer

When I expand your snippets to one, I don't see what you see...
kallsbo wrote:The title is also missing the -
There's no `-' in the title of your posted bib entry, either.
Or which `-' do you mean?
KR
Rainer
- Sun Aug 09, 2020 10:09 pm
- Forum: Math & Science
- Topic: Using last label number in another document
- Replies: 2
- Views: 290