saving . . . saved how to use packages for bullets has been deleted. how to use packages for bullets has been hidden .
how to use packages for bullets
Title
Question
<span style="line-height: 21.4285717010498px;"> How to use packages in Latex? We learnt today that there are many packages available and how to install them. But we don't know how ti use it in Package. for example if I want to use different types of bullets I can use a package called paraset but after installing how to use it in code.</span>

LaTeX Letter-Writing 07-08 min 0-10 sec 29-08-15, 4:49 p.m. pkumavat@somaiya.edu

Answers:

This code puts circles in the place of numbers:

\\documentclass[12pt]{article}
\\usepackage{paralist}
\\begin{document}
\\begin{enumerate}[$\\bigcirc$]
\\item Choice 1
\\item Choice 2
\\item Choice 3
\\end{enumerate}
\\end{document}

29-08-15, 6:31 p.m. kannan


Log-in to answer to this question.