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

Bug#491455: marked as done (Multiple issues with LaTeX itemize environment)



Your message dated Tue, 10 Mar 2009 12:16:21 +0100
with message-id <20090310111621.GB3492@PC23>
and subject line Re: Bug#491455: Multiple issues with LaTeX itemize environment
has caused the Debian Bug report #491455,
regarding Multiple issues with LaTeX itemize environment
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
491455: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=491455
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
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}

--- End Message ---
--- Begin Message ---
Version: 0.35.0-1

On 19.07.08 ???????? ???????????????? (aelmahmoudy@users.sourceforge.net) wrote:

> Package: luatex
> Version: 0.28.0-1

Hello Ahmed,

> 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.
> 
According to your statement this bug is fixed in luatex 0.30.3.
Yesterday Norbert uploaded 0.35 to unstable, hence I close your bug.

H.
-- 
sigmentation fault


--- End Message ---

Reply to: