Tabelle Inhalte zentral Thema ist als GELÖST markiert

Tabellen und Grafiken erstellen und anordnen


basti-fantasti-48
Forum-Century
Forum-Century
Beiträge: 151
Registriert: So 4. Apr 2021, 14:27

Tabelle Inhalte zentral

Beitrag von basti-fantasti-48 »

\documentclass{scrreprt}			

\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[ngerman]{babel}
\usepackage{lmodern} 		
\renewcommand{\familydefault}{\sfdefault} 
\usepackage{sansmath}  
\sansmath 						 
\usepackage{microtype}	
\usepackage{csquotes}	


\usepackage{booktabs}
\usepackage{amsmath,amssymb}
\hyphenation{Crash-zo-ne}


 \usepackage{longtable} 


\begin{document}




%---------------------------------------
\begin{longtable}[htbp]{@{}c p{3cm} p{8cm}@{}}
	%\centering
		%\begin{tabular}{c p{3cm} p{8cm}}
		\toprule
		Symbol & Name & Beschreibung \\ 
		\midrule
		
	
		
		text text text	 & text & zentrierter Text  \\  
		text text text	& text ttext text texttext text texttext text textext text & soll zentriert werden \\ 
	text text text 	 & text & zentrierter Text \\ 
	\bottomrule
	
		\caption{Unterschrift}

\end{longtable}

%----------------------------------------
\end{document}
Guten Tag. In der zweiten Zeile der Tabelle möchte ich den Inhalt von der Höhe zentriert werden

basti-fantasti-48
Forum-Century
Forum-Century
Beiträge: 151
Registriert: So 4. Apr 2021, 14:27

Re: Tabelle Inhalte zentral

Beitrag von basti-fantasti-48 »

Kann mir da jemand helfen?

Antworten