How to Underline, bold and italize text while adding questions mannualy?
Last updated
Last updated
We can print bold, italicized, and underlined text using the commands \textbf
, \textit
, and \underline
, respectively.
For example:
This example produces the following output:
Double underlining text can be done easily using the command \underline
twice or using the command \uuline
:
produces the output:
We can easily create wavy underlined text using the command \uwave{}
. Here is an illustrative example:
which produces the following result:
The command \sout{}
which can be used to strikethrough text. Check this example:
compiling this code yields:
The command \xout{}
can be used to create a hatching effect through text. Here is a basic usage of this command:
This code yields the following:
The commands \dashuline{}
and \dotuline{}
as their names state can be used to create dashed and dotted lines under text respectively. Check the following code:
which produces the following output: