Questions tagged [multicol]
20 questions
0
votes
0 answers
MySQL multitable update with repeated rows
Let's suppose the following "template" query:
update ticket inner join event on ticket.event = event.id
seat.any_field = ,
event.any_field = event.any_field +
where event.id = and seat.another_field =
Suppose that…

ABu
- 10,423
- 6
- 52
- 103
0
votes
1 answer
Crystal Reports Data Formatting Issue
I inherited a report where when you run it, the data will be divided into two columns and four rows on one page. I am wanting to change the format so it displays like a basic report where it's just rows listed straight down on the page. The report…

Ben
- 1
- 1
0
votes
1 answer
split an equation with multicols on
I would like to split my large equation in two column. But my file fails to compile when I try to use \{amsmath} and then split, multline, etc...
The error says: Package amsmath Error:
\begin{multline} allowed only in paragraph mode.…

mabel ruiz
- 3
- 2
-1
votes
1 answer
How to merge cells of row in table in latex?
enter image description here
For example i have this table from excel which i want to add in latex. I am trying but ot able to sucesfully manage to do this. any lead to this will great help to me.
I tried using multirow in latex but actually did…

Sanchit Jain
- 75
- 6
-1
votes
1 answer
Deleting duplicate rows based on two columns excel
I have two columns in a spreadsheet like so:
Col A: Col B:
00001 000000
00005 000001
000005
.... .....
Basically what I want to to is have all of the unique values that appear only in Col B and not in Col A. Apparently there is a way…

KingJohnno
- 602
- 2
- 12
- 31