Search found 43 matches

by drpartha
Sun Sep 24, 2023 4:04 am
Forum: Math & Science
Topic: Tall brace in multi line math expression.
Replies: 3
Views: 18637

Tall brace in multi line math expression.

It worked ! Many thanks to kaiserkarl13 and this forum. See result at : https://drpartha.org.in/drpartha/tall-brace-right.png
by drpartha
Sat Sep 23, 2023 8:51 am
Forum: Math & Science
Topic: Tall brace in multi line math expression.
Replies: 3
Views: 18637

Tall brace in multi line math expression.

I need a small help from this forum.

I have a math expression spanning many lines (a continued fraction) :

\begin{equation}
1+
\cfrac {1}{1+
\cfrac {1}{1+
\cfrac {1}{1+
\cfrac {1}{1+
\cfrac {1}{1+ \dots
}}}}}
\end{equation}

I would like to add a tall curly brace } spanning the entire expression ...
by drpartha
Mon Sep 18, 2023 2:46 pm
Forum: Math & Science
Topic: Unexpected misbehaviour of align
Replies: 1
Views: 14964

Unexpected misbehaviour of align

I am trying to typeset a bunch of equations using \align. I get a weird output. Here is a MWE:

\parbox{0.5\textwidth}{
\begin{align}
\dfrac{15}{5} &= 42/14 &= 3\\
\dfrac{26}{65} &= \dfrac{2\cancel{6}}{\cancel{6}5} &= \dfrac{2}{5}\\
\dfrac{19}{95} &= \dfrac{1\cancel{9}}{\cancel{9}5} &= \dfrac{1}{5 ...
by drpartha
Mon Sep 18, 2023 8:29 am
Forum: General
Topic: Multiply defined labels
Replies: 3
Views: 8976

Multiply defined labels

I happen to use the LaTeX front-end Kile. I tried to compile via the command line, But there are too many alerts/messges. It will mean looking for a needle in the haystack. I guess I will have to explore the aux file carefully, using some text editor. Any better way to explore ?
by drpartha
Mon Sep 18, 2023 7:59 am
Forum: General
Topic: Multiply defined labels
Replies: 3
Views: 8976

Multiply defined labels

I have a document (book class) which is built using several \input documents. When I compile this book, I get a warning/alert "There were multiply defined labels". What is the least-effort way of locating these "multiply defined labels" ?
Idem "Citation missing" alert ? I will be grateful for any ...
by drpartha
Sun Sep 17, 2023 4:30 pm
Forum: General
Topic: Page numbering problem
Replies: 6
Views: 13110

Page numbering problem

I followed the hint given by Stefan. The problem just vanished. I suspect that I had put a \pagetstyle{empty} somehwhere in one of the pages I had \input in the top level document. Thanks to all, I can now sleep in peace.
by drpartha
Fri Sep 15, 2023 5:50 am
Forum: General
Topic: Page numbering problem
Replies: 6
Views: 13110

Page numbering problem

YES, the documentclass I use is :: \documentclass[12pt,a5paper, twoside, openany]{book}
In any case, book class is two sided by default. I suspect, the problem comes from the fact
that this book uses lot of \include files (one for each chapter). Maybe one/or more of these files is
causing a ...
by drpartha
Fri Jun 16, 2023 3:05 pm
Forum: General
Topic: Page numbering problem
Replies: 6
Views: 13110

Page numbering problem

Will create a MWE soon. Pls hangon.
by drpartha
Fri Jun 16, 2023 2:29 pm
Forum: General
Topic: Page numbering problem
Replies: 6
Views: 13110

Page numbering problem

I notice that my even pges are not numbered . Why ?
I am using the document class ::

%\documentclass[a4paper,12pt]{book}
\documentclass[12pt,a5paper, twoside, openany]{book}

with \pagestyle{plain}

Strangely, all odd pages numbers are displayed correctly.

I am not using fancyheader anywhere ...
by drpartha
Tue Mar 14, 2023 6:43 am
Forum: General
Topic: A page with border
Replies: 5
Views: 14280

A page with border

I tried the code exactly as you gave it, just to see what it gives:
\documentclass{article}
\usepackage{blindtext}
\usepackage{background}
\usetikzlibrary{calc}
\backgroundsetup{angle = 0, scale = 1, vshift = -2ex,
contents = {\tikz[overlay, remember picture]
\draw [rounded corners = 20pt, line ...