Search found 5 matches

by agsh
Thu Jun 29, 2023 7:53 am
Forum: Math & Science
Topic: How to type complexity equation in overleaf
Replies: 2
Views: 10235

How to type complexity equation in overleaf

Hello!

You need use nicematrix package. It definitelly can do such matrices.

https://ctan.org/pkg/nicematrix

Unfortunatelly, I'm not LaTeX professional, so this is the best I can do, sorry.


\documentclass{article}

\usepackage{tikz}
\usepackage{nicematrix}

\begin{document}

$$
\begin ...
by agsh
Tue Jun 27, 2023 12:08 pm
Forum: Math & Science
Topic: Command \ref don't work correctly
Replies: 5
Views: 50759

Command \ref don't work correctly

Welcome to the forum!

You could use alignat , for example:

\documentclass{article}
\usepackage[T2A]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{amsmath}
\usepackage[colorlinks=true]{hyperref}
\newcommand*\centermathcell[1]{\omit\hfil$\displaystyle#1$\hfil\ignorespaces}
\usepackage[showframe ...
by agsh
Tue Jun 27, 2023 8:00 am
Forum: Math & Science
Topic: Command \ref don't work correctly
Replies: 5
Views: 50759

Command \ref don't work correctly

Tried this: https://www.latex4technics.com/?note=2IYU


\documentclass{article}

\usepackage[T2A]{fontenc}
\usepackage[utf8]{inputenc}

\usepackage{amsmath}

\usepackage[colorlinks=true]{hyperref}

\newcommand*\centermathcell[1]{\omit\hfil$\displaystyle#1$\hfil\ignorespaces}

\usepackage[showframe ...
by agsh
Mon Jun 26, 2023 9:43 pm
Forum: Math & Science
Topic: Command \ref don't work correctly
Replies: 5
Views: 50759

Command \ref don't work correctly

Just tried this solution: https://tex.stackexchange.com/a/102845


\documentclass{article}

\usepackage[T2A]{fontenc}
\usepackage[utf8]{inputenc}

\usepackage{amsmath}

\usepackage[colorlinks=true]{hyperref}

\newcommand*\centermathcell[1]{\omit\hfil$\displaystyle#1$\hfil\ignorespaces ...
by agsh
Mon Jun 26, 2023 2:35 pm
Forum: Math & Science
Topic: Command \ref don't work correctly
Replies: 5
Views: 50759

Command \ref don't work correctly

Hello all!

I typed the following equations:


\documentclass{article}

\usepackage[T2A]{fontenc}
\usepackage[utf8]{inputenc}

\usepackage{amsmath, eqnarray}

\usepackage[colorlinks=true]{hyperref}

\begin{document}

\vspace*{30\baselineskip}

\bgroup\arraycolsep 0.1em
\begin{equationarray}{*{9}{c ...