Search found 69 matches

by bstex
Mon Mar 26, 2018 1:02 pm
Forum: Text Formatting
Topic: Left-align theorem numbers
Replies: 5
Views: 4899

Left-align theorem numbers

Your solution is excellent with the ntheorem package.
Thank you so much!
by bstex
Mon Mar 26, 2018 9:49 am
Forum: Text Formatting
Topic: Left-align theorem numbers
Replies: 5
Views: 4899

Left-align theorem numbers

I'll try your solution too.
Thank you very much, Stefan. ;)
by bstex
Sun Mar 25, 2018 4:24 pm
Forum: Text Formatting
Topic: Left-align theorem numbers
Replies: 5
Views: 4899

Left-align theorem numbers

I have read this post, but I closed the tab because I couldn't do it with the ntheorem package.
Little did I know that I had to change all my theorems preamble code and not use the ntheorem.
Thank you very much!
by bstex
Sun Mar 25, 2018 2:37 pm
Forum: Text Formatting
Topic: Left-align theorem numbers
Replies: 5
Views: 4899

Left-align theorem numbers

Hi.
I'm using the ntheorem package but I can't force the theorem numbers to be left-aligned.
As you can see in my MWE, the theorem numbers are right-aligned by default, but I need them to be left-aligned. It is a very small detail, but it doesn't look very nice when theorems have bigger numbers, for ...
by bstex
Sun Mar 25, 2018 11:52 am
Forum: Graphics, Figures & Tables
Topic: Thicker lines, center-align cells and background color of table
Replies: 2
Views: 3239

Thicker lines, center-align cells and background color of table

Johannes_B wrote:It is close to impossible for a sane human being to modify auto-generated code.
Then, we are totally screwed with AI. :lol:

I'll try all of your advices.
At last, if I will not succeed, I will put this table in my book as image. ;)
Thank you so much!
by bstex
Sun Mar 25, 2018 11:44 am
Forum: Text Formatting
Topic: Margin on text
Replies: 6
Views: 4220

Margin on text

Now that I'm looking my preamble, I see that the only part I'm using \vspace is here, with the Sample text.
After that, I'm using \vspace also in my code to put some space before and after some lines.

I am a totally beginner in LaTeX, that's why I'm trying to find solutions that makes my text look ...
by bstex
Sun Mar 25, 2018 11:27 am
Forum: Text Formatting
Topic: Margin on text
Replies: 6
Views: 4220

Margin on text

Johannes_B wrote:I think, you are using \vspace too often.
Shouldn't I?
by bstex
Sun Mar 25, 2018 10:38 am
Forum: Text Formatting
Topic: Margin on text
Replies: 6
Views: 4220

Margin on text

I added some \vspace*{-.2\baselineskip} before and after, and now it's perfect.
Thank you so much, Johannes_B.
by bstex
Sun Mar 25, 2018 1:09 am
Forum: Text Formatting
Topic: Margin on text
Replies: 6
Views: 4220

Margin on text

Hi.
Does anyone know why "Sample text 5" and "Sample text 6" do not have proper margins like all the other Sample texts?
Thank you very much.

Screen Shot 2018-03-25 at 01.07.07.png
My MWE:
\documentclass[a4paper]{book}

\usepackage{enumitem}
\setlist{nosep}

\usepackage[standard]{ntheorem ...
by bstex
Fri Mar 23, 2018 11:26 pm
Forum: Graphics, Figures & Tables
Topic: Thicker lines, center-align cells and background color of table
Replies: 2
Views: 3239

Thicker lines, center-align cells and background color of table

Hi,
as you see in the image, I need to make 3 changes to my table.
1. Make 5 lines of table thicker.
2. Make some cells to have their text center-aligned vertically.
3. Put background color on some rows.
mwe.png

My MWE code is:
\documentclass[a4paper]{book}
\usepackage{array}
\newcolumntype{C ...