OK. I've found something and I'm so close to my final result.
Here is my new mwe:
\documentclass[a4paper]{book}
\usepackage{enumitem}
\usepackage[standard]{ntheorem}
\theoremstyle{margin}
\theorembodyfont{\normalfont}
\newtheorem{exercise}{}[chapter]
\begin{document}
\setcounter{exercise}{8 ...
Search found 69 matches
- Wed Jan 10, 2018 11:04 am
- Forum: Text Formatting
- Topic: Align text of theorems
- Replies: 2
- Views: 3817
- Sat Jan 06, 2018 11:32 am
- Forum: Text Formatting
- Topic: Align text of theorems
- Replies: 2
- Views: 3817
Align text of theorems
Happy new year, everybody!
The picture above says it all:
Screen Shot 2018-01-06 at 11.24.18.png
The code for the "I have this", is:
\documentclass[a4paper]{book}
\usepackage{enumitem}
\newtheorem{exercise}{}[chapter]
\begin{document}
\setcounter{exercise}{8}
\begin{exercise}
Lorem ipsum ...
The picture above says it all:
Screen Shot 2018-01-06 at 11.24.18.png
The code for the "I have this", is:
\documentclass[a4paper]{book}
\usepackage{enumitem}
\newtheorem{exercise}{}[chapter]
\begin{document}
\setcounter{exercise}{8}
\begin{exercise}
Lorem ipsum ...
- Wed Nov 22, 2017 2:30 pm
- Forum: General
- Topic: TeX capacity exceeded [save size=80000]
- Replies: 4
- Views: 5348
TeX capacity exceeded [save size=80000]
Well, my book is already separated into 15 files and I use another file (I call it "book.tex") with the preamble and \include command to combine them.
All 15 files have about 9000 lines of code, so it's not so easy for me to narrow it!
BUT I found this:
I put the preamble to each one of the 15 ...
All 15 files have about 9000 lines of code, so it's not so easy for me to narrow it!
BUT I found this:
I put the preamble to each one of the 15 ...
- Tue Nov 21, 2017 11:32 pm
- Forum: General
- Topic: TeX capacity exceeded [save size=80000]
- Replies: 4
- Views: 5348
TeX capacity exceeded [save size=80000]
Hi,
my book is full of greek text combined with english text.
I have this code on my preamble:
\usepackage[Greek,Latin]{ucharclasses}
% Language declaration
\usepackage{xltxtra}
\usepackage{polyglossia}
\setmainlanguage{greek}
\setotherlanguages{english}
\setTransitionsForGreek{\selectlanguage ...
my book is full of greek text combined with english text.
I have this code on my preamble:
\usepackage[Greek,Latin]{ucharclasses}
% Language declaration
\usepackage{xltxtra}
\usepackage{polyglossia}
\setmainlanguage{greek}
\setotherlanguages{english}
\setTransitionsForGreek{\selectlanguage ...
- Mon Nov 20, 2017 4:41 pm
- Forum: General
- Topic: TeX capacity exceeded [save size=80000]
- Replies: 4
- Views: 5348
TeX capacity exceeded [save size=80000]
Hi,
my .tex file is pretty big at this time and when I compile it, it says:
! TeX capacity exceeded, sorry [save size=80000].
<recently read> \__int_eval_end:
l.51771 \select@language {greek}
...
57i,0n,83p,10496b,80001s stack positions out of 15000i,500n,10000p,200000b,80000s
I tried this and ...
my .tex file is pretty big at this time and when I compile it, it says:
! TeX capacity exceeded, sorry [save size=80000].
<recently read> \__int_eval_end:
l.51771 \select@language {greek}
...
57i,0n,83p,10496b,80001s stack positions out of 15000i,500n,10000p,200000b,80000s
I tried this and ...
- Mon Nov 06, 2017 3:54 pm
- Forum: Graphics, Figures & Tables
- Topic: Line on top cells
- Replies: 6
- Views: 3907
Line on top cells
Cool. I'll play with it and post if I find a solution.
Thank you.
Thank you.
- Mon Nov 06, 2017 1:01 pm
- Forum: Graphics, Figures & Tables
- Topic: Line on top cells
- Replies: 6
- Views: 3907
Line on top cells
I'm fine with the solution you provided, Stefan and thank you again.
I just want to add this:
I was trying to manage making the cline be seen with transparent colors, but I couldn't make it. I thought that if the background of the red cells was transparent, maybe the cline would be visible.
Is it ...
I just want to add this:
I was trying to manage making the cline be seen with transparent colors, but I couldn't make it. I thought that if the background of the red cells was transparent, maybe the cline would be visible.
Is it ...
- Sun Nov 05, 2017 4:34 pm
- Forum: Math & Science
- Topic: Customize arrow
- Replies: 2
- Views: 4372
Customize arrow
Thank you for your reply, Stefan.
Well, I forgot to mention that I'd like the arrow to be shorter, not longer.
Well, I forgot to mention that I'd like the arrow to be shorter, not longer.
- Sun Nov 05, 2017 4:30 pm
- Forum: Graphics, Figures & Tables
- Topic: Line on top cells
- Replies: 6
- Views: 3907
Line on top cells
I still can't believe that I had to MOVE the line just to make it be seen.
Come on, LaTeX does billion of things, it cannot make a line to be seen over a colorful cell?
Thank you very much for the solution, Stefan.
Come on, LaTeX does billion of things, it cannot make a line to be seen over a colorful cell?

Thank you very much for the solution, Stefan.

- Sat Nov 04, 2017 6:11 pm
- Forum: Graphics, Figures & Tables
- Topic: Line on top cells
- Replies: 6
- Views: 3907
Line on top cells
Hi,
I have made this table:
Screen Shot 2017-11-04 at 18.10.10.png
with this code:
\documentclass[11pt,a4paper]{book}
\usepackage[table]{xcolor}
\begin{document}
\begin{table}
\centering\arrayrulecolor{black}
\begin{tabular}{l|ccccc|}
\cline{2-6}
\rowcolor{red}\multicolumn{1}{c|}{\cellcolor ...
I have made this table:
Screen Shot 2017-11-04 at 18.10.10.png
with this code:
\documentclass[11pt,a4paper]{book}
\usepackage[table]{xcolor}
\begin{document}
\begin{table}
\centering\arrayrulecolor{black}
\begin{tabular}{l|ccccc|}
\cline{2-6}
\rowcolor{red}\multicolumn{1}{c|}{\cellcolor ...