L'extension tabto est très utile : elle permet de placer des taquets de tabulation dans la page. L'instruction Comment faire pour remplir de pointillés l'espace blanc laissé par Ouvrir dans l'éditeur Overleaf
\documentclass[a5paper, 12pt, landscape, acadian, BCOR=0pt, DIV=21]{scrartcl} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} \usepackage[light, largesmallcaps]{kpfonts} \usepackage{tabto} \usepackage{babel} \begin{document} \tabto{12cm} Quelques mots tabulés\\[5cm] Plus bas, des pointillés~\dotfill~jusqu'à la tabulation ? \end{document} Posée 14 Déc '17, 14:21 Pathe ♦♦ |
Voici une solution. Ouvrir dans l'éditeur Overleaf
\documentclass[a4paper]{article} \usepackage{tabto} \usepackage{etoolbox} %--------------------------- juste pour la démonstration \usepackage[hmargin=1cm]{geometry} \usepackage{multicol} \setlength{\columnseprule}{1pt} %--------------------------- \let\mttabto\tabto \makeatletter \patchcmd{\mttabto}{% \protected@xdef\TTo@action{% \vrule\@width\z@\@depth\the\prevdepth \ifdim\CurrentLineWidth>\@tempdimb \ifTTo@overlap\else \protect\newline \protect\null \fi\fi \protect\nobreak \protect\hskip\the\@tempdimb\relax }}{% \protected@xdef\TTo@action{% \vrule\@width\z@\@depth\the\prevdepth \protect\hskip\the\CurrentLineWidth\relax \ifdim\CurrentLineWidth>\@tempdimb \ifTTo@overlap\else \protect\dotfill\newline\protect\null \fi \protect\nobreak \makebox[\the\@tempdimb]{\protect\dotfill} \else \protect\nobreak \makebox[\the\dimexpr\@tempdimb-\CurrentLineWidth\relax]{\protect\dotfill} \fi }}{}{} \makeatother \begin{document} \begin{multicols}{2} Foo texte \tabto{4cm} tabulation\newline et encore \tabto{4cm} tabulation Foo texte assez long pour voir \tabto{4cm} tabulation \begin{itemize} \item Foo texte \tabto{4cm} tabulation \item Foo texte assez long pour voir \tabto{4cm} tabulation \begin{itemize} \item Foo texte \tabto{4cm} tabulation \item Foo texte assez long pour voir \tabto{4cm} tabulation \end{itemize} \end{itemize} et FIN. Foo texte \mttabto{4cm} tabulation\newline et encore \mttabto{4cm} tabulation Foo texte assez long pour voir \mttabto{4cm} tabulation \begin{itemize} \item Foo texte \mttabto{4cm} tabulation \item Foo texte assez long pour voir \mttabto{4cm} tabulation \begin{itemize} \item Foo texte \mttabto{4cm} tabulation \item Foo texte assez long pour voir \mttabto{4cm} tabulation \end{itemize} \end{itemize} et FIN. \end{multicols} \end{document} |
Je me dis que je n'ai pas dû comprendre la question.
'tabto{12cm} Quelques mots tabulés\
noindentmakebox[12cm]{dotfill}
noindentmakebox[12cm]{dotfill} Plus bas, des pointillés~dotfill~jusqu'à la tabulation ?'
@Pathe et @Bruno Avez vous considéré des cas comme par exemple
Du texte pour remplir, texte pour remplir, texte pour remplir, texte pour remplir, texte pour remplir, texte pour remplir. \par Du texte pour remplir, texte pour remplir, texte pour remplir \tabto{5cm} foo.
?