Questions tagged [bullets]

Use it for questions related to bullets, such as bullets in lists, or bullets in text.

A list itemizing its items with bullets:

enter image description here

136 questions
1
vote
1 answer

Multiple side by side bullet points

Ive seen the two column example but im trying to do the following: To the following code \section{Key Skills} \begin{tasks}[style=itemize](2) \task \textbf{Data Cleansing & Transformation} \task \textbf{Statistical & Data Analysis} …
Fabianm
  • 13
1
vote
1 answer

How can I increase the size of the \bullet a little bit?

I have this macro: \def\hstress#1{\leavevmode\vbox{\halign{\hfil##\hfil\cr\cr$\bullet$\cr\bf#1\cr}}} I was wondering if there is a way to increase the size of `\bullet`` just a little. Thank you.
1
vote
2 answers

How to vertically center \textbf{.}?

This MWE is close but not exact : \documentclass{article} \begin{document} $\cdot$\raisebox{2pt}{\textbf{.}}$\cdot$ \end{document}
1
vote
2 answers

multi-level bulletpoints

I can write: \begin{itemize} \item Juice \item Coffee \end{itemize} However, I would like to sub-divide Coffee further and get a result The sub-items of Coffee are marked with different bulletpoints and additional indentation. How to implement…
Viesturs
  • 7,895
1
vote
2 answers

Bullet item in XeLatex not appeared as expected

I used following code to add bullet but it's seems has some problem with XeLatex. It shows line (dash) instead of bullet. How can I fix this? \begin{itemize} \item \textit{irBlogs} \item \textit{Hamshahri} \end{itemize} result is something like…
Amir
  • 197
0
votes
2 answers

How can I get the following layout of bullet points?

The first slide: bullet point A The second slide: bullet point A bullet point B The third slide: bullet point A bullet point B bullet point C The fourth slide: bullet point A bullet point B bullet point C bullet point D The fifth slide: bullet point…
Ypbor
  • 399
0
votes
1 answer

How to create small bullets within a subsubsection

I'm trying to figure out how to shrink the bullet points within my subsubsections. Any advice would be greatly…