[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#491455: Multiple issues with LaTeX itemize environment



Package: luatex
Version: 0.28.0-1

I have experienced several issues when running lualatex on LaTeX 
documents that got itemize environment, it seems that lualatex doesn't 
do proper indentation in the itemize environment.

Please compare the outputs when running lualatex and latex (using pdftex  
engine) on the attached document (itemize_env.tex).

-- 
 أحمد المحمودي (Ahmed El-Mahmoudy)
  Digital design engineer
 GPG KeyID: 0x9DCA0B27 (@ subkeys.pgp.net)
 GPG Fingerprint: 087D 3767 8CAC 65B1 8F6C  156E D325 C3C8 9DCA 0B27
\documentclass[a4paper,openany]{report}
\usepackage{tabularx}

\begin{document}

\chapter{Issues with \LaTeX itemize environment}
\section{Itemize environment inside a tabularx}

\begin{tabularx}{400pt}{|l|X|}
\hline
Version & Changes \\
\hline
1 & Added DPSK modulator. \\
\hline
2 &
  \begin{itemize}
  \item The I and Q output signals of the GFSK modulator are now represented
  in 6 bits format and sampled at 13 MHz, rather than the 5 bit format and 6 
  MHZ sampling rate of version 1. This change is reported in Addendum 1.
  \item New design for the whole DPSK modulator. This new design is described 
  in Addendum 2.
  \end{itemize} \\
\hline
\end{tabularx}

\section{Nested itemize}
\begin{itemize}
\item xtestpins
\item xradreg
  \begin{itemize}
  \item xreg8
  \item xreg16
  \item xreg32
  \end{itemize}
\end{itemize}

\section{Equations in itemize environment}

\begin{itemize}
\item Equation

  \begin{equation}
  g(t) = \frac{1}{2T}\left\lceil Q(k(t-\frac{1}{2}T)) - Q(k(t+\frac{1}{2}T))\right\rceil
  \end{equation}

\item Equation array

  \begin{eqnarray}
  \phi(t) = 2\pi h\int_{-\infty}^{t} s(\tau) d\tau
  \\
  s(\tau) = \sum_{m=-\infty}^{\infty} a_m g(\tau - mT)
  \end{eqnarray}
\end{itemize}

\end{document}

Reply to: