LaTeX Latex Coding: How to Include Paragraphs Neatly

  • Thread starter Thread starter rocomath
  • Start date Start date
  • Tags Tags
    Coding Latex
AI Thread Summary
To include paragraphs in LaTeX without compromising aesthetics or using dashed lines, users can utilize the \mbox command to format text better. For longer paragraphs, the minipage environment is suggested, allowing for more text to be included neatly. Users are encouraged to escape math mode appropriately to maintain clarity in their documents. Additionally, incorporating text within mathematical expressions can be done using the \text command, enabling seamless integration of text and math. Overall, the discussion emphasizes finding methods to enhance the presentation of text in LaTeX, especially for complex equations and explanations.
rocomath
Messages
1,752
Reaction score
1
how can i include paragraphs into my latex-coding w/o it looking ugly or me having to use dashed-lines to separate words

for example, this looks ugly!
 
Physics news on Phys.org
rocophysics said:
how can i include paragraphs into my latex-coding w/o it looking ugly or me having to use dashed-lines to separate words

for example, this looks ugly!

\mbox
\mbox{for example, this looks better!}or escape out of math mode(?)
with \] and \[
\]<br /> for example, this looks better!<br /> \[
 
ah i love you! :D i have the latex pdf but it wasn't that clear about \mbox, sweet!

EDIT:

\mbox{Block A weighs 1.20N and block B weighs 3.60N. The coefficient of kinetic friction between all surfaces is 0.300N. Find the magnitude of the horizontal force F necessary to drag block B to the left at constant speed if A rests on B and moves with it in the 1st picture and if A is held at rest in the 2nd picture.}

sigh :( is there one that allows me to type in more?

i'd like to fit this paragraph

Block A weighs 1.20N and block B weighs 3.60N. The coefficient of kinetic friction between all surfaces is 0.300N. Find the magnitude of the horizontal force F necessary to drag block B to the left at constant speed if A rests on B and moves with it in the 1st picture and if A is held at rest in the 2nd picture.
 
Last edited:
\]Block A weighs 1.20N and block B weighs 3.60N. The coefficient of kinetic friction between all surfaces is 0.300N. Find the magnitude of the horizontal force F necessary to drag block B to the left at constant speed if A rests on B and moves with it in the 1st picture and if A is held at rest in the 2nd picture.<br /> \[
 
<br /> \begin{minipage}{3in}\bf\color{red}<br /> Block A weighs 1.20N and block B weighs 3.60N. The coefficient of kinetic friction between all surfaces is 0.300N. Find the magnitude of the horizontal force F necessary to drag block B to the left at constant speed if A rests on B and moves with it in the 1st picture and if A is held at rest in the 2nd picture.<br /> \end{minipage}<br />
 
lol i can barely make the 2nd method work

i keep getting this annoying (0), argh!

http://www.mathlinks.ro/weblog_entry.php?t=171422

maybe it's diff. over there
 
Last edited by a moderator:
rocophysics said:
lol i can barely make the 2nd method work

i keep getting this annoying (0), argh!

http://www.mathlinks.ro/weblog_entry.php?t=171422

maybe it's diff. over there

What exactly are you trying to accomplish? If you wish to add text inside formulas, you can do something like this:

\[ \mu_k N - F = 0 \text{ where } N = w_A + w_B \]

If you wish to have math within a paragraph, then you could do something like this:

First, set $\mu_k N - F = 0$, and then substitute $N= w_A + w_B$.
 
Last edited by a moderator:

Similar threads

Replies
4
Views
2K
Replies
23
Views
3K
Replies
4
Views
2K
Replies
1
Views
2K
Replies
8
Views
2K
Back
Top