Text FormattingCan't figure out what is the errror here!! help me please.

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
Sam
Posts: 62
Joined: Fri Nov 30, 2007 1:43 pm

Can't figure out what is the errror here!! help me please.

Post by Sam »

Dear All,

Can't figure out what is the errror here!! help me please. Thanks.

Each actuator's dynamic force has a maximum loading capacity of 2.5 KN, and is defined by $F$ $=$ $B$ \cdot {$U_{a}$}, which is linearly dependent on the actuator's time varying control signal $U_{a}$(t).
\\
$B$ is a constant with units \emph{force/volts} to be identified experimentally.

Recommended reading 2024:

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

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

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Frits
Posts: 169
Joined: Wed Feb 02, 2011 6:02 pm

Can't figure out what is the errror here!! help me please.

Post by Frits »

\cdot is a math command, so you need to call it like:

Code: Select all

$\cdot$
Just a small note: kilonewtons are indicated as kN, not KN :geek:
howtoTeX.com - Your LaTeX resource site (Tips, Tricks, Templates and more!)
Follow howtoTeX on twitter
Post Reply