Questions tagged [merge]
The merge tag has no summary.
16 questions
3 votes
2 answers
92 views
Merging inside an align environment
I used align* environment to align the equations in two columns as shown in the photo. In addition to that, since the last equation is long, I would like the other equations to "ignore" its ...
1 vote
1 answer
117 views
Alternating row colors in tabularray BUT with occasional cells merged vertically
I think my longtables would benefit from some zebra striping, but I also chose to have some info displayed in cells merged vertically. Can I still achieve an alternating color scheme somehow? Regular ...
0 votes
0 answers
86 views
issue with a large project using the Mathbook class and the XSIM package
I use the mathbook.cls class by Stéphane Pasquet to create a mathematics book. The book contains 400 pages, 12 chapters, with hundreds of exercises. However, I've encountered two major issues with ...
1 vote
1 answer
241 views
Merge PDF files with includepdf and have page numbering per file and total
I would like to merge different PDF files and have two different page numberings. The header should have #current PDF# - #current page# (1-1, 1-2, ...), next PDF will have (2-1, 2-2,...) The footer ...
0 votes
1 answer
152 views
How to remove the line between multiple cells in the same column?
I have a table where I want to remove the yellow lines. This is because those cells (in the same column) have the same value. As such, I also would like to keep one unique value in the merged cell. ...
1 vote
3 answers
75 views
Create mutlicolumns and multirows simultaneously
I want to create several columns and rows simultaneously. I found different approaches (\Block or nested \multicolumn in \multirow) but they did not work for me. (Especially because the examples did ...
0 votes
1 answer
172 views
How can I merge new.bib with old.bib so that new.bib uses entry names from old.bib, for the entries present in both new.bib and old.bib?
I have a LaTeX project (a research paper) that uses .bib file (old.bib). I received a new .bib file (new.bib), which includes the BibTeX entries present in old.bib with more complete information, but ...
1 vote
1 answer
131 views
How to merge legends of two y-axes in pgf plot?
I want to merge the two legends of this pgf plot, so that the second legend "This is legend two" is within the first legend box. Here is the MWE: \documentclass[ 12pt, a4paper, ]{scrbook} \...
2 votes
1 answer
214 views
Merging two commands into one
I want to merge \textdelta and \, into one command, called \tdelta. Package: \usepackage[euler]{textgreek} I know that I can use \let\tdelta\textdelta, but I also want a space after that (\,).
1 vote
0 answers
225 views
Combine two papers into one PDF file
I need to combine two main latex files (one is the paper with the implemented comments from the reviewers, and the other is the response to the reviewers). They want a single pdf file with the letter ...
0 votes
5 answers
169 views
Is it possible to create a table like this one?
I want the cells to be vertical middle aligned.
1 vote
2 answers
111 views
how to merge column with tabularx?
I want the columns of the last row to be merged to one. How to do it? When i am having long sentence it wont come to next line even if i use \newline. Could anyone help me by adding one more such row.....
0 votes
0 answers
69 views
Merge smaler pages to larger ones
My problem is, I have A6 pages, but for printing I need A4 pages. The A6 pages are supposed to combine to A5 pages (2 A6 pages on front, two on back, so you can fold it in half). And for printing I'd ...
1 vote
2 answers
738 views
how to merge 2 pages into 1 in latex
hi i wrote my resume in latex and it suppose to be in 1 page but latex separated my cv into 2 pages please i would really appreciate if you fixed this while maintain size font to be 11 at least. thank ...
1 vote
1 answer
215 views
Merge columns in Tabularx Environment
I have the following tabularx environment. \begin{tabularx}{\columnwidth}{@{}r@{\hskip 1mm}l@{\hskip 5mm}l@{}} \end{tabularx} My problem is that for some rows I don't have 3 columns but 2, so I need ...