Search found 43 matches

by marbocam
Fri Sep 12, 2025 3:54 pm
Forum: General
Topic: Reducing the height of a row in a table
Replies: 2
Views: 580

Re: Reducing the height of a row in a table

I actually managed to fix it using

Code: Select all

\begin{minipage}{7cm}
\begin{equation}
\Re P_0 m_{AM}m_{RF}^2 \sin^2 \varphi_{DC} 
\label{gain_OB2B}
\end{equation}
\end{minipage} \\[-4pt]
by marbocam
Fri Sep 12, 2025 3:05 pm
Forum: General
Topic: Reducing the height of a row in a table
Replies: 2
Views: 580

Reducing the height of a row in a table

Hi there!

I'm trying to figure out how to reduce the height of rows in a table, but '\arraystretch' doesn't seem to work.. I beleive the issue is that I should place it in the preamble of my main document, although I just need to redeuce the height of the rows in one table within a chapter of my ...
by marbocam
Wed Sep 03, 2025 12:09 pm
Forum: General
Topic: biblatex printbibliography continue numbering after each chapter
Replies: 2
Views: 2307

Re: biblatex printbibliography continue numbering after each chapter

It worked!! I just needed to remove 'defernumbers=true' :lol:

Thank you so much, Stefan!!
by marbocam
Wed Sep 03, 2025 10:41 am
Forum: General
Topic: biblatex printbibliography continue numbering after each chapter
Replies: 2
Views: 2307

biblatex printbibliography continue numbering after each chapter

Hi all,

I'm having an issue trying to get my references numbering to a continuous mode after each chapter, and can't figure out how to fix the issue for the life of me...

Here's my preamble:

\usepackage[backend=bibtex,style=ieee,natbib=true,maxnames=100,minnames=100, defernumbers=true]{biblatex ...
by marbocam
Fri Jul 18, 2025 12:39 pm
Forum: General
Topic: cmd acronym error when compiling with pdfLatex
Replies: 1
Views: 4064

cmd acronym error when compiling with pdfLatex

I'm getting this error after updating MiKTeX. It used to work fine, but now I need to press enter to pass the whole acronym list..

Any idea how to fix it?
cmd
cmd
log_cmd.PNG (7.59 KiB) Viewed 4064 times
by marbocam
Sat Jan 18, 2025 2:04 pm
Forum: General
Topic: hyperref package error
Replies: 5
Views: 18942

Re: hyperref package error

Thank you, Stefan :)
by marbocam
Fri Jan 17, 2025 6:06 pm
Forum: General
Topic: hyperref package error
Replies: 5
Views: 18942

Re: hyperref package error

I'm still getting some error, but it worked 8-) Had to cmd it with pdflatex.
by marbocam
Fri Jan 17, 2025 5:50 pm
Forum: General
Topic: hyperref package error
Replies: 5
Views: 18942

Re: hyperref package error

To the preamble? Like this?

\usepackage[pdfa]{hyperref}
\usepackage[a-1b,latxmp,mathxmp]{pdfx}[2019/02/27]
\usepackage{colorprofiles}
\hypersetup{%
unicode=true,
pdftoolbar=false,
pdfmenubar=false,
pdffitwindow=true,
pdfstartview={FitH},
pdfnewwindow=true,
colorlinks=true,
linkcolor=black ...
by marbocam
Fri Jan 17, 2025 5:23 pm
Forum: General
Topic: hyperref package error
Replies: 5
Views: 18942

hyperref package error

I'm trying to make a PDF/A file, but I'm getting this error:

! LaTeX Error: Option clash for package hyperref.

See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.

Any ideas?
by marbocam
Fri Jan 17, 2025 3:58 pm
Forum: General
Topic: List of figures margin
Replies: 1
Views: 12927

Re: List of figures margin

This worked for me:

\usepackage{tocloft}
\setlength{\cftfignumwidth}{3em}