Search found 4 matches

by noah
Tue Nov 07, 2023 8:35 pm
Forum: Graphics, Figures & Tables
Topic: [tabularray] Introductory question
Replies: 3
Views: 15553

[tabularray] Introductory question

Hey Bartman and Julie! I apologize for the delayed response (I hate when this happens to me so I'd like to amend my rudeness). I did get this question answered in another forum. Thank you both for taking the time to reach out. I will be more attentive with future questions. Have a great day!
by noah
Tue Oct 17, 2023 4:34 am
Forum: Graphics, Figures & Tables
Topic: [tabularray] Introductory question
Replies: 3
Views: 15553

[tabularray] Introductory question

Hello all,

I've asked a few questions regarding tables. Pictured below is the table that I'd like to create. Screenshot 2023-10-16 10.09.23 PM.png

I have been reading the documentation for the tabularray package as it seems to address many of the issues with other table environments/packages ...
by noah
Mon Oct 16, 2023 10:33 pm
Forum: Graphics, Figures & Tables
Topic: [tabularx] Cell width/height & horizontal/vertical justification
Replies: 1
Views: 11689

[tabularx] Cell width/height & horizontal/vertical justification

Hello,

Following up my previous post on table environments/packages. Here is a MWE of a table I'd like to create (the current output is not my intention).

%%% Preamble %%%
\documentclass[12pt]{article}

% Element packages
\usepackage{tabularx} % for tables
\renewcommand\tabularxcolumn[1]{m{#1 ...
by noah
Mon Oct 16, 2023 10:04 pm
Forum: Graphics, Figures & Tables
Topic: Choosing between table packages
Replies: 2
Views: 14639

Choosing between table packages

Hello!

I am a first time poster here, so please excuse (and correct) any formatting or best-practice errors that I make. I want to preface my question by stating that I am a novice-intermediate coder (mechanical engineer by training) so I understand some general coding vernacular in casual ...