+1 vote
in General IT Tips by (64.7k points)
I want to write the symbol (∵), which represents 'since' and 'because'. How can I write it in LaTeX?

1 Answer

+2 votes
by (363k points)
selected by
 
Best answer

In LaTeX, the "since" or "because" symbol (∵) can be written using:

\because

Here is an example:

\because a = b, \quad a + c = b + c 

This will render: 

∵a=b,a+c=b+c

Related questions

+1 vote
1 answer
asked Jan 28, 2023 in General IT Tips by phpuser (64.7k points)
+1 vote
1 answer
+1 vote
1 answer
+1 vote
1 answer
+1 vote
1 answer

...