Search found 6 matches

by joeTex
Mon Aug 03, 2020 11:29 am
Forum: Graphics, Figures & Tables
Topic: Aligning mathematical equations vertically in a table - Overleaf
Replies: 7
Views: 6863

Aligning mathematical equations vertically in a table - Overleaf

I played with this a little bit. I modified the code from @Bartman a little bit, just to make it a little more simple to use (well, according to my limited experience using this platform). See below:

\documentclass[
% a4paper, fontsize=11pt,% default setting
oneside
]{scrbook}

\usepackage ...
by joeTex
Mon Aug 03, 2020 2:46 am
Forum: Graphics, Figures & Tables
Topic: Aligning mathematical equations vertically in a table - Overleaf
Replies: 7
Views: 6863

Aligning mathematical equations vertically in a table - Overleaf

@Bartman: Thanks a lot, I was also thinking of physically splitting the column into two separate columns then to right and left align the adjacent cells to simulate a merged & aligned column. Unless somebody else has another method to achieve the same result - I suppose this will do just fine.
by joeTex
Mon Aug 03, 2020 1:16 am
Forum: Graphics, Figures & Tables
Topic: Aligning mathematical equations vertically in a table - Overleaf
Replies: 7
Views: 6863

Aligning mathematical equations vertically in a table - Overleaf

\documentclass[a4paper, 11pt, oneside]{scrbook}
\usepackage{adjustbox}
\usepackage{amsmath}
\usepackage{multirow}
\usepackage{makecell}


% ------------------- Begin the document -----------------------------
\begin{document}

\begin{table}[h!]
\centering
\begin{adjustbox}{center}
\begin{tabular ...
by joeTex
Sun Aug 02, 2020 9:41 pm
Forum: Graphics, Figures & Tables
Topic: Aligning mathematical equations vertically in a table - Overleaf
Replies: 7
Views: 6863

Aligning mathematical equations vertically in a table - Overleaf

Hi

I would like to align equations - which are separately inserted into table cells - vertically along the red line - as shown in the figure below:

pic1.jpg

The above is a small excerpt of a large table with multiple rows and columns (text columns to the left and right of the image too) - I ...
by joeTex
Tue Sep 24, 2019 2:12 pm
Forum: Text Formatting
Topic: Parskip not functional in mainmatter section
Replies: 2
Views: 6351

Parskip not functional in mainmatter section

@Ijon Tichy, thank you so much for your assistance!

I am not very experienced with LaTeX (as you no doubt have seen), so forgive my ignorance.

I have implemented your suggestions (in the order mentioned, from top to bottom) and I am pleased to say that I have isolated the problem - it seems to be ...
by joeTex
Tue Sep 24, 2019 12:52 am
Forum: Text Formatting
Topic: Parskip not functional in mainmatter section
Replies: 2
Views: 6351

Parskip not functional in mainmatter section

Hi

I have been struggling with the following problem below: The \parskip function only works in the frontmatter section of the document, parskip does not work in the mainmatter (even if I add include same documents in both the front- and mainmatter sections). I have attached my main file's code ...