tassadardm
21-08-2008, 04:28
Hi!
Folgende 2 Probleme:
1. Problem Tabellen:
Die Tabelle ist wie hier im Screenshot zu weit rechts, eventuell wäre eine Doppelzeile pro Eintrag sinnvoll, weil die Erklärungszeile jeweils relativ lang ist.
http://img501.imageshack.us/img501/7751/tablesm9.jpg
Hier der Code dazu:
\begin{tabular}{l|c}
\hline
Admin Type & What is his/her job?\\
\hline\hline
Management & Managing the site in general - they are the head of DotA-League\\
Site Managers & They take care about the site of DotA-League\\
Organisational Support & The head of the normal Support Team\\
League Admins & These guys are here to control and guide the Pick League Seasons, which DotA-League is running\\
News/Coverage Team & This team impresses us with hot news of anything interesting in the DotA scene\\
Coing Team & They are coding the backend of DotA-league, programming, databases and stuff like that\\
Support Team & The beloved: They are here to answer your personal supports!\\
\hline
\end{tabular}
\end{document}
2. Hyperlinks:
alleine bei
\usepackage{hyperref}
bekomme ich ein warning:
/config/pdftex.map dl.toc warning (ext4): destination with the same identifier (name{page.1}) has been already used, duplicate ignored
meine usepackages sind
\usepackage{hyperref}
\usepackage[latin1]{inputenc}
\usepackage{array}
\usepackage{longtable}
\usepackage{booktabs}
Beim einbinden von z.B:
\href{http://de.wikipedia.org/wiki/Welt}{hier}
kommt ebenfalls gar nichts, immer noch das selbe Warning.
Wäre super hier Hilfe zu bekommen, bin noch relativ neu aber für jeden Vorschlag dankbar!
Folgende 2 Probleme:
1. Problem Tabellen:
Die Tabelle ist wie hier im Screenshot zu weit rechts, eventuell wäre eine Doppelzeile pro Eintrag sinnvoll, weil die Erklärungszeile jeweils relativ lang ist.
http://img501.imageshack.us/img501/7751/tablesm9.jpg
Hier der Code dazu:
\begin{tabular}{l|c}
\hline
Admin Type & What is his/her job?\\
\hline\hline
Management & Managing the site in general - they are the head of DotA-League\\
Site Managers & They take care about the site of DotA-League\\
Organisational Support & The head of the normal Support Team\\
League Admins & These guys are here to control and guide the Pick League Seasons, which DotA-League is running\\
News/Coverage Team & This team impresses us with hot news of anything interesting in the DotA scene\\
Coing Team & They are coding the backend of DotA-league, programming, databases and stuff like that\\
Support Team & The beloved: They are here to answer your personal supports!\\
\hline
\end{tabular}
\end{document}
2. Hyperlinks:
alleine bei
\usepackage{hyperref}
bekomme ich ein warning:
/config/pdftex.map dl.toc warning (ext4): destination with the same identifier (name{page.1}) has been already used, duplicate ignored
meine usepackages sind
\usepackage{hyperref}
\usepackage[latin1]{inputenc}
\usepackage{array}
\usepackage{longtable}
\usepackage{booktabs}
Beim einbinden von z.B:
\href{http://de.wikipedia.org/wiki/Welt}{hier}
kommt ebenfalls gar nichts, immer noch das selbe Warning.
Wäre super hier Hilfe zu bekommen, bin noch relativ neu aber für jeden Vorschlag dankbar!