Skip to main content

All Questions

Tagged with
2 votes
3 answers
71 views

Line breaking inside BIG parenthesis

I tried line break as well as \newline command inside parentheses but it did not work.
Gaurav Tambe's user avatar
0 votes
0 answers
15 views

Square brackets throw an error while parentheses don't [duplicate]

Why does the following work \documentclass[answers]{exam} \begin{document} \begin{center} \Large\textbf{ \shortstack{ Assignment 1 \...
Diaa's user avatar
  • 9,689
0 votes
1 answer
99 views

How to define a bracket function that allows line breaking and auto-adjusts size?

I want to define a bracket function that allows line breaking and auto-adjusts the size of the bracket like the normal method did. By normal method I mean using \left\{\right\}. According to this ...
Turgon's user avatar
  • 167
1 vote
1 answer
574 views

Problem with Big Curly Brackets in Overleaf

I am trying to make open a big curly bracket with 3 rows and 2 columns in it. This will be used in a Conference Paper that has 2 columns per page, so logically the wideness of each column is ...
tony9099's user avatar
  • 149
1 vote
0 answers
33 views

Using \left( \right) in different lines in align environment [duplicate]

I would like to produce an equation over two lines with a bracket opening in the first line and closing in the second line. Unfortunately, however, using the "\left" and "\right" commands (to have the ...
Apollo13's user avatar
  • 351
1 vote
1 answer
919 views

How to make LaTeX treating words with parentheses like a normal word?

In my text, I use (un)conditional (s. here if you wonder why), which causes the text to exceed the right margin - the text is no longer justified. In minimal working example below, I used (UGLY) ...
Qaswed's user avatar
  • 991
1 vote
1 answer
135 views

Large Brackets Make Line Breaks too Small

\documentclass[10pt,letterpaper]{article} \usepackage[utf8]{inputenc} \usepackage{mathtools} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{parskip} \usepackage[left=2cm,right=2cm,top=2cm,...
Benjamin Loya's user avatar
0 votes
1 answer
36 views

Problem about the sizes of the brackets after linebreaks

I have a problem in the brackets of the following code: \begin{align} S = \int d^Dx \left\{ \mathscr{L}_{m=0} - \frac{1}{2}m^2(h_{\mu \nu}h^{\mu \nu} - h^2) - \frac{1}{2}m^2F_{\mu \nu}F^{\mu \...
sahin's user avatar
  • 287
4 votes
0 answers
55 views

Why `\\` is wrong here? [duplicate]

The following codes return errors \documentclass{article} \begin{document} cd\\ [asd] \end{document} But this one will work \documentclass{article} \begin{document} cd [asd] \end{document}
user25607's user avatar
  • 427
6 votes
3 answers
2k views

How to break long equations while keeping alignment?

I have the following long equations: \documentclass[]{article} \usepackage{amsmath} \begin{document} \begin{displaymath} \begin{aligned} (\chi_1|\chi_1) &=\frac{1}{24}\left(\left(\chi_1(1)\right)...
Jeroen's user avatar
  • 4,541
1 vote
1 answer
183 views

Forbid word breaking (ConTeXt)

In the following example \definefont[Shehkl][name:Scheherazade*arabic at 15pt] % or file:amiri-regular.ttf*... file:alq.ttf \definestartstop[Arab][commands=\setups{Arabic}] \def\Arab{\doArab} \def\...
Mustafa's user avatar
  • 955
3 votes
1 answer
1k views

Nomenclature and line breaks

I'm trying to format the nomenclature such that there is, ideally, a curly bracket around a series of items with 1 definition. If that's not possible then at least having a line break in between ...
Andrew Stewart's user avatar
3 votes
2 answers
2k views

Breaking long equation after a certain left bracket

I am typing a long equation which needs to be broken just after the left bracket and three dots are placed at the end of the left bracket same line. Here is an example, in which, I need the third left ...
Diaa's user avatar
  • 9,689
10 votes
1 answer
3k views

\overbrace split accross multiple lines

Is there a way to split the overbrace so that it appears in two halves over a multi-line equation. Something like /-----------Overbrace Label---- Equation over which to place ------------...
crasic's user avatar
  • 1,606