Hello all,

I am moving after years with ***** to vim, mostly for latex.
I have installed latex-suite.

I encounter a strange problem with templates :

My template is the template_patron.tex file.
After inserted it in a new file with :TTemplate it becomes like the test.tex 
file:

first line is supressed and indentation becomes strange.

In order to get the first line not removed, I have inserted a blank line at the 
top of the file. (short_tem.tex) then after inserting the template the file is 
completly spoilt.

What I am doing wrong here ?

Thanks for your help,

Alain

-- 
-- 
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.
\documentclass[10pt]{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[french]{babel} 
\usepackage{geometry}
\usepackage{float}
\usepackage{graphicx}
\usepackage{babel}
\usepackage{subfigure}
\usepackage{epsfig}
\usepackage{fourier}
\usepackage{import}
\usepackage{marginnote}
\usepackage[small]{titlesec}
\usepackage{sidecap}
\makeatletter
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% User specified LaTeX commands.
\geometry{verbose,a4paper,tmargin=1cm,bmargin=1.5cm,lmargin=2cm,rmargin=1.5cm}
\renewcommand{\thesection}{\Roman{section}}
\renewcommand{\thesubsection}{\Alph{subsection}]}
\renewcommand{\thesubsubsection}{\arabic{subsubsection}}
\newcommand*{\helplines}[1]{%
    \leavevmode
    \count@ = 0
    \loop
      \ifnum \count@ < #1
      {\mbox{}\hrulefill \linebreak}%
      \advance \count@ by 1
    \repeat
  }

\newcounter{compteurdoc}
\newcommand{\comptedoc}{%
\addtocounter{compteurdoc}{1}%
%  \refstepcounter{compteurdoc}%
 \thecompteurdoc
 }
\newcommand\Section[2]{\section[#1]{#1 \marginnote{\small #2 pts}[-\baselineskip]}}

\newcommand\Subsection[2]{\subsection[#1]{#1 \marginnote{\small #2 pts}[-\baselineskip]}}
\newcommand\textsubscript[1]{\@textsubscript{\selectfont#1}}
\def\@textsubscript#1{{\m@th\ensuremath{_{\mbox{\fontsize\sf@size\z@#1}}}}}
\newcommand\textbothscript[2]{%
  \@textbothscript{\selectfont#1}{\selectfont#2}}
\def\@textbothscript#1#2{%
  {\m@th\ensuremath{%
    ^{\mbox{\fontsize\sf@size\z@#1}}%
    _{\mbox{\fontsize\sf@size\z@#2}}}}}
\def\@super{^}\def\@sub{_}

% \catcode`^\active\catcode`_\active
% \def\@super@sub#1_#2{\textbothscript{#1}{#2}}
% \def\@sub@super#1^#2{\textbothscript{#2}{#1}}
% \def\@@super#1{\@ifnextchar_{\@super@sub{#1}}{\textsuperscript{#1}}}
% \def\@@sub#1{\@ifnextchar^{\@sub@super{#1}}{\textsubscript{#1}}}
% \def^{\let\@next\relax\ifmmode\@super\else\let\@next\@@super\fi\@next}
% \def_{\let\@next\relax\ifmmode\@sub\else\let\@next\@@sub\fi\@next}

\let\includegraphicsORI\includegraphics
  \newcommand\killedincludegraphics[2][]{Voir document ?lectronique}
  \newcommand\killgraphics{%
    \let\includegraphics\killedincludegraphics
  }
  \newcommand\restoregraphics{%
    \let\includegraphics\includegraphicsORI
  } 

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% User specified LaTeX commands.
\date{}
\author{}

\makeatother
  
\begin{document}
\title{}
\maketitle


\end{document}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[french]{babel} 
\usepackage{geometry}
\usepackage{float}
\usepackage{graphicx}
\usepackage{subfigure}
\usepackage{epsfig}
\usepackage{fourier}
\usepackage{import}
\usepackage{marginnote}
\usepackage[small]{titlesec}
\usepackage{sidecap}
\makeatletter
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% User specified LaTeX commands.
\geometry{verbose,a4paper,tmargin=1cm,bmargin=1.5cm,lmargin=2cm,rmargin=1.5cm}
\renewcommand{\thesection}{\Roman{section}}
\renewcommand{\thesubsection}{\Alph{subsection}]}
\renewcommand{\thesubsubsection}{\arabic{subsubsection}}
\newcommand*{\helplines}[1]{%
	    \leavevmode
	        \count@ = 0
		    \loop
		          \ifnum \count@ < #1
			        {\mbox{}\hrulefill \linebreak}%
				      \advance \count@ by 1
				          \repeat
					    }

					    \newcounter{compteurdoc}
					    \newcommand{\comptedoc}{%
						    \addtocounter{compteurdoc}{1}%
						    %  \refstepcounter{compteurdoc}%
						     \thecompteurdoc
						      }
						      \newcommand\Section[2]{\section[#1]{#1 \marginnote{\small #2 pts}[-\baselineskip]}}

						      \newcommand\Subsection[2]{\subsection[#1]{#1 \marginnote{\small #2 pts}[-\baselineskip]}}
						      \newcommand\textsubscript[1]{\@textsubscript{\selectfont#1}}
						      \def\@textsubscript#1{{\m@th\ensuremath{_{\mbox{\fontsize\sf@size\z@#1}}}}}
						      \newcommand\textbothscript[2]{%
							        \@textbothscript{\selectfont#1}{\selectfont#2}}
								\def\@textbothscript#1#2{%
									  {\m@th\ensuremath{%
										      ^{\mbox{\fontsize\sf@size\z@#1}}%
										          _{\mbox{\fontsize\sf@size\z@#2}}}}}
											  \def\@super{^}\def\@sub{_}

											  % \catcode`^\active\catcode`_\active
											  % \def\@super@sub#1_#2{\textbothscript{#1}{#2}}
											  % \def\@sub@super#1^#2{\textbothscript{#2}{#1}}
											  % \def\@@super#1{\@ifnextchar_{\@super@sub{#1}}{\textsuperscript{#1}}}
											  % \def\@@sub#1{\@ifnextchar^{\@sub@super{#1}}{\textsubscript{#1}}}
											  % \def^{\let\@next\relax\ifmmode\@super\else\let\@next\@@super\fi\@next}
											  % \def_{\let\@next\relax\ifmmode\@sub\else\let\@next\@@sub\fi\@next}

											  \let\includegraphicsORI\includegraphics
											    \newcommand\killedincludegraphics[2][]{Voir document ?lectronique}
											      \newcommand\killgraphics{%
												          \let\includegraphics\killedincludegraphics
													    }
													      \newcommand\restoregraphics{%
														          \let\includegraphics\includegraphicsORI
															    } 

															    %%%%%%%%%%%%%%%%%%%%%%%%%%%%%% User specified LaTeX commands.
															    \date{}
															    \author{}

															    \makeatother
															      
															    \begin{document}
															    \title{}
															    \maketitle


															    \end{document}


<++>\<++>d<++>o<++>c<++>u<++>m<++>e<++>n<++>t<++>c<++>l<++>a<++>s<++>s<++>[<++>1<++>0<++>p<++>t<++>]<++>{<++>a<++>r<++>t<++>i<++>c<++>l<++>e<++>}<++>
<++>\<++>u<++>s<++>e<++>p<++>a<++>c<++>k<++>a<++>g<++>e<++>[<++>u<++>t<++>f<++>8<++>]<++>{<++>i<++>n<++>p<++>u<++>t<++>e<++>n<++>c<++>}<++>
<++>\<++>u<++>s<++>e<++>p<++>a<++>c<++>k<++>a<++>g<++>e<++>[<++>T<++>1<++>]<++>{<++>f<++>o<++>n<++>t<++>e<++>n<++>c<++>}<++>
<++>\<++>u<++>s<++>e<++>p<++>a<++>c<++>k<++>a<++>g<++>e<++>[<++>f<++>r<++>e<++>n<++>c<++>h<++>]<++>{<++>b<++>a<++>b<++>e<++>l<++>}<++> <++>
<++>\<++>u<++>s<++>e<++>p<++>a<++>c<++>k<++>a<++>g<++>e<++>{<++>g<++>e<++>o<++>m<++>e<++>t<++>r<++>y<++>}<++>
<++>\<++>u<++>s<++>e<++>p<++>a<++>c<++>k<++>a<++>g<++>e<++>{<++>f<++>l<++>o<++>a<++>t<++>}<++>
<++>\<++>u<++>s<++>e<++>p<++>a<++>c<++>k<++>a<++>g<++>e<++>{<++>g<++>r<++>a<++>p<++>h<++>i<++>c<++>x<++>}<++>
<++>\<++>u<++>s<++>e<++>p<++>a<++>c<++>k<++>a<++>g<++>e<++>{<++>b<++>a<++>b<++>e<++>l<++>}<++>
<++>\<++>u<++>s<++>e<++>p<++>a<++>c<++>k<++>a<++>g<++>e<++>{<++>s<++>u<++>b<++>f<++>i<++>g<++>u<++>r<++>e<++>}<++>
<++>\<++>u<++>s<++>e<++>p<++>a<++>c<++>k<++>a<++>g<++>e<++>{<++>e<++>p<++>s<++>f<++>i<++>g<++>}<++>
<++>\<++>u<++>s<++>e<++>p<++>a<++>c<++>k<++>a<++>g<++>e<++>{<++>f<++>o<++>u<++>r<++>i<++>e<++>r<++>}<++>
<++>\<++>u<++>s<++>e<++>p<++>a<++>c<++>k<++>a<++>g<++>e<++>{<++>i<++>m<++>p<++>o<++>r<++>t<++>}<++>
<++>\<++>u<++>s<++>e<++>p<++>a<++>c<++>k<++>a<++>g<++>e<++>{<++>m<++>a<++>r<++>g<++>i<++>n<++>n<++>o<++>t<++>e<++>}<++>
<++>\<++>u<++>s<++>e<++>p<++>a<++>c<++>k<++>a<++>g<++>e<++>[<++>s<++>m<++>a<++>l<++>l<++>]<++>{<++>t<++>i<++>t<++>l<++>e<++>s<++>e<++>c<++>}<++>
<++>\<++>u<++>s<++>e<++>p<++>a<++>c<++>k<++>a<++>g<++>e<++>{<++>s<++>i<++>d<++>e<++>c<++>a<++>p<++>}<++>
<++>\<++>m<++>a<++>k<++>e<++>a<++>t<++>l<++>e<++>t<++>t<++>e<++>r<++>
<++>%<++>%<++>%<++>%<++>%<++>%<++>%<++>%<++>%<++>%<++>%<++>%<++>%<++>%<++>%<++>%<++>%<++>%<++>%<++>%<++>%<++>%<++>%<++>%<++>%<++>%<++>%<++>%<++>%<++>%<++> <++>U<++>s<++>e<++>r<++> <++>s<++>p<++>e<++>c<++>i<++>f<++>i<++>e<++>d<++> <++>L<++>a<++>T<++>e<++>X<++> <++>c<++>o<++>m<++>m<++>a<++>n<++>d<++>s<++>.<++>
<++>\<++>g<++>e<++>o<++>m<++>e<++>t<++>r<++>y<++>{<++>v<++>e<++>r<++>b<++>o<++>s<++>e<++>,<++>a<++>4<++>p<++>a<++>p<++>e<++>r<++>,<++>t<++>m<++>a<++>r<++>g<++>i<++>n<++>=<++>1<++>c<++>m<++>,<++>b<++>m<++>a<++>r<++>g<++>i<++>n<++>=<++>1<++>.<++>5<++>c<++>m<++>,<++>l<++>m<++>a<++>r<++>g<++>i<++>n<++>=<++>2<++>c<++>m<++>,<++>r<++>m<++>a<++>r<++>g<++>i<++>n<++>=<++>1<++>.<++>5<++>c<++>m<++>}<++>
<++>\<++>r<++>e<++>n<++>e<++>w<++>c<++>o<++>m<++>m<++>a<++>n<++>d<++>{<++>\<++>t<++>h<++>e<++>s<++>e<++>c<++>t<++>i<++>o<++>n<++>}<++>{<++>\<++>R<++>o<++>m<++>a<++>n<++>{<++>s<++>e<++>c<++>t<++>i<++>o<++>n<++>}<++>}<++>
<++>\<++>r<++>e<++>n<++>e<++>w<++>c<++>o<++>m<++>m<++>a<++>n<++>d<++>{<++>\<++>t<++>h<++>e<++>s<++>u<++>b<++>s<++>e<++>c<++>t<++>i<++>o<++>n<++>}<++>{<++>\<++>A<++>l<++>p<++>h<++>{<++>s<++>u<++>b<++>s<++>e<++>c<++>t<++>i<++>o<++>n<++>}<++>]<++>}<++>
<++>\<++>r<++>e<++>n<++>e<++>w<++>c<++>o<++>m<++>m<++>a<++>n<++>d<++>{<++>\<++>t<++>h<++>e<++>s<++>u<++>b<++>s<++>u<++>b<++>s<++>e<++>c<++>t<++>i<++>o<++>n<++>}<++>{<++>\<++>a<++>r<++>a<++>b<++>i<++>c<++>{<++>s<++>u<++>b<++>s<++>u<++>b<++>s<++>e<++>c<++>t<++>i<++>o<++>n<++>}<++>}<++>
<++>\<++>n<++>e<++>w<++>c<++>o<++>m<++>m<++>a<++>n<++>d<++>*<++>{<++>\<++>h<++>e<++>l<++>p<++>l<++>i<++>n<++>e<++>s<++>}<++>[<++>1<++>]<++>{<++>%<++>
	<++> <++> <++> <++> <++>\<++>l<++>e<++>a<++>v<++>e<++>v<++>m<++>o<++>d<++>e<++>
	<++> <++> <++> <++> <++>\<++>c<++>o<++>u<++>n<++>t<++>@<++> <++>=<++> <++>0<++>
	<++> <++> <++> <++> <++>\<++>l<++>o<++>o<++>p<++>
	<++> <++> <++> <++> <++> <++> <++>\<++>i<++>f<++>n<++>u<++>m<++> <++>\<++>c<++>o<++>u<++>n<++>t<++>@<++> <++><<++> <++>#<++>1<++>
	<++> <++> <++> <++> <++> <++> <++>{<++>\<++>m<++>b<++>o<++>x<++>{<++>}<++>\<++>h<++>r<++>u<++>l<++>e<++>f<++>i<++>l<++>l<++> <++>\<++>l<++>i<++>n<++>e<++>b<++>r<++>e<++>a<++>k<++>}<++>%<++>
	<++> <++> <++> <++> <++> <++> <++>\<++>a<++>d<++>v<++>a<++>n<++>c<++>e<++> <++>\<++>c<++>o<++>u<++>n<++>t<++>@<++> <++>b<++>y<++> <++>1<++>
	<++> <++> <++> <++> <++>\<++>r<++>e<++>p<++>e<++>a<++>t<++>
<++> <++> <++>}<++>
<++>
<++>\<++>n<++>e<++>w<++>c<++>o<++>u<++>n<++>t<++>e<++>r<++>{<++>c<++>o<++>m<++>p<++>t<++>e<++>u<++>r<++>d<++>o<++>c<++>}<++>
<++>\<++>n<++>e<++>w<++>c<++>o<++>m<++>m<++>a<++>n<++>d<++>{<++>\<++>c<++>o<++>m<++>p<++>t<++>e<++>d<++>o<++>c<++>}<++>{<++>%<++>
	<++>\<++>a<++>d<++>d<++>t<++>o<++>c<++>o<++>u<++>n<++>t<++>e<++>r<++>{<++>c<++>o<++>m<++>p<++>t<++>e<++>u<++>r<++>d<++>o<++>c<++>}<++>{<++>1<++>}<++>%<++>
	<++>%<++> <++> <++>\<++>r<++>e<++>f<++>s<++>t<++>e<++>p<++>c<++>o<++>u<++>n<++>t<++>e<++>r<++>{<++>c<++>o<++>m<++>p<++>t<++>e<++>u<++>r<++>d<++>o<++>c<++>}<++>%<++>
	<++> <++>\<++>t<++>h<++>e<++>c<++>o<++>m<++>p<++>t<++>e<++>u<++>r<++>d<++>o<++>c<++>
<++> <++>}<++>
<++>\<++>n<++>e<++>w<++>c<++>o<++>m<++>m<++>a<++>n<++>d<++>\<++>S<++>e<++>c<++>t<++>i<++>o<++>n<++>[<++>2<++>]<++>{<++>\<++>s<++>e<++>c<++>t<++>i<++>o<++>n<++>[<++>#<++>1<++>]<++>{<++>#<++>1<++> <++>\<++>m<++>a<++>r<++>g<++>i<++>n<++>n<++>o<++>t<++>e<++>{<++>\<++>s<++>m<++>a<++>l<++>l<++> <++>#<++>2<++> <++>p<++>t<++>s<++>}<++>[<++>-<++>\<++>b<++>a<++>s<++>e<++>l<++>i<++>n<++>e<++>s<++>k<++>i<++>p<++>]<++>}<++>}<++>
<++>
<++>\<++>n<++>e<++>w<++>c<++>o<++>m<++>m<++>a<++>n<++>d<++>\<++>S<++>u<++>b<++>s<++>e<++>c<++>t<++>i<++>o<++>n<++>[<++>2<++>]<++>{<++>\<++>s<++>u<++>b<++>s<++>e<++>c<++>t<++>i<++>o<++>n<++>[<++>#<++>1<++>]<++>{<++>#<++>1<++> <++>\<++>m<++>a<++>r<++>g<++>i<++>n<++>n<++>o<++>t<++>e<++>{<++>\<++>s<++>m<++>a<++>l<++>l<++> <++>#<++>2<++> <++>p<++>t<++>s<++>}<++>[<++>-<++>\<++>b<++>a<++>s<++>e<++>l<++>i<++>n<++>e<++>s<++>k<++>i<++>p<++>]<++>}<++>}<++>
<++>\<++>n<++>e<++>w<++>c<++>o<++>m<++>m<++>a<++>n<++>d<++>\<++>t<++>e<++>x<++>t<++>s<++>u<++>b<++>s<++>c<++>r<++>i<++>p<++>t<++>[<++>1<++>]<++>{<++>\<++>@<++>t<++>e<++>x<++>t<++>s<++>u<++>b<++>s<++>c<++>r<++>i<++>p<++>t<++>{<++>\<++>s<++>e<++>l<++>e<++>c<++>t<++>f<++>o<++>n<++>t<++>#<++>1<++>}<++>}<++>
<++>\<++>d<++>e<++>f<++>\<++>@<++>t<++>e<++>x<++>t<++>s<++>u<++>b<++>s<++>c<++>r<++>i<++>p<++>t<++>#<++>1<++>{<++>{<++>\<++>m<++>@<++>t<++>h<++>\<++>e<++>n<++>s<++>u<++>r<++>e<++>m<++>a<++>t<++>h<++>{<++>_<++>{<++>\<++>m<++>b<++>o<++>x<++>{<++>\<++>f<++>o<++>n<++>t<++>s<++>i<++>z<++>e<++>\<++>s<++>f<++>@<++>s<++>i<++>z<++>e<++>\<++>z<++>@<++>#<++>1<++>}<++>}<++>}<++>}<++>}<++>
<++>\<++>n<++>e<++>w<++>c<++>o<++>m<++>m<++>a<++>n<++>d<++>\<++>t<++>e<++>x<++>t<++>b<++>o<++>t<++>h<++>s<++>c<++>r<++>i<++>p<++>t<++>[<++>2<++>]<++>{<++>%<++>
	<++> <++> <++>\<++>@<++>t<++>e<++>x<++>t<++>b<++>o<++>t<++>h<++>s<++>c<++>r<++>i<++>p<++>t<++>{<++>\<++>s<++>e<++>l<++>e<++>c<++>t<++>f<++>o<++>n<++>t<++>#<++>1<++>}<++>{<++>\<++>s<++>e<++>l<++>e<++>c<++>t<++>f<++>o<++>n<++>t<++>#<++>2<++>}<++>}<++>
	<++>\<++>d<++>e<++>f<++>\<++>@<++>t<++>e<++>x<++>t<++>b<++>o<++>t<++>h<++>s<++>c<++>r<++>i<++>p<++>t<++>#<++>1<++>#<++>2<++>{<++>%<++>
		<++> <++> <++>{<++>\<++>m<++>@<++>t<++>h<++>\<++>e<++>n<++>s<++>u<++>r<++>e<++>m<++>a<++>t<++>h<++>{<++>%<++>
			<++> <++> <++> <++> <++>^<++>{<++>\<++>m<++>b<++>o<++>x<++>{<++>\<++>f<++>o<++>n<++>t<++>s<++>i<++>z<++>e<++>\<++>s<++>f<++>@<++>s<++>i<++>z<++>e<++>\<++>z<++>@<++>#<++>1<++>}<++>}<++>%<++>
			<++> <++> <++> <++> <++>_<++>{<++>\<++>m<++>b<++>o<++>x<++>{<++>\<++>f<++>o<++>n<++>t<++>s<++>i<++>z<++>e<++>\<++>s<++>f<++>@<++>s<++>i<++>z<++>e<++>\<++>z<++>@<++>#<++>2<++>}<++>}<++>}<++>}<++>}<++>
			<++>\<++>d<++>e<++>f<++>\<++>@<++>s<++>u<++>p<++>e<++>r<++>{<++>^<++>}<++>\<++>d<++>e<++>f<++>\<++>@<++>s<++>u<++>b<++>{<++>_<++>}<++>
			<++>
			<++>%<++> <++>\<++>c<++>a<++>t<++>c<++>o<++>d<++>e<++>`<++>^<++>\<++>a<++>c<++>t<++>i<++>v<++>e<++>\<++>c<++>a<++>t<++>c<++>o<++>d<++>e<++>`<++>_<++>\<++>a<++>c<++>t<++>i<++>v<++>e<++>
			<++>%<++> <++>\<++>d<++>e<++>f<++>\<++>@<++>s<++>u<++>p<++>e<++>r<++>@<++>s<++>u<++>b<++>#<++>1<++>_<++>#<++>2<++>{<++>\<++>t<++>e<++>x<++>t<++>b<++>o<++>t<++>h<++>s<++>c<++>r<++>i<++>p<++>t<++>{<++>#<++>1<++>}<++>{<++>#<++>2<++>}<++>}<++>
			<++>%<++> <++>\<++>d<++>e<++>f<++>\<++>@<++>s<++>u<++>b<++>@<++>s<++>u<++>p<++>e<++>r<++>#<++>1<++>^<++>#<++>2<++>{<++>\<++>t<++>e<++>x<++>t<++>b<++>o<++>t<++>h<++>s<++>c<++>r<++>i<++>p<++>t<++>{<++>#<++>2<++>}<++>{<++>#<++>1<++>}<++>}<++>
			<++>%<++> <++>\<++>d<++>e<++>f<++>\<++>@<++>@<++>s<++>u<++>p<++>e<++>r<++>#<++>1<++>{<++>\<++>@<++>i<++>f<++>n<++>e<++>x<++>t<++>c<++>h<++>a<++>r<++>_<++>{<++>\<++>@<++>s<++>u<++>p<++>e<++>r<++>@<++>s<++>u<++>b<++>{<++>#<++>1<++>}<++>}<++>{<++>\<++>t<++>e<++>x<++>t<++>s<++>u<++>p<++>e<++>r<++>s<++>c<++>r<++>i<++>p<++>t<++>{<++>#<++>1<++>}<++>}<++>}<++>
			<++>%<++> <++>\<++>d<++>e<++>f<++>\<++>@<++>@<++>s<++>u<++>b<++>#<++>1<++>{<++>\<++>@<++>i<++>f<++>n<++>e<++>x<++>t<++>c<++>h<++>a<++>r<++>^<++>{<++>\<++>@<++>s<++>u<++>b<++>@<++>s<++>u<++>p<++>e<++>r<++>{<++>#<++>1<++>}<++>}<++>{<++>\<++>t<++>e<++>x<++>t<++>s<++>u<++>b<++>s<++>c<++>r<++>i<++>p<++>t<++>{<++>#<++>1<++>}<++>}<++>}<++>
			<++>%<++> <++>\<++>d<++>e<++>f<++>^<++>{<++>\<++>l<++>e<++>t<++>\<++>@<++>n<++>e<++>x<++>t<++>\<++>r<++>e<++>l<++>a<++>x<++>\<++>i<++>f<++>m<++>m<++>o<++>d<++>e<++>\<++>@<++>s<++>u<++>p<++>e<++>r<++>\<++>e<++>l<++>s<++>e<++>\<++>l<++>e<++>t<++>\<++>@<++>n<++>e<++>x<++>t<++>\<++>@<++>@<++>s<++>u<++>p<++>e<++>r<++>\<++>f<++>i<++>\<++>@<++>n<++>e<++>x<++>t<++>}<++>
			<++>%<++> <++>\<++>d<++>e<++>f<++>_<++>{<++>\<++>l<++>e<++>t<++>\<++>@<++>n<++>e<++>x<++>t<++>\<++>r<++>e<++>l<++>a<++>x<++>\<++>i<++>f<++>m<++>m<++>o<++>d<++>e<++>\<++>@<++>s<++>u<++>b<++>\<++>e<++>l<++>s<++>e<++>\<++>l<++>e<++>t<++>\<++>@<++>n<++>e<++>x<++>t<++>\<++>@<++>@<++>s<++>u<++>b<++>\<++>f<++>i<++>\<++>@<++>n<++>e<++>x<++>t<++>}<++>
			<++>
			<++>\<++>l<++>e<++>t<++>\<++>i<++>n<++>c<++>l<++>u<++>d<++>e<++>g<++>r<++>a<++>p<++>h<++>i<++>c<++>s<++>O<++>R<++>I<++>\<++>i<++>n<++>c<++>l<++>u<++>d<++>e<++>g<++>r<++>a<++>p<++>h<++>i<++>c<++>s<++>
			<++> <++> <++>\<++>n<++>e<++>w<++>c<++>o<++>m<++>m<++>a<++>n<++>d<++>\<++>k<++>i<++>l<++>l<++>e<++>d<++>i<++>n<++>c<++>l<++>u<++>d<++>e<++>g<++>r<++>a<++>p<++>h<++>i<++>c<++>s<++>[<++>2<++>]<++>[<++>]<++>{<++>V<++>o<++>i<++>r<++> <++>d<++>o<++>c<++>u<++>m<++>e<++>n<++>t<++> <++>?<++>?<++>l<++>e<++>c<++>t<++>r<++>o<++>n<++>i<++>q<++>u<++>e<++>}<++>
			<++> <++> <++>\<++>n<++>e<++>w<++>c<++>o<++>m<++>m<++>a<++>n<++>d<++>\<++>k<++>i<++>l<++>l<++>g<++>r<++>a<++>p<++>h<++>i<++>c<++>s<++>{<++>%<++>
				<++> <++> <++> <++> <++>\<++>l<++>e<++>t<++>\<++>i<++>n<++>c<++>l<++>u<++>d<++>e<++>g<++>r<++>a<++>p<++>h<++>i<++>c<++>s<++>\<++>k<++>i<++>l<++>l<++>e<++>d<++>i<++>n<++>c<++>l<++>u<++>d<++>e<++>g<++>r<++>a<++>p<++>h<++>i<++>c<++>s<++>
			<++> <++> <++>}<++>
			<++> <++> <++>\<++>n<++>e<++>w<++>c<++>o<++>m<++>m<++>a<++>n<++>d<++>\<++>r<++>e<++>s<++>t<++>o<++>r<++>e<++>g<++>r<++>a<++>p<++>h<++>i<++>c<++>s<++>{<++>%<++>
				<++> <++> <++> <++> <++>\<++>l<++>e<++>t<++>\<++>i<++>n<++>c<++>l<++>u<++>d<++>e<++>g<++>r<++>a<++>p<++>h<++>i<++>c<++>s<++>\<++>i<++>n<++>c<++>l<++>u<++>d<++>e<++>g<++>r<++>a<++>p<++>h<++>i<++>c<++>s<++>O<++>R<++>I<++>
			<++> <++> <++>}<++> <++>
			<++>
			<++>%<++>%<++>%<++>%<++>%<++>%<++>%<++>%<++>%<++>%<++>%<++>%<++>%<++>%<++>%<++>%<++>%<++>%<++>%<++>%<++>%<++>%<++>%<++>%<++>%<++>%<++>%<++>%<++>%<++>%<++> <++>U<++>s<++>e<++>r<++> <++>s<++>p<++>e<++>c<++>i<++>f<++>i<++>e<++>d<++> <++>L<++>a<++>T<++>e<++>X<++> <++>c<++>o<++>m<++>m<++>a<++>n<++>d<++>s<++>.<++>
			<++>\<++>d<++>a<++>t<++>e<++>{<++>}<++>
			<++>\<++>a<++>u<++>t<++>h<++>o<++>r<++>{<++>}<++>
			<++>
			<++>\<++>m<++>a<++>k<++>e<++>a<++>t<++>o<++>t<++>h<++>e<++>r<++>
			<++> <++> <++>
			<++>\<++>b<++>e<++>g<++>i<++>n<++>{<++>d<++>o<++>c<++>u<++>m<++>e<++>n<++>t<++>}<++>
			<++>\<++>t<++>i<++>t<++>l<++>e<++>{<++>}<++>
			<++>\<++>m<++>a<++>k<++>e<++>t<++>i<++>t<++>l<++>e<++>
			<++>
			<++>
			<++>\<++>e<++>n<++>d<++>{<++>d<++>o<++>c<++>u<++>m<++>e<++>n<++>t<++>}<++>
			<++>
			<++>
\documentclass[10pt]{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[french]{babel} 
\usepackage{geometry}
\usepackage{float}
\usepackage{graphicx}
\usepackage{babel}
\usepackage{subfigure}
\usepackage{epsfig}
\usepackage{fourier}
\usepackage{import}
\usepackage{marginnote}
\usepackage[small]{titlesec}
\usepackage{sidecap}
\makeatletter
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% User specified LaTeX commands.
\geometry{verbose,a4paper,tmargin=1cm,bmargin=1.5cm,lmargin=2cm,rmargin=1.5cm}
\renewcommand{\thesection}{\Roman{section}}
\renewcommand{\thesubsection}{\Alph{subsection}]}
\renewcommand{\thesubsubsection}{\arabic{subsubsection}}
\newcommand*{\helplines}[1]{%
    \leavevmode
    \count@ = 0
    \loop
      \ifnum \count@ < #1
      {\mbox{}\hrulefill \linebreak}%
      \advance \count@ by 1
    \repeat
  }

\newcounter{compteurdoc}
\newcommand{\comptedoc}{%
\addtocounter{compteurdoc}{1}%
%  \refstepcounter{compteurdoc}%
 \thecompteurdoc
 }
\newcommand\Section[2]{\section[#1]{#1 \marginnote{\small #2 pts}[-\baselineskip]}}

\newcommand\Subsection[2]{\subsection[#1]{#1 \marginnote{\small #2 pts}[-\baselineskip]}}
\newcommand\textsubscript[1]{\@textsubscript{\selectfont#1}}
\def\@textsubscript#1{{\m@th\ensuremath{_{\mbox{\fontsize\sf@size\z@#1}}}}}
\newcommand\textbothscript[2]{%
  \@textbothscript{\selectfont#1}{\selectfont#2}}
\def\@textbothscript#1#2{%
  {\m@th\ensuremath{%
    ^{\mbox{\fontsize\sf@size\z@#1}}%
    _{\mbox{\fontsize\sf@size\z@#2}}}}}
\def\@super{^}\def\@sub{_}

% \catcode`^\active\catcode`_\active
% \def\@super@sub#1_#2{\textbothscript{#1}{#2}}
% \def\@sub@super#1^#2{\textbothscript{#2}{#1}}
% \def\@@super#1{\@ifnextchar_{\@super@sub{#1}}{\textsuperscript{#1}}}
% \def\@@sub#1{\@ifnextchar^{\@sub@super{#1}}{\textsubscript{#1}}}
% \def^{\let\@next\relax\ifmmode\@super\else\let\@next\@@super\fi\@next}
% \def_{\let\@next\relax\ifmmode\@sub\else\let\@next\@@sub\fi\@next}

\let\includegraphicsORI\includegraphics
  \newcommand\killedincludegraphics[2][]{Voir document ?lectronique}
  \newcommand\killgraphics{%
    \let\includegraphics\killedincludegraphics
  }
  \newcommand\restoregraphics{%
    \let\includegraphics\includegraphicsORI
  } 

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% User specified LaTeX commands.
\date{}
\author{}

\makeatother
  
\begin{document}
\title{}
\maketitle


\end{document}

Reply via email to