LyXTablenote in LyX environment

Information and discussion about LyX, a WYSIWYM editor, available for Linux, Windows and Mac OS X systems.
Post Reply
amitk
Posts: 20
Joined: Sun May 17, 2009 10:48 am

Tablenote in LyX environment

Post by amitk »

There are 3 packages for entering tablenotes in longtable: threeparttable, threeparttablex, and ctable. All these packages require entering latex code. It seems that the threeparttablex do not require entering code (exluding references to the notes) inside the table environment.
I tried (in TeX code environment)

Code: Select all

\begin{ThreePartTable} 
\begin{TableNotes} 
\item[a] \label{tn:a} coment text 
\end{TableNotes}
before the table

Code: Select all

\tnotex{tn:a}
in the table. And

Code: Select all

\end{ThreePartTable}
at the end of the table.

I'm keeping receiving an error: "File 'threeparttablex.sty' is not found"; and description: "\uspackage {hyperref} ***(cannot \read from terminal in nonstop modes)".
This is even though I istalled these packages and reconfigured LyX.

Anyone know what is the problem/solution?

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

Post Reply