IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

Tableaux - Graphiques - Images - Flottants Discussion :

Couper un long tableau en deux pages


Sujet :

Tableaux - Graphiques - Images - Flottants

  1. #1
    Membre du Club
    Profil pro
    Inscrit en
    Février 2007
    Messages
    98
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Février 2007
    Messages : 98
    Points : 47
    Points
    47
    Par défaut Couper un long tableau en deux pages
    Bonjour,
    Au fait latex ne coupe pas un tableau par défaut en deux lorsqu'il est long , je voudrais connaitre la commande qui fait couper un tableau en deux pages.
    Merci d'avance

  2. #2
    Membre confirmé
    Profil pro
    Inscrit en
    Mars 2005
    Messages
    429
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Mars 2005
    Messages : 429
    Points : 475
    Points
    475
    Par défaut
    Bonjour,

    Avez-vous essayé le package supertabular ?

    Nicolas

  3. #3
    Membre du Club
    Profil pro
    Inscrit en
    Février 2007
    Messages
    98
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Février 2007
    Messages : 98
    Points : 47
    Points
    47
    Par défaut
    Je ne sais pas comment utiliser ce package mais je l'ai mi et ca n'a pas marché!!!!

  4. #4
    Membre confirmé
    Profil pro
    Inscrit en
    Mars 2005
    Messages
    429
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Mars 2005
    Messages : 429
    Points : 475
    Points
    475
    Par défaut
    Je ne sais pas comment utiliser ce package
    Le manuel est pourtant bien fait. Il est disponible, avec le package, sur CTAN :
    http://www.ctan.org/tex-archive/macr.../supertabular/
    Lien direct vers le PDF :
    ftp://ftp.ctex.org/CTAN/macros/latex...pertabular.pdf

    Exemple de code qui fonctionne (dans le sens où le tableau est bien réparti sur plusieurs pages) :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    \documentclass[a4paper,oneside,11pt]{article} 
     
    \usepackage{supertabular} % tableaux qui tiennent sur plusieurs pages
     
    \usepackage[francais]{babel} 
    \usepackage[latin1]{inputenc}
    \usepackage[T1]{fontenc} 
     
    \begin{document} 
     
    \begin{supertabular}{|l|}
    \hline 1\\\hline 2 \\\hline 3\\\hline 4\\\hline 5\\\hline 6\\\hline 7\\\hline 8\\\hline 9\\\hline 10\\
    \hline 1\\\hline 2 \\\hline 3\\\hline 4\\\hline 5\\\hline 6\\\hline 7\\\hline 8\\\hline 9\\\hline 10\\
    \hline 1\\\hline 2 \\\hline 3\\\hline 4\\\hline 5\\\hline 6\\\hline 7\\\hline 8\\\hline 9\\\hline 10\\
    \hline 1\\\hline 2 \\\hline 3\\\hline 4\\\hline 5\\\hline 6\\\hline 7\\\hline 8\\\hline 9\\\hline 10\\
    \hline 1\\\hline 2 \\\hline 3\\\hline 4\\\hline 5\\\hline 6\\\hline 7\\\hline 8\\\hline 9\\\hline 10\\
    \hline 1\\\hline 2 \\\hline 3\\\hline 4\\\hline 5\\\hline 6\\\hline 7\\\hline 8\\\hline 9\\\hline 10\\
    \hline
    \end{supertabular}
     
    \end{document}
    Nicolas

  5. #5
    Membre du Club
    Profil pro
    Inscrit en
    Février 2007
    Messages
    98
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Février 2007
    Messages : 98
    Points : 47
    Points
    47
    Par défaut
    Merci Nicolas, ca marche bien si je n'ajoute pas \begin{table} ou \begine{figure} pour mettre \caption à l'interieur. sinon ca ne marche pas!!!!!!tu as une autre solution?

  6. #6
    Membre confirmé
    Profil pro
    Inscrit en
    Mars 2005
    Messages
    429
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Mars 2005
    Messages : 429
    Points : 475
    Points
    475
    Par défaut
    Bonjour,

    As-tu vraiment lu la doc PDF dont je t'ai donné le lien ci-dessus ?
    Elle propose plusieurs commandes pour les légendes du supertabular.

    Ci-dessous un code qui pourrait t'intéresser.

    Nicolas

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    \documentclass[a4paper,oneside,11pt]{article} 
     
    \usepackage{supertabular} % tableaux qui tiennent sur plusieurs pages
     
    \usepackage[francais]{babel} 
    \usepackage[latin1]{inputenc}
    \usepackage[T1]{fontenc} 
     
    \begin{document} 
     
    \begin{table}[htbp]
    \begin{tabular}{|l|}
    \hline 1 \\ \hline
    \end{tabular}
    \caption{Un petit tableau}
    \end{table}
     
    \bottomcaption{Un tableau sur plusieurs pages}
    \begin{supertabular}{|l|}
    \hline 1\\\hline 2 \\\hline 3\\\hline 4\\\hline 5\\\hline 6\\\hline 7\\\hline 8\\\hline 9\\\hline 10\\
    \hline 1\\\hline 2 \\\hline 3\\\hline 4\\\hline 5\\\hline 6\\\hline 7\\\hline 8\\\hline 9\\\hline 10\\
    \hline 1\\\hline 2 \\\hline 3\\\hline 4\\\hline 5\\\hline 6\\\hline 7\\\hline 8\\\hline 9\\\hline 10\\
    \hline 1\\\hline 2 \\\hline 3\\\hline 4\\\hline 5\\\hline 6\\\hline 7\\\hline 8\\\hline 9\\\hline 10\\
    \hline 1\\\hline 2 \\\hline 3\\\hline 4\\\hline 5\\\hline 6\\\hline 7\\\hline 8\\\hline 9\\\hline 10\\
    \hline 1\\\hline 2 \\\hline 3\\\hline 4\\\hline 5\\\hline 6\\\hline 7\\\hline 8\\\hline 9\\\hline 10\\
    \hline
    \end{supertabular}
     
    \begin{table}[htbp]
    \begin{tabular}{|l|}
    \hline 1 \\ \hline
    \end{tabular}
    \caption{Un autre petit tableau}
    \end{table}
     
    \listoftables
     
    \end{document}

  7. #7
    Membre du Club
    Profil pro
    Inscrit en
    Février 2007
    Messages
    98
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Février 2007
    Messages : 98
    Points : 47
    Points
    47
    Par défaut
    Merci beaucoup Nicolas tu m'as bcp aidé

  8. #8
    Membre confirmé
    Profil pro
    Inscrit en
    Mars 2005
    Messages
    429
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Mars 2005
    Messages : 429
    Points : 475
    Points
    475
    Par défaut
    Je t'en prie.

  9. #9
    Membre actif Avatar de Fango
    Profil pro
    Inscrit en
    Décembre 2005
    Messages
    197
    Détails du profil
    Informations personnelles :
    Âge : 40
    Localisation : France

    Informations forums :
    Inscription : Décembre 2005
    Messages : 197
    Points : 205
    Points
    205
    Par défaut
    Bonjour, j'ai déjà posté dans ce sujet, mais n'ayant pas de réponse et ce sujet semblant impliquer des gens compétents pour ce package, je me permets de rajouter une couche...

    J'utilise donc le package supertabular, mais mon tableau est coupé trop tôt (prend pas du tout toute la page). Je n'ai pas encore réussi à résoudre cet épineux problème, malgré la lecture de la doc et diverses tentatives...

  10. #10
    Membre confirmé
    Profil pro
    Inscrit en
    Mars 2005
    Messages
    429
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Mars 2005
    Messages : 429
    Points : 475
    Points
    475
    Par défaut
    Bonjour,

    Peux-tu poster un SSCCE ?

    Nicolas

  11. #11
    Membre actif Avatar de Fango
    Profil pro
    Inscrit en
    Décembre 2005
    Messages
    197
    Détails du profil
    Informations personnelles :
    Âge : 40
    Localisation : France

    Informations forums :
    Inscription : Décembre 2005
    Messages : 197
    Points : 205
    Points
    205
    Par défaut
    Oui le voici:

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    \documentclass[a4paper,	10pt,	oneside]{report}
    \usepackage{Inc/supertabular}
     
    \begin{document}
     
    \chapter{List of Abbreviations}
     
    \tablehead{\\}
    \tabletail{\\}
    \begin{supertabular}{l p{12.5cm}}
    	\textbf{ABAP} & \textit{Advanced Business Application Programming}\\
    		 & SAP's proprietary programming language for most of its applications.\\\\
     
    	\textbf{BW} & \textit{Business Information Warehouse}\\
    							& The originally name of SAP NetWeaver Business Intelligence.\\\\
     
    	\textbf{CAF} & \textit{Composite Application Framework}\\\\
     
    	\textbf{CRM} & \textit{Customer Relationship Management}\\\\
     
    	\textbf{DHCP} & \textit{Dynamic Host Configuration Protocol}\\
    								  & Protocol used by networked computers to have an automatic configuration of IP addresses.\\\\
     
    	\textbf{EAI} & \textit{Enterprise Application Integration}\\\\								 
     
    	\textbf{EJB} & \textit{Enterprise JavaBean}\\\\
     
    	\textbf{ERP} & \textit{Enterprise Resources Planning}\\\\
     
    	\textbf{ESA} & \textit{Enterprise Service-oriented Architecture}\\
    			& SAP's blueprint for service-oriented business solutions.\\\\
     
    	\textbf{GP} & \textit{Guided Procedures}\\\\
     
    	\textbf{GUI} & \textit{Graphical User Interface}\\\\
     
    	\textbf{HR} & \textit{Human Resources}\\\\
     
    	\textbf{IP} & \textit{Internet Protocol}\\\\
     
    	\textbf{J2EE} & \textit{Java 2 Enterprise Edition}\\\\
     
    	\textbf{JSP} & \textit{JavaServer Page}\\\\
     
    	\textbf{LAN} & \textit{Local Area Network}\\
    			& A computer network covering a small geographic area.\\\\
     
    	\textbf{NAT} & \textit{Network Address Translation}\\
    			 & The translation of an IP address used within one network (e.g. the inside network) to a different IP address known within another network (e.g. the outside network). Typically, it allows an organization to present itself to the Internet with far fewer IP addresses than there are nodes on its internal network.\\\\
     
    	\textbf{RFC} & \textit{Remote Function Call}\\\\
     
    	\textbf{SOA} & \textit{Service-Oriented Architecture}\\\\
     
    	\textbf{SRM} & \textit{Supplier Relationship Management}\\\\
     
    	\textbf{SCM} & \textit{Supply Chain Management}\\\\
     
    	\textbf{SOA} & \textit{Service Oriented Architecture}\\\\
     
    	\textbf{SP} & \textit{Support Package}\\
    		& SAP ships quality enhancements, program corrections, and updates for SAP NetWeaver in Support Packages. \\\\
     
    	\textbf{UDDI} & \textit{Universal Description Discovery and Integration}\\
    		& A protocol for publishing and discovering metadata about web services, to enable applications to find web services, either at design time or runtime.\\\\
     
    	\textbf{UI} & \textit{User Interface}\\\\
     
    	\textbf{WSDL} & \textit{Web Service Description Language}\\
    		 	& XML-based description of web services.\\
     
    \end{supertabular}
     
    \end{document}
    Je précise que sur mon document, les bas de pages sont plus bas et c'est pour cela que je voudrais faire en sorte que le tableau descende plus bas (sachant que le problème de la coupure vient du fait que je lui demande de sauter 2 lignes entre chaque ligne du tableau je pense). Mais bon, ca reste présentable...
    Merci en tout cas!

  12. #12
    Membre confirmé
    Profil pro
    Inscrit en
    Mars 2005
    Messages
    429
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Mars 2005
    Messages : 429
    Points : 475
    Points
    475
    Par défaut
    Une solution un peu bricolee : rajouter un \shrinkheight{-2cm} (ou autre longueur) pour agrandir la place possible pour le tableau.

    Nicolas

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    \documentclass[a4paper,oneside,10pt]{report}
     
    \usepackage{supertabular}
     
    \usepackage[francais]{babel} 
    \usepackage[latin1]{inputenc}
    \usepackage[T1]{fontenc} 
     
    \begin{document}
     
    \chapter{List of Abbreviations}
     
    %\tablehead{\\}
    %\tabletail{\\}
    \begin{supertabular}{l p{12.5cm}}
     
    	\shrinkheight{-2cm}
     
    	\textbf{ABAP} & \textit{Advanced Business Application Programming}\\
    		 & SAP's proprietary programming language for most of its applications.\\\\
     
    	\textbf{BW} & \textit{Business Information Warehouse}\\
    							& The originally name of SAP NetWeaver Business Intelligence.\\\\
     
    	\textbf{CAF} & \textit{Composite Application Framework}\\\\
     
    	\textbf{CRM} & \textit{Customer Relationship Management}\\\\
     
    	\textbf{DHCP} & \textit{Dynamic Host Configuration Protocol}\\
    								  & Protocol used by networked computers to have an automatic configuration of IP addresses.\\\\
     
    	\textbf{EAI} & \textit{Enterprise Application Integration}\\\\								 
     
    	\textbf{EJB} & \textit{Enterprise JavaBean}\\\\
     
    	\textbf{ERP} & \textit{Enterprise Resources Planning}\\\\
     
    	\textbf{ESA} & \textit{Enterprise Service-oriented Architecture}\\
    			& SAP's blueprint for service-oriented business solutions.\\\\
     
    	\textbf{GP} & \textit{Guided Procedures}\\\\
     
    	\textbf{GUI} & \textit{Graphical User Interface}\\\\
     
    	\textbf{HR} & \textit{Human Resources}\\\\
     
    	\textbf{IP} & \textit{Internet Protocol}\\\\
     
    	\textbf{J2EE} & \textit{Java 2 Enterprise Edition}\\\\
     
    	\textbf{JSP} & \textit{JavaServer Page}\\\\
     
    	\textbf{LAN} & \textit{Local Area Network}\\
    			& A computer network covering a small geographic area.\\\\
     
    	\textbf{NAT} & \textit{Network Address Translation}\\
    			 & The translation of an IP address used within one network (e.g. the inside network) to a different IP address known within another network (e.g. the outside network). Typically, it allows an organization to present itself to the Internet with far fewer IP addresses than there are nodes on its internal network.\\\\
     
    	\textbf{RFC} & \textit{Remote Function Call}\\\\
     
    	\textbf{SOA} & \textit{Service-Oriented Architecture}\\\\
     
    	\textbf{SRM} & \textit{Supplier Relationship Management}\\\\
     
    	\textbf{SCM} & \textit{Supply Chain Management}\\\\
     
    	\textbf{SOA} & \textit{Service Oriented Architecture}\\\\
     
    	\textbf{SP} & \textit{Support Package}\\
    		& SAP ships quality enhancements, program corrections, and updates for SAP NetWeaver in Support Packages. \\\\
     
    	\textbf{UDDI} & \textit{Universal Description Discovery and Integration}\\
    		& A protocol for publishing and discovering metadata about web services, to enable applications to find web services, either at design time or runtime.\\\\
     
    	\textbf{UI} & \textit{User Interface}\\\\
     
    	\textbf{WSDL} & \textit{Web Service Description Language}\\
    		 	& XML-based description of web services.\\
     
    \end{supertabular}
     
    \end{document}

  13. #13
    Membre actif Avatar de Fango
    Profil pro
    Inscrit en
    Décembre 2005
    Messages
    197
    Détails du profil
    Informations personnelles :
    Âge : 40
    Localisation : France

    Informations forums :
    Inscription : Décembre 2005
    Messages : 197
    Points : 205
    Points
    205
    Par défaut
    Merci de ta réponse. Effectivement, c'était la seule commande en lisant la doc qui m'a semblé pouvoir m'aider. Mais quand je l'ai essayé, cela n'avait rien donné.

    Je viens de réessayer, avec différentes valeurs, mais cela ne donne aucun changement. Cela avait-il une influence pour toi?

    Je te remercie d'avoir pris le temps, c'est dommage que cela ne marche pas mais ce n'est pas très grave finalement...

  14. #14
    Membre confirmé
    Profil pro
    Inscrit en
    Mars 2005
    Messages
    429
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Mars 2005
    Messages : 429
    Points : 475
    Points
    475
    Par défaut
    Chez moi, cela marche, pourtant.

    Dans le code que je t'ai propose ci-dessus, si je remplace -2cm par -10cm, le tableau de la premiere page sort meme clairement de la page (= est tronque).

    Nicolas

  15. #15
    Membre actif Avatar de Fango
    Profil pro
    Inscrit en
    Décembre 2005
    Messages
    197
    Détails du profil
    Informations personnelles :
    Âge : 40
    Localisation : France

    Informations forums :
    Inscription : Décembre 2005
    Messages : 197
    Points : 205
    Points
    205
    Par défaut
    Ah oui, tu as raison, j'ai essayé sur le SSCCE que je t'ai filé et ca marche bien. C'est bizarre... je vais voir si j'ai pas un package qui bloque mqis j'y crois pas trop... Merci.

  16. #16
    Membre confirmé
    Profil pro
    Inscrit en
    Mars 2005
    Messages
    429
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Mars 2005
    Messages : 429
    Points : 475
    Points
    475
    Par défaut
    La difference entre nos 2 SSCCE est :
    (i) j'ai rajoute
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    \usepackage[francais]{babel} 
    \usepackage[latin1]{inputenc}
    \usepackage[T1]{fontenc}
    (ii) j'ai utilise "mon" supertabular

    Cordialement,

    Nicolas

  17. #17
    Membre actif Avatar de Fango
    Profil pro
    Inscrit en
    Décembre 2005
    Messages
    197
    Détails du profil
    Informations personnelles :
    Âge : 40
    Localisation : France

    Informations forums :
    Inscription : Décembre 2005
    Messages : 197
    Points : 205
    Points
    205
    Par défaut
    D'accord, mais même sans, cela marche pour moi dans mon SSCCE, et j'ai les mêmes usepackage (mais anglais) dans mon rapport. Pour "mon" supertablar, c'est celui récupéré sur le CTAN et généré... Je n'ai pas trouvé de package encore qui pourrait empêcher ce fonctionnement, et ce comportement n'est pas décrit dans la doc.

  18. #18
    Rédacteur

    Avatar de Matthieu Brucher
    Profil pro
    Développeur HPC
    Inscrit en
    Juillet 2005
    Messages
    9 810
    Détails du profil
    Informations personnelles :
    Âge : 42
    Localisation : France, Pyrénées Atlantiques (Aquitaine)

    Informations professionnelles :
    Activité : Développeur HPC
    Secteur : Industrie

    Informations forums :
    Inscription : Juillet 2005
    Messages : 9 810
    Points : 20 970
    Points
    20 970
    Par défaut
    Citation Envoyé par aminos40 Voir le message
    Merci Nicolas, ca marche bien si je n'ajoute pas \begin{table} ou \begine{figure} pour mettre \caption à l'interieur. sinon ca ne marche pas!!!!!!tu as une autre solution?
    Je remonte cette question...
    En effet, supertabular permet de découper un tableau. En revanche, s'il s'agit de figures, je n'ai pas trouver d'option pour utiliser une légende de type
    Fig x.x : ozfajdvc
    Des idées ?

  19. #19
    Candidat au Club
    Homme Profil pro
    Étudiant
    Inscrit en
    Août 2016
    Messages
    1
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : Belgique

    Informations professionnelles :
    Activité : Étudiant
    Secteur : Industrie

    Informations forums :
    Inscription : Août 2016
    Messages : 1
    Points : 3
    Points
    3
    Par défaut Longtable
    Bonjour,

    J'ai trouvé sur le site http://www.grappa.univ-lille3.fr/FAQ-LaTeX/7.2.html une autre méthode plus simple et plus propre à mon goût. Elle s'utilise de la même manière qu'un "tabular" classique mais utilise l'environnement "longtable".


    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    \documentclass[a4paper,oneside,11pt]{article} 
     
    \usepackage{longtable} % tableaux qui tiennent sur plusieurs pages
     
    \usepackage[francais]{babel} 
    \usepackage[latin1]{inputenc}
    \usepackage[T1]{fontenc} 
     
    \begin{document} 
     
    \begin{longtable}{|l|}
    \hline 1\\\hline 2 \\\hline 3\\\hline 4\\\hline 5\\\hline 6\\\hline 7\\\hline 8\\\hline 9\\\hline 10\\
    \hline 1\\\hline 2 \\\hline 3\\\hline 4\\\hline 5\\\hline 6\\\hline 7\\\hline 8\\\hline 9\\\hline 10\\
    \hline 1\\\hline 2 \\\hline 3\\\hline 4\\\hline 5\\\hline 6\\\hline 7\\\hline 8\\\hline 9\\\hline 10\\
    \hline 1\\\hline 2 \\\hline 3\\\hline 4\\\hline 5\\\hline 6\\\hline 7\\\hline 8\\\hline 9\\\hline 10\\
    \hline 1\\\hline 2 \\\hline 3\\\hline 4\\\hline 5\\\hline 6\\\hline 7\\\hline 8\\\hline 9\\\hline 10\\
    \hline 1\\\hline 2 \\\hline 3\\\hline 4\\\hline 5\\\hline 6\\\hline 7\\\hline 8\\\hline 9\\\hline 10\\
    \hline
    \end{longtable}
     
    \end{document}
    (Je me suis permet de copier/coller et d'adapter un des codes de la conversation)

    Bàv,
    Maxime.

+ Répondre à la discussion
Cette discussion est résolue.

Discussions similaires

  1. tableau sur deux pages
    Par marwa5555 dans le forum Tableaux - Graphiques - Images - Flottants
    Réponses: 5
    Dernier message: 30/08/2018, 22h59
  2. [XL-2010] Impression long tableau sur une page
    Par gabvoir dans le forum Excel
    Réponses: 0
    Dernier message: 31/07/2014, 09h35
  3. Imprimer sans couper le tableau sur deux pages
    Par developpeur_débutant dans le forum Mise en page CSS
    Réponses: 1
    Dernier message: 31/12/2011, 14h29
  4. [XL-97] Comment couper une variable tableau en deux?
    Par chyps dans le forum Macros et VBA Excel
    Réponses: 3
    Dernier message: 20/02/2011, 18h25
  5. [CR]Ne pas "couper" un tableau sur 2 pages
    Par neo.51 dans le forum SAP Crystal Reports
    Réponses: 2
    Dernier message: 01/03/2005, 14h12

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo