Search found 12 matches

by rain
Thu May 18, 2017 8:02 pm
Forum: Graphics, Figures & Tables
Topic: Why does LaTeX add that much space?
Replies: 4
Views: 4551

Why does LaTeX add that much space?

I managed to fix it by adding 1 character of invisible text before next header and then it jumped back to its right place. I used ht! because otherwise the table weent to next chapter and it would look very strange if the nonfunctional requirement were in the middle of use case.
by rain
Thu May 18, 2017 7:56 pm
Forum: Text Formatting
Topic: Why does my itemize render wrong?
Replies: 1
Views: 2258

Why does my itemize render wrong?

Hi. Why does my itemize render the wrong way? Like MRQ is more left than others.

\begin{itemize}
\item[MRQ] How to publish personal data in a way that preserves privacy?
\item[RQ1] What are the risks of publishing personal data and what methods can be used to mitigate these risks?
\item[RQ2] What ...
by rain
Tue May 16, 2017 10:27 pm
Forum: Graphics, Figures & Tables
Topic: Why does LaTeX add that much space?
Replies: 4
Views: 4551

Why does LaTeX add that much space?

Hi

Why does this code render like shown on image below and how to fix it? Why does new section title go to next page? I have not told it to.
\begin{table}[ht!]
\centering
\caption{Nonfunctional requirement 4}
\begin{tabular}{|l|p{10cm}|}
\hline
\textbf{Requirement\#} & 15 \\ \hline
\textbf ...
by rain
Fri May 12, 2017 11:50 pm
Forum: Graphics, Figures & Tables
Topic: How to reduce space?
Replies: 2
Views: 2988

How to reduce space?

I have issues with displaying tables. They consume too much space. It happens often that some figure or table could fit in the end of previous page but it goes to next page. See screenshot.

\noindent Tables below will illustrate record linkage attack.
\FloatBarrier
\begin{table}
\begin{center ...
by rain
Thu Oct 20, 2016 12:36 pm
Forum: Graphics, Figures & Tables
Topic: How do I automatically add linebreaks to my table?
Replies: 5
Views: 5475

Re: How do I automatically add linebreaks to my table?

Ok. That didnt actually help me because I dont understand how I should change this code then? What commands exactly and what would be the replacements?
by rain
Wed Oct 19, 2016 10:19 pm
Forum: Graphics, Figures & Tables
Topic: How do I automatically add linebreaks to my table?
Replies: 5
Views: 5475

How do I automatically add linebreaks to my table?

Yes, however the lines dont touch each other. They are just separate lines, but I wish to have one table. Like with tabular when all lines are connected.

\begin{table}
\centering
\caption{My caption}
\label{my-label}
\begin{tabularx}{\textwidth}{|l|X|X|X|}
\toprule
\textbf{Criteria ...
by rain
Wed Oct 19, 2016 3:38 pm
Forum: Graphics, Figures & Tables
Topic: How do I automatically add linebreaks to my table?
Replies: 5
Views: 5475

How do I automatically add linebreaks to my table?

Hello, my table goes out of screen.

\begin{table}[]
\centering
\caption{My caption}
\label{my-label}
\begin{tabular}{|l|l|l|l|}
\hline
\textbf{Criteria} & \textbf{k-Anonymity} & \textbf{(X, Y)-Anonymity} & \textbf{Multirelational k-Anonymity} \\ \hline
\textbf{Purpose} & Single table where each ...
by rain
Wed May 04, 2016 11:05 pm
Forum: Graphics, Figures & Tables
Topic: How to force table to be on the same page with text?
Replies: 5
Views: 27784

How to force table to be on the same page with text?

Thank you!

Solution:

Code: Select all

%\begin{center}%a center environment is useless 
when the table is set to use the full width of the page. 
Also, it adds vertical space above and below. 
Remove it and tada.
by rain
Tue May 03, 2016 10:59 am
Forum: Graphics, Figures & Tables
Topic: How to force table to be on the same page with text?
Replies: 5
Views: 27784

How to force table to be on the same page with text?

I use template that was given by school for essay.

\documentclass[runningheads,a4paper]{llncs}

\usepackage{amssymb}
\setcounter{tocdepth}{3}
\usepackage{graphicx}
\usepackage{color}
\usepackage{xcolor}

\usepackage{url}
\urldef{\mailsa}\path|{alfred.hofmann, ursula.barth, ingrid.haas, frank ...
by rain
Mon May 02, 2016 10:48 pm
Forum: Graphics, Figures & Tables
Topic: How to force table to be on the same page with text?
Replies: 5
Views: 27784

How to force table to be on the same page with text?

Hello.

How do I force table to be on the same page with text?

\section{Differences between CVE and OWASP}
In this chapter we will give overview of differences between CVE and OWASP. For better redability, we will do this in the form of table.
\begin{table}[h] \label{cmp}
\begin{center}
\caption ...