How to Write Normal,Italic,Small And Big text In LaTeX -LaTex Programming Tutorial 2nd Episode

in #utopian-io7 years ago (edited)

Hi everyone,
Welcome back in episode Based Latex programming tutorial.This is a English tutorial for How to Write Normal,Italic,Small And Big text In LaTeX.This is the 2nd Episode for Latex.
Let,s start

First you have to know how to write a document in latex.We know that latex is based on commands.So, you have to the main command to run latex.
So , write a document you need to follow the command :The \begin{document} command indicates the end of the preamble and the beginning of your text. A corresponding \end{document} command always ends your files.

Now we see How to Write Normal,Italic,Small And Big text

1.Write a normal text:
write a normal text in latex is very simple.First you need to begin by the command is \begin{document}.
Then write your text normally.Then end the document by the command is \end{document}.
For example :

                                                                          \documentclass{article}
                                                                            \begin{document}
                                                 This is a English tutorial for latex programming and this is the normal text
                                                                            \end{document}

The commands looks like in winedt
1.png

Then click on the texify button to save and see preview
2.png

The preview is here
3.png

2.Write a italic text:
write a ITALIC text in latex is very simple.Write down the command \textit to write a italic text in latex.For example:

                                                                      \documentclass{article}
                                                                             \begin{document}
                               \textit {This is a English tutorial for latex programming and this is the italic text}
                                                                               \end{document}

The commands looks like in winedt
5.png

Then click on the texify button to save and see preview
4.png

The preview is here
6.png

3.Write a small text :
write a small text in latex is very simple.Write down the command \small to write a italic text in latex.For example:

                                                                   \documentclass{article}
                                                                       \begin{document}
                         \small {This is a English tutorial for latex programming and this is the small text}
                                                                        \end{document} 

The commands looks like in winedt
7.png

Then click on the texify button to save and see preview
8.png

The preview is here
9.png

4.Write a big text :
write a big text in latex is very simple.Write down the command \large to write a italic text in latex.For example:

                                                                          \documentclass{article}
                                                                            \begin{document}
                             \large {This is a English tutorial for latex programming and this is the big text}
                                                                              \end{document} 

The commands looks like in winedt
10.png

Then click on the texify button to save and see preview
11.png

The preview is here
12.png

That's it.Hope you enjoy this tutorial.Thanks for Visiting.
Regards,
@sakibr



Posted on Utopian.io - Rewarding Open Source Contributors

Sort:  

Hi! I am a robot. I just upvoted you! I found similar content that readers might be interested in:
https://en.wikibooks.org/wiki/LaTeX/Fonts

Hello, you received a boost courtesy of @steemdunk! Steem Dunk is an automated curation platform that is easy and free for use by everyone. Need a boost? Click me

Upvote this comment to support the bot and increase your future rewards!

Your contribution cannot be approved because it does not follow the Utopian Rules.

Changing fonts is very easy task that requires just a click of the button. It is very intuitive and does not require a complete tutorial dedicated to it. Please make tutorials on those tasks that are difficult and complex in nature.

You can contact us on Discord.
[utopian-moderator]