Text FormattingSubsection Number overlaps Heading

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Rahul
Posts: 29
Joined: Wed Jul 24, 2013 10:07 am

Subsection Number overlaps Heading

Post by Rahul »

Code: Select all

\subsection{Basic Idea}
Our scheme blah blah
\subsubsection{Hiding Steganographic Data}
Image is blah blah
Problem :
\subsubsection is not working. Its overlapping the text.
Attachments
problem 22.jpg
problem 22.jpg (4.4 KiB) Viewed 12595 times

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
localghost
Site Moderator
Posts: 9201
Joined: Fri Feb 02, 2007 12:06 pm

Subsection Number overlaps Heading

Post by localghost »

For an adequate problem description please prepare a self-contained and minimal example.

Furthermore we would appreciate it very much if you write complete sentences thus formulate the problem properly (see links above). You have already been told so formerly. We are in a serious forum here and not in a chat room. m(

And you should not mix different topics in one thread. Therefore this question has been split to a new thread.


Thorsten
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes[/size]

¹ System: openSUSE 42.2 (Linux 4.4.52), TeX Live 2016 (vanilla), TeXworks 0.6.1
Rahul
Posts: 29
Joined: Wed Jul 24, 2013 10:07 am

Re: Subsection Number overlaps Heading

Post by Rahul »

Can I please have the answer to my question. Here many more are awaiting. I have entered images,code and problem as stated and it was under same problem "Text".
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Re: Subsection Number overlaps Heading

Post by Johannes_B »

Please read the material linked by Thorsten. You have to spend some time for that, maybe half an hour.
Right now, the question cannot be answered.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
User avatar
cgnieder
Site Moderator
Posts: 2000
Joined: Sat Apr 16, 2011 7:27 pm

Subsection Number overlaps Heading

Post by cgnieder »

Hi Rahul,

In case you're wondering why your question cannot be answered: sectioning commands and their appearance in the document strongly depend on the document class in use.

So we need to see a complete but minimal document (starting with \documentclass and ending with \end{document} that we can compile in order to reproduce the issue. Such a code is called Infominimal working example. If you follow that link you get detailed information on how to set up such an example. As this is a basic requirement for nearly every LaTeX related problem/question it is very much recommended that you familiarize yourself with the concept.

Regards
site moderator & package author
User avatar
localghost
Site Moderator
Posts: 9201
Joined: Fri Feb 02, 2007 12:06 pm

Subsection Number overlaps Heading

Post by localghost »

Rahul wrote:Can I please have the answer to my question.[…]
How? You did not provide enough information.
Rahul wrote:Here many more are awaiting.[…]
We can only answer one after the other.
Rahul wrote:I have entered images,code and problem as stated And it was under same problem "Text".
This problem covers a competlely different topic than in the other question. Hence it was misplaced and has to be handled in another topic.

The image is insufficient because it only shows the result of unknown code. The code snippet you provided is insufficient. We need an example that starts with \documentclass and ends with \end{document}. It has to be compilable out of the box. Please follow the links in my first response in order to learn how to prepare useful examples. Otherwise I'm pessimistic about specific help. We can't help you if you don't allow us to help by providing useful information. All we have at the moment is a useless code snippet. And even if I supplement this code snippet to a complete document, I can't reproduce the describe behaviour.

Code: Select all

\documentclass[11pt]{article}

\begin{document}
  \section{Foo}

  \section{Bar}
    \subsection{Basic Idea}
      Our scheme blah blah

      \subsubsection{Hiding Steganographic Data}
        Image is blah bla
\end{document}
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes[/size]

¹ System: openSUSE 42.2 (Linux 4.4.52), TeX Live 2016 (vanilla), TeXworks 0.6.1
Rahul
Posts: 29
Joined: Wed Jul 24, 2013 10:07 am

Subsection Number overlaps Heading

Post by Rahul »

I have read it and cannot understand half of it(to be true).
All I have understood is to create a minimal working example.
I have the following code :

Code: Select all

\documentclass[12pt,journal,compsoc]{IEEEtran}
\usepackage{alltt}
\usepackage{amssymb}
\usepackage{amsfonts}
\usepackage{mathtools}
\usepackage{array}
\usepackage{amsmath}
\usepackage{graphicx}
\usepackage{float}
\usepackage{lipsum}

\begin{document}
\section{A}
\subsection{B}
\subsubsection{C}
This is an example for my fellow users.
\end{document}
I am not a programmer and things like copying and pasting images and code take a lot of time and I am working continuously on the paper.It is eating me up.Sorry for the problems I am causing.
As a suggestion,it would be good if you open a chat room here to discuss small matters.
Attachments
problem 22.jpg
problem 22.jpg (8.65 KiB) Viewed 12577 times
User avatar
cgnieder
Site Moderator
Posts: 2000
Joined: Sat Apr 16, 2011 7:27 pm

Subsection Number overlaps Heading

Post by cgnieder »

This is a very good Infominimal working example. However, I am not able to reproduce the issue. Your code gives me this:
sectioning.png
sectioning.png (8.51 KiB) Viewed 12574 times
If you get something different my first guess would be that you have an out-dated version of the IEEEtran class. My log tells me

Code: Select all

Document Class: IEEEtran 2012/12/27 V1.8 by Michael Shell
Regards
site moderator & package author
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Subsection Number overlaps Heading

Post by Johannes_B »

@Rahul You can also click on Open in writelatex just above the code you provided to see the same result.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Rahul
Posts: 29
Joined: Wed Jul 24, 2013 10:07 am

Subsection Number overlaps Heading

Post by Rahul »

I don't understand.What do u mean by ::
Open in writelatex just above the code you provided to see the same result.
Post Reply