Changing font size in LaTeX documents

  • Context: LaTeX 
  • Thread starter Thread starter askor
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
askor
Messages
168
Reaction score
9
Can someone please tell me how to change the font size of text and Latex?

Thank you
 
Physics news on Phys.org
I forgot to mention. What I meant is in this forums.
 
I also would like to know how to write the integral symbol in this forums like this:

int_big.PNG

Instead of this:

int_small.PNG
 
askor said:
I forgot to mention. What I meant is in this forums.
Most of the normal LaTeX font sizes work here too: $${\Huge \text{Physics Forums}} \quad {\normalsize \text{Physics Forums}} \quad {\tiny \text{Physics Forums}}$$ This was created with $${\Huge \text{Physics Forums}} \quad {\normalsize \text{Physics Forums}} \quad {\tiny \text{Physics Forums}}$$
askor said:
I also would like to know how to write the integral symbol in this forums like this:

View attachment 280258
Instead of this:

View attachment 280259
The latter is inline math, created by appending ## to the beginning and end of the LaTeX code. The former is display-style. Use $$ instead of ##:
$$\int_a^b \sec \theta\ \mathrm{d} \theta$$ and

##\int_a^b \sec \theta\ \mathrm{d} \theta##.

Also, have a look at our LaTeX guide: https://www.physicsforums.com/help/latexhelp/
 
Reply
  • Like
  • Informative
Likes   Reactions: Greg Bernhardt, berkeman, mfb and 1 other person