Search found 36 matches

by lukaszskowron96
Fri Mar 01, 2019 12:26 am
Forum: Page Layout
Topic: How to move subsubsection title to the previous page?
Replies: 2
Views: 4216

How to move subsubsection title to the previous page?

Stefan,

Thanks, I understand. I actually made the pictures above a bit smaller and now a first sentence that sticked to the title progressed to the previous page. I think, my problem is solved. I thought there is some kind of smarter way of changing the spacings between title and first sentence ...
by lukaszskowron96
Thu Feb 28, 2019 9:08 pm
Forum: Page Layout
Topic: How to move subsubsection title to the previous page?
Replies: 2
Views: 4216

How to move subsubsection title to the previous page?

Hi,

I encountered this problem in Latex. As you can see on the picture below. I want to move 6.2.3 Moment Load to the previous page, but for some reason it stays on the next page. This is the part of code that generates this:

\subsubsection{6.2.3 Moment Load}

Please, I really need to shift ...
by lukaszskowron96
Thu Feb 21, 2019 10:54 pm
Forum: Page Layout
Topic: Big gap in at the end of the page - what am I doing wrong?
Replies: 4
Views: 5314

Big gap in at the end of the page - what am I doing wrong?

Stefan,

It doesn't seem to work, where exactly I need to put /centering ?
by lukaszskowron96
Thu Feb 21, 2019 5:39 pm
Forum: Page Layout
Topic: Big gap in at the end of the page - what am I doing wrong?
Replies: 4
Views: 5314

Big gap in at the end of the page - what am I doing wrong?

OK, I sorted this out... Just got rid of \vspace{5mm}. ;)
by lukaszskowron96
Thu Feb 21, 2019 5:36 pm
Forum: Page Layout
Topic: Big gap in at the end of the page - what am I doing wrong?
Replies: 4
Views: 5314

Big gap in at the end of the page - what am I doing wrong?

Hi,

I encoutered this strange problem. For some reason LATEX decided to leave a big gap at the end of that page and I REALLY need to put this circled text into that gap as it distorts the layout of my next pages and ultimately almost whole document. Please, can you help me fix this ...
by lukaszskowron96
Thu Nov 29, 2018 4:39 pm
Forum: Graphics, Figures & Tables
Topic: How to align two mini-page pictures?
Replies: 3
Views: 5912

How to align two mini-page pictures?

I actually added some white space under the picture in the .png file and now they are aligned ;)
by lukaszskowron96
Thu Nov 29, 2018 4:30 pm
Forum: Graphics, Figures & Tables
Topic: How to align two mini-page pictures?
Replies: 3
Views: 5912

How to align two mini-page pictures?

I got an error:

! Missing $ inserted.
<inserted text>
$
l.524 {\includegraphics{shapesrs2}}

?

after using this code:

\begin{figure}[H]
\centering
\subcaptionbox{Example foundation with \(R=\frac{1}{\pi} \approx 0.32\)}
{\includegraphics{shapesrs1}}
\subcaptionbox{\(\left. R_{RSmax}=\frac{B ...
by lukaszskowron96
Wed Nov 28, 2018 11:03 pm
Forum: Graphics, Figures & Tables
Topic: How to align two mini-page pictures?
Replies: 3
Views: 5912

How to align two mini-page pictures?

Hi. My problem is very simple, as you can see on the picture below, the two pictures are not perfectly aligned i.e. right hand one is higher than left hand one. How can I align them?

\begin{figure}[H]
\begin{minipage}[b]{0.5\linewidth}
\centering
\includegraphics[width=0.7\textwidth]{shapesrs1 ...
by lukaszskowron96
Mon Nov 19, 2018 6:40 pm
Forum: Graphics, Figures & Tables
Topic: Problem with rotating an image.
Replies: 2
Views: 12223

Problem with rotating an image.

Thanks, it works!
by lukaszskowron96
Sun Nov 18, 2018 11:19 pm
Forum: Graphics, Figures & Tables
Topic: Problem with rotating an image.
Replies: 2
Views: 12223

Problem with rotating an image.

Hi, so I rotated my image using this code:

\begin{figure}[H]
\begin{adjustbox}{addcode={\begin{minipage}{\width}}{\caption{Rough interface}\end{minipage}},rotate=90,center}
\includegraphics[scale=0.65]{RoughH}
\end{adjustbox}
\end{figure}

I want my figure to be an a separete page, making full ...