hyperref Questions
2
Solved
I got a new PC with Windows 10 Pro operating system several days ago and decided to install TeXstudio + MiKTeX.
And I faced a problem compiling LaTeX file. The problem is when I try to add \usepack...
1
i would like to ask how to use the \hyperref because i've googled loads of loads of answers but i can't find. i've created my own TOC. then i included \hyperref package. Then the contents are autom...
Bonn asked 4/1, 2015 at 12:27
0
I have a single docx file with a lot of cross-references. However, most of these cross-references are spurious. I'd like to convert it to LaTeX but that results in a many \hyperlink commands scatte...
3
Solved
I am trying to create a reference to a float that doesn't use a caption. If I include \label{foo} within the float and reference it using \pageref{foo}, the correct page number is displayed in my p...
2
Solved
I use the code below to set the title and author in the pdf document properties.
\usepackage[pdftex]{hyperref}
\hypersetup{
pdftitle = {The documents title},
pdfauthor = {me}
}
I would like to...
Suwannee asked 2/8, 2010 at 12:59
2
Solved
i use pdflatex to generate pdf files. my source files are all utf-8 encoded because of non-english characters. without \usepackage{hyperref} code, they can be compiled without any problem. but when...
1
Solved
I'm using hyperref in my latex document. In the references I have an URL, and the hyperref package creates a click able link automatically.
However, I need that that URL is not linked; but the re...
1
Solved
I'm using PDFLaTeX to create forms and ran into a problem with the \TextField macro that defines input fields:
\TextField[width=4in,name=sample]{}
The resulting field is a little wider than 4 inch...
1
I am using the natbib and hyperref packages in my LaTeX document and would like to change the colour of the box around the hyper-referenced citations from the baseline green to a more muted colour ...
2
Solved
LaTeX is a wonderful language for writing documents. With the hyperref package and pdflatex, you easily generate documents with metadata, a nice feature to get your documents referenced right on th...
1
Solved
I have a LaTeX document which contains the following:
\tableofcontents
\chapter{Chapter One}
\part{Part One}
...
\part{Final Part}
\chapter{Final Part Chapters}
\chapter{Chapter not Part of Part}
...
1
© 2022 - 2024 — McMap. All rights reserved.