Math & Science ⇒ wasysym | "because" Equivalent to '\wasytherefore'
-
- Posts: 402
- Joined: Fri May 20, 2011 9:41 am
wasysym | "because" Equivalent to '\wasytherefore'
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
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
wasysym | "because" Equivalent to '\wasytherefore'
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
-
- Posts: 402
- Joined: Fri May 20, 2011 9:41 am
wasysym | "because" Equivalent to '\wasytherefore'
Code: Select all
\documentclass[fleqn]{article}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{wasysym}
\setlength{\parindent}{0in}
\begin{document}
$\because$ Hello world How are you? \\ \\
$\wasytherefore$ Hello world How are you?
\end{document}
If there is a way to align this symbol (\because) like \wasytherefore with the baseline of the text that's what I'm looking for.
- Attachments
-
- test.png (17.81 KiB) Viewed 28989 times
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
wasysym | "because" Equivalent to '\wasytherefore'
- Take both symbols from »amssymb«. They are aligned equally bad.
- Search for alternative symbols and their packages in the already mentioned document.
- Use \raisebox for the bad aligned symbol.
- Complain to the package author.
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
-
- Posts: 402
- Joined: Fri May 20, 2011 9:41 am
Re: wasysym | "because" Equivalent to '\wasytherefore'
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Re: wasysym | "because" Equivalent to '\wasytherefore'
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
-
- Posts: 402
- Joined: Fri May 20, 2011 9:41 am
Re: wasysym | "because" Equivalent to '\wasytherefore'

- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
wasysym | "because" Equivalent to '\wasytherefore'
Code: Select all
\documentclass[11pt]{article}
\usepackage[T1]{fontenc}
\usepackage{amssymb}
\setlength{\parindent}{0in}
\begin{document}
\raisebox{0.75pt}{$\because$} Hello world How are you?
\raisebox{0.75pt}{$\therefore$} Hello world How are you?
\end{document}
- Attachments
-
- The result of the given example.
- raised-symbols.png (11.67 KiB) Viewed 28977 times
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10