Tagged Questions
2
votes
2answers
354 views
referencing a table vs. a figure in lyx, format
Currently, when I reference things using labels I have setup Lyx simply inserts the table number. I would like it to insert Table N where N is the table number. Similarly, I would like it to insert ...
2
votes
1answer
676 views
How to refer to table in lyx
Inside the float table box I add lyx:label but when inside the text and choose insert crossreference and choose the table label the text appears as ??
The reference to numbered equations appear ...
2
votes
1answer
220 views
enumerate list embedded in table with custom label
I'd like to augment the embedded enumerated list inside tabular to have custom labels. I am using Yiannis Lazarides's tabular example, but would like to add a custom label that can do circled number ...
1
vote
1answer
366 views
How to rid of automatic .pdf label from \includegraphics? [duplicate]
Possible Duplicate:
How to avoid showing the filename when using graphicx?
So I'm using the \includegraphics command to put a PDF image of a table into my LaTeX file here, but this pesky ...
8
votes
1answer
379 views
Use text data as mark labels in pgfplots
I have a table with numerical data and text in different columns, like this:
0 0 0.1
1 0 \pi
2 0 \frac{\pi}{2}
I'd like to put text labels on a plot using the text in the third column ...
5
votes
1answer
1k views
Putting LaTeX table legend in a “x\y” style [duplicate]
Possible Duplicate:
Tables of numbers
Is it possible to put a "x\y" style legend in one cell (maybe be made up of several cells) of a table? It would be great to make the 'x' slightly lower ...