How do I use the titlesec package if I am under \documentclass[conference]{IEEEtran} ?
I got the following error:
!Undefined control sequence.
\subparagraph
It is my first experience with LaTeX. This may be some sort of dummy question. But anyway. I've spend a day with TeXLive on Fedora. And here is the problem. I have some file 1:
\documentclass{book}
\usepackage{vit} % it's my own vit.sty file…
How can I solve this issue?
\documentclass[a4paper,12pt]{article}
\usepackage[utf8]{inputenc}
\usepackage{txfonts}
\usepackage{indentfirst}
\setlength\parindent{1.25cm}
\usepackage{setspace}
\singlespacing
…
I'm using LaTeX to write up an assignment which comprises a number of questions. I'd like to break up the questions from my answers by placing the section headings inside a shaded box. I'm relatively new to LaTeX.
So far, from searching around and…
I am trying to format the appearance of the chapters depending if they appear on an even or odd page. Based on the documentation of titlesec it should work with the option page=even and page=odd. This works for sections but not for chapters. Here is…
I am reading the document for titlesec package. There is a command called \titlelabel{} and the document says:
"Changes the label format in sections, subsections, etc. A \thetitle command is provided which is respectively \thesection,…
I want to add subsubsections with alternative numbering (A1..A3, B1..B3, etc.) to my document. These subsubsections should be added to the ToC, but the native numbering should be suppressed, the alternative numbering should come onto the…
The following MWE puts number 2. before References which I am trying to remove. What appears in Chapter 1 and Chapter 2 are correct.
\documentclass[a4paper, 12pt,…
I need to make changes in my article and want to use any package to highlight the changes, therefore I use \usepackage{color,soul}
and it resulted in errors.
I use Texmaker and compile with XeLaTeX. The file contains over a hundred pages with math…
I am trying to use the titlesec package to redefine some of my sections and subsections commands. I want the \subsection to have the text following it become wrapped but if it has a title define in it like \subsection{definitions} then it should…
I have my sections format defined with titlesec like this:
\documentclass{report}
\usepackage{xcolor}
\usepackage{titlesec}
\definecolor{shadecolor}{HTML}{A3B9FF}
\titleformat{\chapter}{}{}{20pt}{\bf …
Good day.
I'd like to add some space after each section. I'm using article class and I've looked in the titlesec package to customize this parameter. I've studied couple of questions and mostly people suggest using this…
I've had to alter my contents page to fit in with requirements for my thesis.
I need my chapter headings to read X.0 "chapter name". e.g. 1.0 Introduction
I've managed to do this using the title sec package, however it has caused a couple of new…
I have a problem formatting my subsubsection title using titlesec.
From my code, I would have thought the Subsubsection title was numbered I.1.1 but I don't see any number on my resulting file:
I noticed that by passing \documentclass{article}, the…