What is latex? How to input them in typing answers or questions?
Answers
Answered by
56
see attachment
Attachments:
Answered by
6
latex is a document preparation system for high-quality typesetting. It is most often used for medium-to-large technical or scientific documents but it can be used for almost any form of publishing. LaTeX is not a word processor!
latex can be inputted by :-
\documentclass{article}
\documentclass{article}\usepackage{enumitem}
\documentclass{article}\usepackage{enumitem}\newenvironment{QandA}{\begin{enumerate}[label=\bfseries\alph*.]\bfseries}
nd{answered}\end{QandA}\lipsum[4]\end{document}
hope this helps you
thanks
Similar questions