Search found 105 matches

by carol
Fri Oct 22, 2010 2:09 pm
Forum: General
Topic: Problem with cross-references
Replies: 7
Views: 13284

Problem with cross-references

Is it possible to cross-refer to section*? If so, why the name of the section is not displayed?

Code: Select all

Code, edit and compile here:
\documentclass[10pt]{report}
\begin{document}
refer to the section \ref{sec:my_section}
\section*{my section} \label{sec:my_section}
\end{document}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
by carol
Thu Oct 21, 2010 8:15 am
Forum: General
Topic: Problem with cross-references
Replies: 7
Views: 13284

Re: Problem with cross-references

As you noticed the sentence "Ref to tab" gets displayed after the table but it comes before the table. THis depends on the position of \begin{table}. On the other hand, I can't put \begin{table} inside of \mbox. What would you suggest?
by carol
Wed Oct 20, 2010 10:57 pm
Forum: General
Topic: Problem with cross-references
Replies: 7
Views: 13284

Problem with cross-references

Yes, here it is:

\documentclass[10pt]{report}
% Load packages

\usepackage{tabularx}

\begin{document}

Ref to tab \ref{tab:tab}.
\par
\begin{table}
\mbox{
\begin{tabular}{|c|c|c|}
\hline \multicolumn{3}{|c|}{My Table}\\ \hline
A1 & B2 & C3 \\ \hline
A2 & ... & .. \\ \hline
A3 ...
by carol
Wed Oct 20, 2010 10:33 pm
Forum: General
Topic: Problem with cross-references
Replies: 7
Views: 13284

Problem with cross-references

I don't what could disable the cross-reference. I use the cross-reference correctly to the tables or sections but when I compile, I don't get any error message and the cross-reference doesn't get displayed in the text. Any package loading or definition that might disable the cross-reference?

Thanks
by carol
Mon Jun 07, 2010 7:21 pm
Forum: General
Topic: spelling and grammer checking
Replies: 8
Views: 9857

Re: spelling and grammer checking

I use kile 2.0.3. Once I posted a message on kile forum to find out if the dictionary has been improved in the new version but got no reply. Do you know about this? How about grammer checking? Does yours check grammer mistakes?

Thanks
by carol
Mon Jun 07, 2010 10:03 am
Forum: General
Topic: spelling and grammer checking
Replies: 8
Views: 9857

Re: spelling and grammer checking

Because it is not as good as MS-word. Grammer checking is far from being done. Should I install any thing? I would like some thing at least like the one in MS-word.

Best wishes
by carol
Sat Jun 05, 2010 9:28 pm
Forum: General
Topic: spelling and grammer checking
Replies: 8
Views: 9857

spelling and grammer checking

Hi,
Which tools do you recommend for spelling and grammer checking of latex text? The one in kile is useless.

Any information is welcome.

Carol
by carol
Tue May 18, 2010 11:36 am
Forum: Document Classes
Topic: \pause doesn't work with \allowframebreak
Replies: 0
Views: 1786

\pause doesn't work with \allowframebreak

Hi,
I have noticed that \pause doesn't work with \allowframebreak. What else instead of \pause could be used for pausing? Because it is very convenient to let \allowframebreak break the frames.

Look forward to your reply,

Carol
by carol
Tue May 11, 2010 10:21 pm
Forum: Graphics, Figures & Tables
Topic: subfigures in column in beamer class
Replies: 11
Views: 30029

subfigures in column in beamer class

If figures are not in column, how could they be shifted to right and left? Suppose there are two figures on a frame. The following code doesn't shift one figure to the left and the other to the right. What is the proper usage? Note that as it is, it doesn't work for columns, either.


\raggedleft ...
by carol
Sat May 08, 2010 9:21 am
Forum: Graphics, Figures & Tables
Topic: subfigures in column in beamer class
Replies: 11
Views: 30029

Re: subfigures in column in beamer class

Yes, it works perfectly. Thanks

How about if I want to shift the figures or in other cases, text or equations to the left in the left column and to the right in the right column instead of centering? Because in some cases, the objects in each column could become close to to the objects of in the ...