Search found 8 matches

by LatexBeginnerrrr
Wed May 01, 2019 2:16 pm
Forum: General
Topic: Remove subsubsection from TOC
Replies: 3
Views: 5344

Remove subsubsection from TOC

The problem is solved. Thank you.
by LatexBeginnerrrr
Wed May 01, 2019 1:38 pm
Forum: General
Topic: Remove subsubsection from TOC
Replies: 3
Views: 5344

Remove subsubsection from TOC

No, I'm trying to remove them from my TOC. My current TOC has the sections, subsections and subsubsections included.
I don't want the subsubsections.

I found this code on the internet:
\setcounter{tocdepth}{2}
But that doesn't seem to change anything. Is there a specific place where I should put ...
by LatexBeginnerrrr
Wed May 01, 2019 1:23 pm
Forum: General
Topic: Remove subsubsection from TOC
Replies: 3
Views: 5344

Remove subsubsection from TOC

Hello everyone
I added my table of contents by using this code:

Code: Select all

\tableofcontents
But my subsubsections are also included. Is there a way to remove them of my TOC?
Thank you
by LatexBeginnerrrr
Tue Apr 30, 2019 2:45 pm
Forum: Graphics, Figures & Tables
Topic: Figure in subsection
Replies: 8
Views: 9819

Figure in subsection

It still didn't work & still appeared on the next page, while the text below the table appeared on the right page.
by LatexBeginnerrrr
Tue Apr 30, 2019 2:01 pm
Forum: Graphics, Figures & Tables
Topic: Figure in subsection
Replies: 8
Views: 9819

Figure in subsection

100\% heeft de afwijking niet.
\newline \newline
\begin{table}[tbph]
\centering
\begin{tabular}{l|l|l}
& a & a \\ \hline
A & Aa & Aa \\ \hline
A & Aa & Aa
\end{tabular}
\end{table}
\newline \newline \noindent
100\% heeft de afwijking niet.
\newline \newline
Er moet dus ten minste 1 ouder ...
by LatexBeginnerrrr
Tue Apr 30, 2019 12:32 am
Forum: Math & Science
Topic: No numbering for equations
Replies: 2
Views: 61088

No numbering for equations

Hello everyone

I am trying to figure out how to delete the automatic numbers - (1), (2)... - that appear next to my equations. I read somewhere I should use \begin{align*} ... \end{align*} instead of \begin{equation} ... \end{equation}, but that ruins my fractions.
This is what I put in LaTeX:
We ...
by LatexBeginnerrrr
Tue Apr 30, 2019 12:27 am
Forum: Graphics, Figures & Tables
Topic: Figure in subsection
Replies: 8
Views: 9819

Figure in subsection

Thank you very much! The problems are fixed!
by LatexBeginnerrrr
Sun Apr 28, 2019 2:27 am
Forum: Graphics, Figures & Tables
Topic: Figure in subsection
Replies: 8
Views: 9819

Figure in subsection

Hello everyone

I'm new to the LaTeX world (read: I've been trying to use it for 3 hours) and I have come across two problems:

1. Everytime I try to post an image, the caption is like 10 centimeters below it. I have tried a lot of different codes, but nothing seems to work.

2. I'm currently trying ...