Search found 4 matches

by EagleLee
Tue Jul 18, 2023 9:23 am
Forum: Graphics, Figures & Tables
Topic: Hyperref and Cleveref don't provide hyperlinks
Replies: 1
Views: 4815

Hyperref and Cleveref don't provide hyperlinks

The problem has been solved by returning the version of Texlive to 2022. I downloaded texlive2022.iso using a mirror and installed. Perhaps the new version is not compatible with the document class of the journal. :shock:
by EagleLee
Sat Jun 17, 2023 7:16 pm
Forum: Graphics, Figures & Tables
Topic: Hyperref and Cleveref don't provide hyperlinks
Replies: 1
Views: 4815

Hyperref and Cleveref don't provide hyperlinks

Hello all

I find a problem writing paper in the recently updated TeXworks. When I use \cref{} in codes, the figures and tables in the complied PDF can not be linked to the corresponding floats. That's to say, when I click, e.g., "Fig. 3" in text, it can't go to the float Fig. 3.

However, there's ...
by EagleLee
Sat Nov 12, 2022 5:44 am
Forum: Text Formatting
Topic: Setting <section> as the parent counter of <figure>
Replies: 2
Views: 3120

Setting <section> as the parent counter of <figure>

Bartman wrote:Read the description of the \counterwithin command in section "Counters and Lengths" of "File t ltcounts.dtx" in source2e.
source2e is really a charming document and it works perfectly! Thanks for your enlightening answer!
by EagleLee
Fri Nov 11, 2022 4:45 pm
Forum: Text Formatting
Topic: Setting <section> as the parent counter of <figure>
Replies: 2
Views: 3120

Setting <section> as the parent counter of <figure>

Hello all

Using the original class {article}, I insert several pictures into some sections and the captions of figures are counted as Figure 1, Figure 2... normally.

I wanna get such formats as "Figure 1.1" or "Figure 1.2" in Section 1, "Figure 2.1" or "Figure 2.2" in Section 2 and so on. I use ...