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 2695 times
My code:

Code: Select all

\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}

\linespread{1.0}



\begin{document}

\section{Section}
Hello! This is my test \cite{Blahut}!  LaTeX is used for the communication and publication of scientific documents in many fields, including mathematics, physics, computer science, statistics, economics, and political science

\bibliographystyle{abbrv}  
\bibliography{biblio}    
\end{document}

Thanks!

Recommended reading 2024:

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

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

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Stefan Kottwitz
Site Admin
Posts: 10324
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