LyXName of trigonometric sin function

Information and discussion about LyX, a WYSIWYM editor, available for Linux, Windows and Mac OS X systems.
Post Reply
diazdeus
Posts: 32
Joined: Fri Sep 28, 2018 9:34 pm

Name of trigonometric sin function

Post by diazdeus »

I don't achive to the solution for to change the name of sin to spanish sen in the final .pdf archive. My preamble is attached.

Thank you.
preámbulo.txt
(2.86 KiB) Downloaded 171 times

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

rais
Posts: 419
Joined: Sun Nov 16, 2014 8:51 pm

Name of trigonometric sin function

Post by rais »

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

Code: Select all

\documentclass{report}
\usepackage[spanish,es-nodecimaldot,es-tabla]{babel}
\begin{document}
\[
\sen\alpha
\]
\end{document}
Post Reply