bugGNU TeXmacs - Bugs: bug #58722, latex import: align environment...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #58722: latex import: align environment has no label

Submitter:  Jeroen Wouters <jeronim>
Submitted:  Tue 07 Jul 2020 06:05:38 PM UTC
   
 
Category:  Conversion Priority:  5 - Normal
Item Group:  Error Status:  Fixed
Privacy:  Public Assigned to:  vdhoeven
Originator Name:  Open/Closed:  Closed
Release:  None Release: 
Fixed Release:  None Fixed Release: 
Keywords: 

Fri 23 Oct 2020 03:56:23 PM UTC, comment #2: 

Fixed in revision 13004.

Joris van der Hoeven <vdhoeven>
Group administrator
Thu 09 Jul 2020 08:05:25 AM UTC, comment #1: 

Note that `align` environment is not encouraged for the moment, see http://www.texmacs.org/tmdoc/main/styles/env/env-math-dtd.en.html Warning 3.

Aeh9quu9 <ohnie0ai>
Tue 07 Jul 2020 06:05:38 PM UTC, original submission:  

The latex code

\begin{document}
        \begin{align}
                a = b \label{test}
        \end{align}

        ref \ref{test}. eqref \eqref{test}
\end{document}

is imported as

<\body>
  <\hide-preamble>
    \;
  </hide-preamble>

  <\align>
    <tformat|<table|<row|<cell|a=b<label|test>>>>>
  </align>

  ref <reference|test>. eqref <eqref|test>
</body>


However, <align> in TeXmacs has no label and therefore the references to the equation fail.

Jeroen Wouters <jeronim>
Group Member

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by vdhoeven (Updated the item)
  • -email is unavailable- added by ohnie0ai (Posted a comment)
  • -email is unavailable- added by jeronim (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2020-10-23 vdhoeven StatusNone Fixed
        Assigned toNone vdhoeven
        Open/ClosedOpen Closed
    2020-10-23 vdhoeven Item GroupNone Error

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code