How to fix bullet points in presentation?
I try to write a proof by induction on multiple beamer slides, but I do not know how to stop the various notes from changing their position constantly (see images below). As far as I know I cannot use...
View ArticleChange bullet color in TOC for current section only
In my TOC I would like to highlight the current section using a different color. Following the answers to this question, I have managed to change the text color of the current section...
View ArticleLatex Error: \begin{list} on input line 130 ended by /end{document}
Found a Latex resume online that is supposed to work, but there is some unknown error that I am getting. I believe the formatting is correct, but I am not positive because I do not know latex...
View Articlecoloring bullets in nested lists
I would like to color bullets in my lists (for example, to signify tasks that are done or not/hard or easy, etc.), including in nested lists.I found this and successfully used it. Since I would like to...
View ArticleHow 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...
View Articlereplace text sequences in stream without lua?
I have been using the wonderful markdown package from vitek novotny, but sometimes it is overkill and lualatex is slower than pdflatex, too. yet I do miss one feature from markdown even in my simple...
View ArticleMatching bullet list spacing outside list
I'm using a class file with the following: \begin{list}{$\cdot$}{\leftmargin=0em} \itemsep -0.5em \vspace{-0.5em}}{ \end{list}This allows me to create bulleted lists. @Werner showed me how to use...
View ArticleBeamer Bullets in Latex Article
Is it possible to use Beamer bullets in latex article ? http://i.stack.imgur.com/UXoCL.png or http://i.stack.imgur.com/x1lPJ.png\documentclass[10pt,a4paper]{article}\usepackage[latin1]{inputenc}...
View Articlechanging all the itemize into bullets in a beamer presentation [duplicate]
how can I set all the item into bullets (cobalt)? \documentclass{beamer}%\setbeamercolor{titlelike}{parent=structure,bg=cyan} %background color%\setbeamercolor{titlelike}{parent=structure,fg=blue}...
View ArticleChange color for one bullet point in beamer
I was wondering whether there was an easy way to change the color of a specific bullet point to the color used with the \alert command (because I want the entire bullet highlighted as an alert).
View ArticleCreate Itemized List with Bullets and Braces to Show Hierarchical Data
Note:Please note that I already viewed a solution provided to the question asked on the post:Put braces in itemize listand this does not solve my issue since I have a nested structure for the variables...
View ArticleHow to place a symbol to the right of the last item
I have created an environment and I want to put a symbol ($\circ$) to the right of the last item of an itemize, which is inside the environment. However, using \hspace*{\fill}$\circ$ places $\circ$ at...
View ArticleAlign bullet points in table [duplicate]
quite new to this. Hope you can help, trying to align bullets in a table but cannot get rid of the huge space at the beginning of the...
View ArticlePutting 2 dotted lines inside a rhombus and drawing a rhombus with a bullet...
I know how to draw 3 rhombi above each other as follows: \documentclass{article} \usepackage{amsmath} \usepackage{tikz-cd} \usetikzlibrary{shapes.geometric} \begin{document} \[\begin{tikzcd}[sep = 2em,...
View Articleincreasing the level of bullet points [duplicate]
I want to add a fifth level to my bullet points. This is what I have written:\begin{itemize} \item Some degree of uncertainty even when the source presents it with absolute certainty \begin{itemize}...
View Article\newcommand with easily configurable optional parameters
Consider I have the following commands:\newcommand{\ListStartSimple}{\begin{itemize}[label={}, leftmargin=0.15in]}\newcommand{\ListStartLineSimple}{\begin{itemize}[label={},...
View ArticlePutting 2 dotted lines inside a rhombus
I know how to draw 3 rhombi above each other as follows: \documentclass{article} \usepackage{amsmath} \usepackage{tikz-cd} \usetikzlibrary{shapes.geometric} \begin{document} \[\begin{tikzcd}[sep = 2em,...
View ArticleAttaching a small rhombus with a circular bullet at its bottom
I wanna attach (means by adding a second arrow) a small rhombus with a circular bullet at its bottom to the following drawing:\documentclass{article} \usepackage{amsmath} \usepackage{tikz-cd}...
View ArticleBeamer sty doesn't modify toc
I half-wrote half-copied a sty file for my beamer slide. When I tried to use the commands\setbeamertemplate{section in toc}[square unnumbered]\setbeamertemplate{subsection in toc}[circle numbered]It...
View ArticleReferring to colored bullet points in Beamer [duplicate]
When I put enumerate inside an itemize environment on Beamer, I get little blue bullet points with white numbers inside.But when I try to refer to them, it just appears as the number. How do I...
View Article