Graphics, Figures & TablesBeginners Problem with Table

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
Sacrety
Posts: 7
Joined: Fri Nov 04, 2016 6:23 pm

Beginners Problem with Table

Post by Sacrety »

Image

http://fs5.directupload.net/images/161104/rocqf26t.jpg

Code: Select all

Code, edit and compile here:
\begin{longtable}{|l|p{3cm}|p{3cm}|p{2cm}|}
\caption{Glossary}
\label{table:glossary}\\
\hline
\rowcolor{black!25}\textbf{Name} & \textbf{Type} & \textbf{Description} & \textbf{Source}\\
\hline
\endfirsthead
\caption[]{Glossary}\\
\hline
\rowcolor{black!25}\textbf{Name} & \textbf{Type} & \textbf{Description} & \textbf{Source}\\
\endhead
\hline
\endfoot
\hline
\multicolumn{4}{|l|}{\textbf{A}}\\
\hline
accessCalendarData & phenomenon & Group members can access the group calendar containing all appointments of the group. & CD\\
\hline
Appointments & phenomenon & All appointments in the Database. & CD\\
\hline
\multicolumn{4}{|l|}{\textbf{C}}\\
\hline
changeRights & phenomenon & Group administrator can change the rights of group members(including other group administrators) to group administrator, group member, or non-member. & CD\\
\hline
chooseAlternativeAppointment & phenomenon & A planned participant has again to decide whether the newly added appointments are possible for him or not. & CD\\
\hline
createAppointment & phenomenon & Add a new appointment to the calendar. & CD\\
\hline
createdGroups & phenomenon & All created groups in the database. & CD\\
\hline
createGroup & phenomenon & A user creates a new group. & CD\\
\hline
creatingAppointment & phenomenon & A group member creates an electronical representation of the appointment. & CD\\
\hline
creatingGroup & phenomenon & Creating a group representation in the database. & CD\\
\hline
\multicolumn{4}{|l|}{\textbf{I}}\\
\hline
invite & phenomenon & Group administrators can invite other registered users to become a member of the group. & CD\\
\hline
\multicolumn{4}{|l|}{\textbf{J}}\\
 
 
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX books
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Beginners Problem with Table

Post by Johannes_B »

You probably did not load package longtable.

It would be much more useful though, if you could provide a minimal working example.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Post Reply