Text Formattingsection and references shifting

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
Bahurin
Posts: 5
Joined: Mon Dec 30, 2013 2:33 pm

section and references shifting

Post by Bahurin »

Dear all! How can I shift a section line and referenses like this:
shifting.png
shifting.png (16.26 KiB) Viewed 2719 times
My code:

Code: Select all

Code, edit and compile here:
\documentclass[a4paper,14pt]{article}
%\usepackage[T2A]{fontenc}
\usepackage[utf8]{inputenc}
%\usepackage[english]{babel}
\usepackage{tikz}
\usepackage {amsmath}
\usepgflibrary{arrows} % LATEX and plain TEX and pure pgf
\usetikzlibrary{arrows} % LATEX and plain TEX when using Tik Z
\usepackage{amssymb,amsfonts,amsmath,enumerate,float}
\usepackage{color}
\usepackage{indentfirst}
\definecolor{green}{rgb}{0,0.6,0}
\definecolor{gray}{rgb}{0.5,0.5,0.5}
\definecolor{mauve}{rgb}{0.58,0,0.82}
\definecolor{orange}{rgb}{1,0.5,0}
\usepackage{geometry}
\parindent=1cm
\usepackage{tikz}
\usepackage{pgfplots}
\pgfplotsset{width=14cm, height = 9cm}
\usetikzlibrary{calc,intersections,through,backgrounds}
\tikzset{help lines/.style=very thin}
 
 
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Thanks!

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Stefan Kottwitz
Site Admin
Posts: 10345
Joined: Mon Mar 10, 2008 9:44 pm

Re: section and references shifting

Post by Stefan Kottwitz »

Hi,

seriously? Did you see this in any book? I never saw this in hundreds of books. Is it common in your field of science? If not, I would think about it and perhaps make it like it's common.

What should be with the second line of such an indented heading?

Stefan
LaTeX.org admin
Post Reply