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 199 times

Recommended reading 2024:

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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

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