Search found 5 matches
- Tue Apr 05, 2011 11:21 pm
- Forum: LyX
- Topic: Lyx outline bug EXTREMELY annoying
- Replies: 9
- Views: 7468
Re: Lyx outline bug EXTREMELY annoying
.....bump.....
- Sat Mar 26, 2011 9:39 pm
- Forum: General
- Topic: List of Equations / Table of Equations (continued)
- Replies: 0
- Views: 3247
List of Equations / Table of Equations (continued)
I have been trying to come up with a convenient way to make a List of Equations in our report. The key thing to note here is that the report is already typed, and contains dozens of equations in hundreds of pages.
Using tocloft to add the List of Equations usually requires following each equation ...
Using tocloft to add the List of Equations usually requires following each equation ...
- Sat Mar 26, 2011 8:58 pm
- Forum: LyX
- Topic: List of Equations / Table of Equations
- Replies: 3
- Views: 14429
List of Equations / Table of Equations
OK, I've been making some headway. If I use this code:
% redefine equation to automatically include our \myequations tag
\let\oldequation = \equation
\let\endoldequation = \endequation
\renewenvironment{equation}{
\begin{oldequation}
}{
\end{oldequation}
\myequations{\@currentlabelname ...
% redefine equation to automatically include our \myequations tag
\let\oldequation = \equation
\let\endoldequation = \endequation
\renewenvironment{equation}{
\begin{oldequation}
}{
\end{oldequation}
\myequations{\@currentlabelname ...
- Sat Mar 26, 2011 7:58 pm
- Forum: LyX
- Topic: List of Equations / Table of Equations
- Replies: 3
- Views: 14429
List of Equations / Table of Equations
I found that earlier, I'm just having some trouble working it into Lyx.
I can get the new List to appear, but to populate it with equations each equation which you want to appear in your list must include something like: \myequations{Equation name \ref{eq:1}}
We already have a document in Lyx ...
I can get the new List to appear, but to populate it with equations each equation which you want to appear in your list must include something like: \myequations{Equation name \ref{eq:1}}
We already have a document in Lyx ...
- Sat Mar 26, 2011 5:46 pm
- Forum: LyX
- Topic: List of Equations / Table of Equations
- Replies: 3
- Views: 14429
List of Equations / Table of Equations
Note: using LaTeX it is I suppose very straightforward to include a List of Equations using tocloft, but the difference here is making an elegant solution in Lyx
So in our document we have the Table of Contents, List of Figures, List of Tables, nomenclature, etc.
How to we insert a List of ...
So in our document we have the Table of Contents, List of Figures, List of Tables, nomenclature, etc.
How to we insert a List of ...