Search found 4 matches

by lx931203
Mon Sep 23, 2019 9:06 pm
Forum: LyX
Topic: problem with using Skim as pdf viewer
Replies: 1
Views: 2432

problem with using Skim as pdf viewer

Hello,

At first, I am not latex advanced user.

Try to recheck entered path and command in the terminal.

Or try to use another pdf viewer.

I am linux user, and after any pdf build complete okular or evince (pdf viewers) automatically redraw pdf to the newest state. LyX or cli, does not matter.
by lx931203
Mon Sep 23, 2019 1:56 pm
Forum: Page Layout
Topic: multi column managed layout
Replies: 2
Views: 2326

multi column managed layout

Link to the demo.

Look - media at the second column is not aligned to the left "text-only" column.

https://github.com/lx-931203/latex-twocolumn-balanced
by lx931203
Mon Sep 23, 2019 1:10 pm
Forum: Page Layout
Topic: multi column managed layout
Replies: 2
Views: 2326

multi column managed layout

`paracol` helps to explicitely break column (not always works in `multicol` package), but elements are not synchronized (at bottom) - there is an unnecessary space at the second column top.
by lx931203
Mon Sep 23, 2019 10:03 am
Forum: Page Layout
Topic: multi column managed layout
Replies: 2
Views: 2326

multi column managed layout

Hello,

there is awesome multicol package. Question is - how to properly do \columnbreak to get elements aligned?

In other words:

any element type - paragraph, image, table
after \columnbreak command new column must created
and remaining elements in the second column to be aligned to the first ...