Search found 1 match

by ruiscpt
Wed Feb 07, 2024 8:44 pm
Forum: Graphics, Figures & Tables
Topic: How to place caption above the "quadro" environment?
Replies: 1
Views: 1612

How to place caption above the "quadro" environment?

Hello everyone,

I'm having some trouble with the placement of captions in my LaTeX document. I'm using the trivfloat package to create a "quadro" environment for my tables, similar to the regular "table" environment.

Here's a minimal example of my code:
\documentclass{article}
\usepackage{caption ...