Joseph Wright

Results 104 issues of Joseph Wright

Originally reported by: **denisbitouze (Bitbucket: [denisbitouze](https://bitbucket.org/denisbitouze), GitHub: Unknown)** ---------------------------------------- Because sidebars in some themes are only hidden and not actually canceled, plain frames are not really fillable, despite what is...

enhancement

Originally reported by: **Ryan Clary (Bitbucket: [mrclary](https://bitbucket.org/mrclary), GitHub: [mrclary](https://github.com/mrclary))** ---------------------------------------- I recently ran into this bug, which was raised on tex.stackexchange [here](http://tex.stackexchange.com/questions/288408/beamer-show-notes-on-second-screen-with-xelatex-and-atbeginsection). Nobody seems to have filed an issue here...

bug

Originally reported by: **michaelaoash (Bitbucket: [michaelaoash](https://bitbucket.org/michaelaoash), GitHub: [michaelaoash](https://github.com/michaelaoash))** ---------------------------------------- This request would apply to material on page 176 of the User Guide v. 3.06. I love giving talks with the...

enhancement

As reported in https://tex.stackexchange.com/questions/422581/add-section-without-appearance-in-navigation-bar-with-beamer-v-3-50, using a deliberately-empty section heading does not 'cancel' the sectioning in ```latex \documentclass{beamer} \usetheme{Frankfurt} \listfiles \begin{document} \begin{frame} \tableofcontents \end{frame} \section{Sec1} \begin{frame} \frametitle{Frame1} \end{frame} \section{Sec2} \begin{frame} \frametitle{Frame2}...

bug

Originally reported by: **mike_km (Bitbucket: [mike_km](https://bitbucket.org/mike_km), GitHub: Unknown)** ---------------------------------------- Hello, when using `\setbeamercovered{transparent}`, and writing \begin{itemize}[+-| alert@+] \item item 1 \begin{itemize} \item item1.1 \item item1.2 \end{itemize} \item item2 \end{itemize} items...

bug

Came up in https://github.com/josephwright/siunitx/issues/537: the strange font setup doesn't really make sense.

enhancement

Originally reported by: **Anonymous** ---------------------------------------- The following code leads to minipages that are //not// aligned at the top. #!latex \documentclass{beamer} \begin{document} \begin{frame} \begin{minipage}[t]{1.4cm}%\vspace{0pt} Questions: \end{minipage}\nobreak \begin{minipage}[t]{9cm} \begin{itemize} \item 1st question;...

bug

Probably the best long-term solution for #63.

enhancement

With example ```latex \documentclass{beamer} \usepackage{colortbl} \usepackage{hhline} \usepackage{etoolbox} \begin{document} \begin{tabular}{|c|c|} \hhline{>{\arrayrulecolor{blue}}->{\arrayrulecolor{black}}-} Cell 1&Cell 2\tabularnewline \hhline{->{\arrayrulecolor{blue}}-} \end{tabular} \makeatletter \patchcmd\HH@loop {\arrayrulewidth\hfil}% search {\arrayrulewidth\hfil\kern\z@}% replace {}% success {\errmessage{Patching \string\HH@loop\space failed}}% failure \makeatother \begin{tabular}{|c|c|} \hhline{>{\arrayrulecolor{blue}}->{\arrayrulecolor{black}}-}...

bug

Originally reported by: **thomas_fr (Bitbucket: [thomas_fr](https://bitbucket.org/thomas_fr), GitHub: Unknown)** ---------------------------------------- Hi I just noticed that my citations were all wrong - all had the same value. After some desperate research and...

bug