how to use cleveref package to get Fig. in latex -


when use cleveref package in latex, if use \cref{fig1}, got fig. 1 , if use \cref{fig1} got figure 1. want fig. 1. how can that?

i answer own question. can done commands,

\usepackage{hyperref} \usepackage{cleveref} \crefformat{figure}{#2fig.~#1#3} \crefmultiformat{figure}{figs.~#2#1#3}{ and~#2#1#3}{, #2#1#3}{ and~#2#1#3} 

from "the cleveref package" @ texdoc.net


Comments

Popular posts from this blog

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

python - Mongodb How to add addtional information when aggregating? -

java - Incorrect order of records in M-M relationship in hibernate -