Latex как написать процент

If you use backslash before the percent % symbol in latex, you will return % symbol as the output.

And this is the easiest way to represent % symbol in a document.

Symbol Percent
Type of symbol Operator
Package No
Argument No
Latex command %
Example A % B → A % B
documentclass{article}
begin{document}
   $$ frac{2}{5} = 40% $$
   $$ frac{3}{5} = 60% $$
end{document}

Output :

Insert percent symbol in math mode.

By mistake, you will always try to use the keyboard’s percent symbol indirect text. However, as a result, you will not see any percentage symbol as output.

documentclass{article}
begin{document}
% latex percent symbol
  $ 0.6 = 60% $
end{document}

Output :

Latex percentage symbol.

Because % symbol in latex is only used to represent single line comment.

Insert percentage symbol in text

In the case of text mode, you need to add symbol before % symbol. There is no separate rule for this.

If you use only a percentage(%) symbol in a text, the text on the right side of the percentage symbol will be converted to a single-line comment.

documentclass{article}
begin{document}
   50% means 50 per 100 \[4pt]
   25% means 25 per 100
end{document}

Output :

Insert percentage symbol in text mode.

Use siunitx package for value and percentage symbol

In this package, the percent symbol has been considered as SI Unit. As a result, you can print the value and symbol together in the document.

documentclass{article}
usepackage{siunitx}
begin{document}
    $$ qty{75}{percent} = frac{75}{100}  $$  
    $$ qty[color=red]{45}{percent} = frac{45}{100}  $$ 
    $$ qty[unit-color=red]{32}{percent} = frac{32}{100}  $$ 
end{document}

Output :

Use siunitx package to denote percentage symbol

Asked
6 years, 3 months ago

Viewed
735k times

I’m a beginner trying to use LaTeX.
I tried to write a sentence which includes the %-symbol using text{}, but the function that the %-symbol has in LaTeX seems to block me from using it in a normal text sentence.

documentclass{article}
usepackage[utf8]{inputenc}
begin{document}
maketitle

text{I can't use the %-symbol}
end{document}

gernot's user avatar

gernot

46.4k5 gold badges59 silver badges108 bronze badges

asked Nov 14, 2016 at 23:09

Luuk 's user avatar

5

Very simple, use before the %:

text{I can't use the %-symbol}

SeeYouInDisneyland's user avatar

answered Nov 14, 2016 at 23:24

Eric's user avatar

EricEric

1,0718 silver badges4 bronze badges

2

In LaTeX, % is rendered as {displaystyle %} inside math mode and text mode. The backslash is necessary to escape the percent sign because otherwise it would be interpreted as a comment.

See also

  • % command used to denote a comment

Уважаемые участники, пожалуйста прочтите внимательно краткую справку и учтите эти замечания при подачи тезисов.

в ТеХе:
— знак процента «%» пишется как %
— подчёркивание «_» — как _
— логическое И «&» — как &
— решетка «#» — как #
— знак градуса — как $^circ$
— символ номера — как No
— открывающие кавычки — как >>
— закрывающие кавычки — как <<
будьте внимательны при вводе текста тезисов и Web-ссылок в списке литературы

степени и индексы набираются знаками ^ и _ соответственно:
3² = 9       $3^2 = 9$ или сложнее $R_j{}^i{}_{kl}$

— знак тире «–» — как —
— длинное тире «—» — как —
существует 5 различных знаков тире, 3 из них не воспринимаются tex-ом, поэтому после того как вы вставили текст тезисов в окно формы подачи тезисов, замените все имеющиеся знаки тире на знак минуса (или два знака минуса), чтобы исключить не tex-ие знаки

формулы записываются в одну строчку (т.е внутри выраженияодной формулы НЕ должно быть символов перевода на новую строчку), пример:
begin{equation}
c^2 = a^2 + b^2
end{equation}
должно записываться так: begin{equation} c^2 = a^2 + b^2 end{equation}

используя короткие математическое выражение, не забудьте символ $, например: $E=mc^2$

греческие буквы заменяются на спец командами:
строчная альфа — α — $alpha$
строчная бета — β — $beta$
строчная гамма — γ — $gamma$
Подробнее, например, тут: http://www.math.spbu.ru/user/rus/cluster/Doc/Library/tex/tex_str7.shtml#9.3

запятая в десятичной дроби записывается в фигурных скобках, иначе после нее будет поставлен дополнительный пробел:
$piapprox 3{,}14$

I’d never use oldstyle digits in these cases. Moreover, their input with the standard fonts is very cumbersome:

oldstylenums{1}.oldstylenums{1}--oldstylenum{1}.oldstylenum{5}%

is something I’d never stand (note that a period in the argument of oldstylenum produces a funny symbol).

You could use fonts that have oldstyle digits to begin with, for instance the Latin Modern fonts as modified by Clea F. Reese:

documentclass{article}
usepackage[
  rm={oldstyle=true,tabular=true},
  sf={oldstyle=false,tabular=true},
  tt={oldstyle=false,tabular=true}
]{cfr-lm}

newcommand{smallpercent}{{footnotesize%}}

begin{document}
1.1--1.2smallpercentquad 1.1--1.3smallpercent

1.1--1.4smallpercentquad 1.1--1.5smallpercent

1.1--1.6smallpercentquad 1.1--1.7smallpercent

1.1--1.8smallpercentquad 1.1--1.9smallpercent

end{document}

enter image description here

Using small doesn’t seem right; but the overall appearance is a clear invitation not to use oldstyle figures for this purpose.

Instead of the package cfr-lm you can use eco:

usepackage{eco}

Both allow for changing the style of digits mid document; cfr-lm is more powerful, eco has only newstylenums.

I’d never use oldstyle digits in these cases. Moreover, their input with the standard fonts is very cumbersome:

oldstylenums{1}.oldstylenums{1}--oldstylenum{1}.oldstylenum{5}%

is something I’d never stand (note that a period in the argument of oldstylenum produces a funny symbol).

You could use fonts that have oldstyle digits to begin with, for instance the Latin Modern fonts as modified by Clea F. Reese:

documentclass{article}
usepackage[
  rm={oldstyle=true,tabular=true},
  sf={oldstyle=false,tabular=true},
  tt={oldstyle=false,tabular=true}
]{cfr-lm}

newcommand{smallpercent}{{footnotesize%}}

begin{document}
1.1--1.2smallpercentquad 1.1--1.3smallpercent

1.1--1.4smallpercentquad 1.1--1.5smallpercent

1.1--1.6smallpercentquad 1.1--1.7smallpercent

1.1--1.8smallpercentquad 1.1--1.9smallpercent

end{document}

enter image description here

Using small doesn’t seem right; but the overall appearance is a clear invitation not to use oldstyle figures for this purpose.

Instead of the package cfr-lm you can use eco:

usepackage{eco}

Both allow for changing the style of digits mid document; cfr-lm is more powerful, eco has only newstylenums.

Одним из главных мотивов для Дональда Кнута, когда он начал разрабатывать исходную систему TeX, было создание чего-то, что позволяло бы просто записывать математические формулы, но при этом выглядело бы профессионально на этапе печати. Тот факт, что ему это удалось, скорее всего и был причиной того, что TeX (а позже и LaTeX) стал настолько популярным в научном сообществе. Возможность набора математических формул — одна из самых сильных сторон LaTeX. Но при этом, это очень объёмная тема из-за существования большого количества математических обозначений.

Если для вашего документа требуется всего несколько простых математических формул, обычный LaTeX предоставит вам большинство инструментов, которые вам смогут понадобятся. Если же вы пишете научную статью, содержащую множество сложных формул, пакет amsmath привносит некоторое количество новых команд, которые являются более мощными и гибкими, чем те, которые предоставляются базовым LaTeX. Пакет mathtools исправляет некоторые причуды amsmath и добавляет полезные настройки, символы и окружения в amsmath. Чтобы использовать любой из данных пакетов, включите в преамбулу создаваемого документа:

или

Пакет mathtools загружает пакет amsmath и, следовательно, нет необходимости указывать usepackage{amsmath} в преамбуле, если используется mathtools.

Математическое окружение[править]

Системе LaTeX необходимо сообщить, когда текст, который вы вводите, является математической формулой. Это необходимо из-за того, что LaTeX набирает математическую нотацию иначе, чем обычный текст. Поэтому для данной цели объявлены специальные окружения. Их можно разделить на две категории в зависимости от того, как они представлены:

  • text — текст формулы отображается прямо в строке, внутри текста, где он объявлен. Например, я могу написать формулу {displaystyle a+a=2a} прямо в этом предложении.
  • displayed — для отображения формулы в отдельной строке.

Поскольку математические формулы требуют особых окружений, естественно, есть их соответствующие названия, которые вы можете использовать стандартным способом. Однако, в отличие от большинства других окружений, есть удобные сокращения для объявления ваших формул. Следующая таблица объединяет информацию о них:

Тип Встроенная (в текст) формула Выключенная (на отдельной строке) формула Выключенная формула с автонумерацией
Окружение math displaymath equation
Сокращение LaTeX (...) [...]
Сокращение TeX $...$ $$...$$
Комментарий equation* (версия со звездочкой) убирает нумерацию, но требует использования amsmath

Внимание: Следует избегать использования $$...$$ , так как это может вызывать проблемы, особнно с макросами AMS-LaTeX. Кроме того, в случае возникновения проблем сообщения об ошибках могут оказаться бесполезными.

Окружения equation* и displaymath являются функционально эквивалентными.

Если вы набираете текст в обычном режиме, говорят, что вы находитесь в текстовом режиме, но когда вы печатаете в одной из этих математических сред, вы, как говорят, находитесь в математическом режиме, который имеет некоторые отличия от текстового режима:

  1. Большинство пробелов и разрывов строк не имеют никакого значения, поскольку все пробелы либо получены логически из математических выражений, либо должны быть указаны с помощью специальных команд, таких как quad
  2. Пустые строки не допускаются. Только один абзац на формулу.
  3. Каждая буква считается именем переменной и будет набрана как таковая. Если вы хотите набрать обычный текст в формуле (обычный вертикальный шрифт и нормальный интервал), вам необходимо ввести текст с помощью специальных команд.

Вставка «выключенных» математических формул внутри блоков текста[править]

Чтобы некоторые операторы, такие как lim или sum , правильно отображались в некоторых математических окружениях (имеется ввиду$......$), может быть удобно написать класс displaystyle внутри окружения. Это может увеличить длину строки, но приведет к более правильному отображению показателей и индексов для некоторых математических операторов. Например, $sum$ напечатает маленькую Σ а$displaystyle sum$ напечатает большую {displaystyle displaystyle sum }, как в уравнениях (Работает только при включенном пакете AMSMATH). Можно принудительно настроить такое поведение для всех математических сред, объявив everymath{displaystyle} в самом начале (т.е. до begin{document}).

Математические символы[править]

В математике существует достаточно много различных символов! Ниже приведены те, к которым можно получить доступ прямо с клавиатуры:

+ - = ! / ( ) [ ] < > | ' : *

Помимо тех, что перечислены выше, для ввода некоторых символов могут потребоваться отдельные команды. Это требуется, например, для ввода греческих букв, символов множества и отношений, стрелок, бинарных операторов, и т.д.

Для примера:

forall x in X, quad exists y leq epsilon

{displaystyle forall xin X,quad exists yleq epsilon ,}

К счастью, есть инструмент, который может значительно упростить поиск команды для определенного символа. Найдите «Detexify» в разделе external links ниже. Другой вариант — посмотреть «Полный список символов LaTeX» в разделе external links ниже.

Греческие буквы[править]

Греческие буквы довольно часто используются в математике, но их достаточно просто набирать в математическом режиме. Вам просто нужно ввести название буквы после обратной косой черты: если первая буква названия строчная, вы получите строчную греческую букву, если первая буква названия заглавная (только первая буква), тогда вы получите прописную букву. Обратите внимание, что некоторые заглавные греческие буквы выглядят как латинские, поэтому они не предоставляются LaTeX (например, заглавные буквы Alpha и Beta это просто латинские «A» и «B» соответственно).
Строчные буквы эпсилон, тета, каппа, фи, пи, ро и сигма представлены в двух разных версиях. Альтернативная (variant сокр. var) версия, создается добавлением «var» перед названием буквы:

alpha, Alpha, beta, Beta, gamma, Gamma, pi, Pi, phi, varphi, mu, Phi, varPhi

{displaystyle alpha ,mathrm {A} ,beta ,mathrm {B} ,gamma ,Gamma ,pi ,Pi ,phi ,varphi ,mu ,Phi ,varPhi }

Прокрутите вниз до #List of mathematical symbols чтобы увидеть полный список греческих символов.

Математические операторы[править]

Оператор — это функция, которая записывается с помощью слова: например, тригонометрические функции (sin, cos, tan), логарифмы и экспоненты (log, exp), пределы (lim), а также след и определитель (tr, det). В LaTeX многие из них определены как команды:

cos (2theta) = cos^2 theta - sin^2 theta

{displaystyle cos(2theta )=cos ^{2}theta -sin ^{2}theta ,}

Для некоторых операторов, таких как Предел, нижний индекс помещается под оператором:

limlimits_{x to infty} exp(-x) = 0

{displaystyle lim _{xto infty }exp(-x)=0}

Для оператора Сравнения по модулю существует две команды: bmod и pmod:

{displaystyle a,{bmod {,}}b,}

{displaystyle xequiv a{pmod {b}},}

Чтобы использовать операторы, которые не определены заранее, например argmax, см. [[../Высшая математика#Определяемые операторы|определяемые операторы]]

Степени и индексы[править]

Степени и индексы эквивалентны верхним и нижним индексам в обычном текстовом режиме. Символ каретки (^; так же известный как циркумфлекс) используется чтобы что-то поднять, а нижнее подчёркивание (_) для опускания. Если необходимо повысить или понизить выражение, содержащее больше одного символа, его необходимо сгруппировать с помощью фигурных скобок ({ и }).

k_{n+1} = n^2 + k_n^2 - k_{n-1}

{displaystyle k_{n+1}=n^{2}+k_{n}^{2}-k_{n-1},}

Для степеней, состоящих из более чем одной цифры, заключите степень в {}.

{displaystyle n^{22},}

Подчёркивание (_) может использоваться с вертикальной чертой ({displaystyle |}) при использовании выражения в качестве нижнего индекса (это предложение требует уточнения):

f(n) = n^5 + 4n^2 + 2 |_{n=17}

{displaystyle f(n)=n^{5}+4n^{2}+2|_{n=17},}

Дроби и биномы[править]

Дроби создаются с помощью команды frac{numerator}{denominator}. Так же и Биномиальный коэффициент можно записать используя команду binom:

frac{n!}{k!(n-k)!} = binom{n}{k}

{displaystyle {frac {n!}{k!(n-k)!}}={binom {n}{k}}}

Дроби можно помещать одну внутри другой:

frac{frac{1}{x}+frac{1}{y}}{y-z}

{displaystyle {frac {{frac {1}{x}}+{frac {1}{y}}}{y-z}}}

Так же обратите внимание, что при встраивании дробей в строку текста или записи одной дроби внутри другой, {displaystyle {tfrac {a}{b}}}, их отображаемый размер должен быть заметно меньше, чем в выключенной формуле. Команды tfrac и dfrac позволяют использовать стиль записи соотвествующий использованию textstyle и displaystyle. Точно так же работают команды tbinom и dbinom, записывающие биноминальный коэффициент.

Для относительно простых дробей, особенно внутри текста, может быть более эстетично использовать Степени и индексы:

{displaystyle ^{3}/_{7},}

Данная запись может показаться немного «растянутой» (занимающей много места), сжатую версию можно определить, вставив некоторое отрицательное пространство.

%running fraction with slash - requires math mode.
newcommand*rfrac[2]{{}^{#1}!/_{#2}}

rfrac{3}{7}

{displaystyle {{}^{3}!/_{7}}}

Если вам необходимо часто использовать подобную запись дробей в своём документе, рекомендуем использовать пакет xfrac.
Данный пакет поддерживает команду sfrac для создания наклонных дробей.
Использование:

Take $sfrac{1}{2}$ cup of sugar, dots
 
  3timessfrac{1}{2}=1sfrac{1}{2}
 

Take ${}^1/_2$ cup of sugar, dots
 
  3times{}^1/_2=1{}^1/_2

Если в качестве показателя степени используются дроби, необходимо использовать фигурные скобки вокруг команды sfrac:

 $x^frac{1}{2}$ % no error
 $x^sfrac{1}{2}$ % error
 $x^{sfrac{1}{2}}$ % no error
$x^frac{1}{2}$ % no error

{displaystyle x^{frac {1}{2}}}

В некоторых случаях добавление только данного пакета может привести к ошибкам о том, что определённые формы шрифтов недоступны. Тогда необходимо так же добавить пакеты lmodern и fix-cm.

В качестве альтернативы, пакет [ intlimits_a^bfrac12
(1+x)^{-3/2},mathrm{d}x=
left.-frac{1}{sqrt{1+x}}
right|_a^b ] предоставляет команду nicefrac использование которой аналогично использованию sfrac.

Непрерывные дроби[править]

Непрерывные дроби следует записывать с помощью команды cfrac:

begin{equation}
  x = a_0 + cfrac{1}{a_1 
          + cfrac{1}{a_2 
          + cfrac{1}{a_3 + cfrac{1}{a_4} } } }
end{equation}

{displaystyle x=a_{0}+{cfrac {1}{a_{1}+{cfrac {1}{a_{2}+{cfrac {1}{a_{3}+{cfrac {1}{a_{4}}}}}}}}}}

Умножение двух чисел[править]

Чтобы сделать умножение визуально похожим на дробь, можно использовать вложенный массив, например, умножение чисел, написанных одно под другим..

begin{equation}
frac{
    begin{array}[b]{r}
      left( x_1 x_2 right)\
      times left( x'_1 x'_2 right)
    end{array}
  }{
    left( y_1y_2y_3y_4 right)
  }
end{equation}

{displaystyle {frac {begin{array}{r}left(x_{1}x_{2}right)\times left(x'_{1}x'_{2}right)end{array}}{left(y_{1}y_{2}y_{3}y_{4}right)}}}

Корни[править]

Команда sqrt создаёт символ квадратного корня, окружающий математическое выражение. Он принимает необязательный аргумент в квадратных скобках ([ и ]) для изменения показателя (степени) корня:

{displaystyle {sqrt {frac {a}{b}}}}

sqrt[n]{1+x+x^2+x^3+dots+x^n}

{displaystyle {sqrt[{n}]{1+x+x^{2}+x^{3}+dots +x^{n}}}}

Some people prefer writing the square root «closing» it over its content. This method arguably makes it more clear what is in the scope of the root sign. This habit is not normally used while writing with the computer, but if you still want to change the output of the square root, LaTeX gives you this possibility. Just add the following code in the preamble of your document:

% New definition of square root:
% it renames sqrt as oldsqrt
letoldsqrtsqrt
% it defines the new sqrt in terms of the old one
defsqrt{mathpaletteDHLhksqrt}
defDHLhksqrt#1#2{%
setbox0=hbox{$#1oldsqrt{#2,}$}dimen0=ht0
advancedimen0-0.2ht0
setbox2=hbox{vrule heightht0 depth -dimen0}%
{box0lower0.4ptbox2}}
The new style is on left, the old one on right

This TeX code first renames the sqrt command as oldsqrt, then redefines sqrt in terms of the old one, adding something more. The new square root can be seen in the picture on the left, compared to the old one on the right. Unfortunately this code won’t work if you want to use multiple roots: if you try to write {displaystyle {sqrt[{b}]{a}}} as sqrt[b]{a} after you used the code above, you’ll just get a wrong output. In other words, you can redefine the square root this way only if you are not going to use multiple roots in the whole document.

An alternative piece of TeX code that does allow multiple roots is

usepackage{letltxmacro}
makeatletter
letoldr@@tr@@t
defr@@t#1#2{%
setbox0=hbox{$oldr@@t#1{#2,}$}dimen0=ht0
advancedimen0-0.2ht0
setbox2=hbox{vrule heightht0 depth -dimen0}%
{box0lower0.4ptbox2}}
LetLtxMacro{oldsqrt}{sqrt}
renewcommand*{sqrt}[2][ ]{oldsqrt[#1]{#2} }
makeatother


$sqrt[a]{b} quad oldsqrt[a]{b}$

However this requires the usepackage{letltxmacro} package

Ряды и интегралы[править]

Команды sum и int создают символы Ряда и Интеграла соответсвенно. Нижний предел задаётся символом «_», а верхний «^». Пример использования Ряда:

{displaystyle textstyle sum _{i=1}^{10}t_{i},}

или

displaystylesum_{i=1}^{10} t_i

{displaystyle displaystyle sum _{i=1}^{10}t_{i},}

Пределы для интегралов задаются по правилам такой же нотации, что и для Рядов. Так же важно обозначать дифференциал некоторой величины прямым шрифтом, что достигается командой «mathrm«, и с небольшим отступом от подынтегрального выражения с помощью команды «,»

int_0^infty e^{-x},mathrm{d}x

{displaystyle int _{0}^{infty }e^{-x},mathrm {d} x,}

Есть много других «больших» команд, которые работают подобным образом:

sum {displaystyle sum ,} prod {displaystyle prod } coprod {displaystyle coprod }
bigoplus {displaystyle bigoplus } bigotimes {displaystyle bigotimes } bigodot {displaystyle bigodot }
bigcup {displaystyle bigcup } bigcap {displaystyle bigcap } biguplus {displaystyle biguplus }
bigsqcup {displaystyle bigsqcup } bigvee {displaystyle bigvee } bigwedge {displaystyle bigwedge }
int {displaystyle int } oint {displaystyle oint } iint[1] {displaystyle iint }
iiint[1] {displaystyle iiint } iiiint[1] {displaystyle iiiint } idotsint[1] {displaystyle int !cdots !int }

Что бы использоваться больше интегральных символов, которые не входят в шрифт Computer Modern, подключите пакет [ intlimits_a^bfrac12
(1+x)^{-3/2},mathrm{d}x=
left.-frac{1}{sqrt{1+x}}
right|_a^b ].

Команда substack command[1] позволяет использовать два обратных слэша \ для записи пределов Ряда или интеграла в несколько строк:

sum_{substack{
   0<i<m \
   0<j<n
  }} 
 P(i,j)

{displaystyle sum _{overset {scriptstyle 0<i<m}{scriptstyle 0<j<n}}P(i,j),}

Если вы хотите, чтобы пределы интеграла были указаны выше или ниже символа, используйте команду limits:

{displaystyle int limits _{a}^{b},}

Однако если вы хотите, чтобы это применялось ко ВСЕМ интегралам, то нужно указать параметр Шаблон:LaTeX/Parameter при подключении пакета [ intlimits_a^bfrac12
(1+x)^{-3/2},mathrm{d}x=
left.-frac{1}{sqrt{1+x}}
right|_a^b ]:
Шаблон:LaTeX/Usage

Нижние и верхние пределы в других контекстах, а также другие параметры пакета [ intlimits_a^bfrac12
(1+x)^{-3/2},mathrm{d}x=
left.-frac{1}{sqrt{1+x}}
right|_a^b ] связанные с ними, описаны в главе Advanced Mathematics.

Для больших интегралов можно использовать пакет [ intlimits_a^bfrac12
(1+x)^{-3/2},mathrm{d}x=
left.-frac{1}{sqrt{1+x}}
right|_a^b ] [2].

Скобки, фигурные скобки и разделители[править]

Как использовать фигурные скобки в многострочных уравнениях описано в главе Advanced Mathematics.

Использование разделителей, таких как скобки, становится важным при работе с чем угодно, кроме самых тривиальных уравнений. Без них формулы могут стать двусмысленными. Кроме того, специальные типы математических структур, такие как матрицы, невозможно представить без разделителей.

Существует множество разделителей, доступных для использования в LaTeX:

( a ), [ b ], { c }, | d |, | e |,
langle f rangle, lfloor g rfloor,
lceil h rceil, ulcorner i urcorner,
/ j backslash

{displaystyle (a),[b],{c},|d|,|e|,langle frangle ,lfloor grfloor ,lceil hrceil ,ulcorner iurcorner ,/jbackslash }

где lbrack и rbrack могут использоваться вместо «[» и «]».

Автоматическое определение размеров[править]

Очень часто математические функции будут отличаться друг от друга по размеру, и в этом случае разделители, окружающие выражение, должны изменяться соответственно. Это можно сделать автоматически с помощью команд left, right, и middle. Любой из выше перечисленных разделителей может быть использован в сочетании с этими командами:

left(frac{x^2}{y^3}right)

{displaystyle left({frac {x^{2}}{y^{3}}}right),}

Pleft(A=2middle|frac{A^2}{B}>4right)

Фигурные скобки определяются иначе, с помощью left{ и right},

left{frac{x^2}{y^3}right}

{displaystyle left{{frac {x^{2}}{y^{3}}}right},}

Если разделитель нужен только с одной стороны выражения, то с другой стороны разделить может быть обозначен точкой (.), что сделает его невидимым.

left.frac{x^3}{3}right|_0^1

{displaystyle left.{frac {x^{3}}{3}}right|_{0}^{1},}

Ручное определение размеров[править]

В некоторых случаях автоматический размер, создаваемый командами left и right , может быть отличен от того, что вы ожидаете увидеть, или вам требуется более точно контролировать размеры разделителей. В этом случае могут использоваться команды-модификаторы big, Big, bigg и Bigg:

( big( Big( bigg( Bigg(

{displaystyle ({big (}{Big (}{bigg (}{Bigg (},}

Эти команды в первую очередь полезны при работе с вложенными разделителями. Например, при наборе текста:

frac{mathrm d}{mathrm d x} left( k g(x) right)

{displaystyle {frac {mathrm {d} }{mathrm {d} x}}left(kg(x)right)}

Мы видим, что команды left и right создают разделители такого же размера, что и вложенные в них. Это может создать трудности при чтении записей. Чтобы исправить это, мы пишем:

frac{mathrm d}{mathrm d x} big( k g(x) big)

{displaystyle {frac {mathrm {d} }{mathrm {d} x}}{big (}kg(x){big )}}

Ручное определение размеров также может быть полезно, когда уравнение слишком велико, поэтому заканчивается в конце страницы, и должно быть разделено на две строки с помощью команды «align». Хотя команды left. и right. можно использовать для автоматического определения размеров разделителей на каждой строке, это может привести к неправильным размерам. Кроме того, нужно использовать ручное определение размеров, чтобы избежать чрезмерно больших разделителей, если между ними появляется underbrace или аналогичная команда.

Matrices and arrays[править]

A basic matrix may be created using the environment[1]: in common with other table-like structures, entries are specified by row, with columns separated using an ampersand (&) and a new rows separated with a double backslash (\)

[
 begin{matrix}
  a & b & c \
  d & e & f \
  g & h & i
 end{matrix}
]

{displaystyle {begin{matrix}a&b&c\d&e&f\g&h&iend{matrix}}}

To specify alignment of columns in the table, use starred version[3]:

begin{matrix}
  -1 & 3 \
  2 & -4
 end{matrix}
 =
 begin{matrix*}[r]
  -1 & 3 \
  2 & -4
 end{matrix*}

{displaystyle {begin{matrix}-1&3\2&-4end{matrix}}={begin{matrix}-1&,;;3\,;;2&-4end{matrix}}}

The alignment by default is Шаблон:LaTeX/Parameter but it can be any column type valid in environment.

However matrices are usually enclosed in delimiters of some kind, and while it is possible to use the left and right commands, there are various other predefined environments which automatically include delimiters:

Environment name Surrounding delimiter Notes
[1] {displaystyle (,)} centers columns by default
[3] {displaystyle (,)} allows to specify alignment of columns in optional parameter
[1] {displaystyle [,]} centers columns by default
[3] {displaystyle [,]} allows to specify alignment of columns in optional parameter
[1] {displaystyle {,}} centers columns by default
[3] {displaystyle {,}} allows to specify alignment of columns in optional parameter
[1] {displaystyle |,|} centers columns by default
[3] {displaystyle |,|} allows to specify alignment of columns in optional parameter
[1] {displaystyle |,|} centers columns by default
[3] {displaystyle |,|} allows to specify alignment of columns in optional parameter

When writing down arbitrary sized matrices, it is common to use horizontal, vertical and diagonal triplets of dots (known as ellipses) to fill in certain columns and rows. These can be specified using the cdots, vdots and ddots respectively:

A_{m,n} = 
 begin{pmatrix}
  a_{1,1} & a_{1,2} & cdots & a_{1,n} \
  a_{2,1} & a_{2,2} & cdots & a_{2,n} \
  vdots  & vdots  & ddots & vdots  \
  a_{m,1} & a_{m,2} & cdots & a_{m,n} 
 end{pmatrix}

{displaystyle A_{m,n}={begin{pmatrix}a_{1,1}&a_{1,2}&cdots &a_{1,n}\a_{2,1}&a_{2,2}&cdots &a_{2,n}\vdots &vdots &ddots &vdots \a_{m,1}&a_{m,2}&cdots &a_{m,n}end{pmatrix}}}

In some cases you may want to have finer control of the alignment within each column, or want to insert lines between columns or rows. This can be achieved using the environment, which is essentially a math-mode version of the [[../Tables#The tabular environment|tabular environment]], which requires that the columns be pre-specified:

begin{array}{c|c}
  1 & 2 \ 
  hline
  3 & 4
 end{array}

{displaystyle {begin{array}{c|c}1&2\hline 3&4end{array}}}

You may see that the AMS matrix class of environments doesn’t leave enough space when used together with fractions resulting in output similar to this:

{displaystyle M={begin{bmatrix}{frac {5}{6}}&{frac {1}{6}}&0\{frac {5}{6}}&0&{frac {1}{6}}\0&{frac {5}{6}}&{frac {1}{6}}end{bmatrix}}}

To counteract this problem, add additional leading space with the optional parameter to the \ command:

M = begin{bmatrix}
       frac{5}{6} & frac{1}{6} & 0           \[0.3em]
       frac{5}{6} & 0           & frac{1}{6} \[0.3em]
       0           & frac{5}{6} & frac{1}{6}
     end{bmatrix}

{displaystyle M={begin{bmatrix}{frac {5}{6}}&{frac {1}{6}}&0\[0.3em]{frac {5}{6}}&0&{frac {1}{6}}\[0.3em]0&{frac {5}{6}}&{frac {1}{6}}end{bmatrix}}}

If you need «border» or «indexes» on your matrix, plain TeX provides the macro bordermatrix

M = bordermatrix{~ & x & y cr
                  A & 1 & 0 cr
                  B & 0 & 1 cr}

Matrices in running text[править]

To insert a small matrix, and not increase leading in the line containing it, use environment:

A matrix in text must be set smaller:
$bigl(begin{smallmatrix}
a&b \ c&d
end{smallmatrix} bigr)$
to not increase leading in a portion of text.

Adding text to equations[править]

The math environment differs from the text environment in the representation of text. Here is an example of trying to represent text within the math environment:

50 apples times 100 apples = lots of apples^2

{displaystyle 50applestimes 100apples=lotsofapples^{2},}

There are two noticeable problems: there are no spaces between words or numbers, and the letters are italicized and more spaced out than normal. Both issues are simply artifacts of the maths mode, in that it treats it as a mathematical expression: spaces are ignored (LaTeX spaces mathematics according to its own rules), and each character is a separate element (so are not positioned as closely as normal text).

There are a number of ways that text can be added properly. The typical way is to wrap the text with the text{...} command [1] (a similar command is mbox{...}, though this causes problems with subscripts, and has a less descriptive name). Let’s see what happens when the above equation code is adapted:

50 text{apples} times 100 text{apples} 
 = text{lots of apples}^2

{displaystyle 50{text{apples}}times 100{text{apples}}={text{lots of apples}}^{2},}

The text looks better. However, there are no gaps between the numbers and the words. Unfortunately, you are required to explicitly add these. There are many ways to add spaces between maths elements, but for the sake of simplicity we may simply insert space characters into the text commands.

50 text{ apples} times 100 text{ apples}
 = text{lots of apples}^2

{displaystyle 50{text{ apples}}times 100{text{ apples}}={text{lots of apples}}^{2},}

Formatted text[править]

Using the text is fine and gets the basic result. Yet, there is an alternative that offers a little more flexibility. You may recall the introduction of font formatting commands, such as textrm, textit, textbf, etc. These commands format the argument accordingly, e.g., textbf{bold text} gives bold text. These commands are equally valid within a maths environment to include text. The added benefit here is that you can have better control over the font formatting, rather than the standard text achieved with text.

50 textrm{ apples} times 100
 textbf{ apples} = textit{lots of apples}^2

{displaystyle 50;{textrm {apples}}times 100;{textbf {apples}}={textit {lotsofapples}}^{2},}

Formatting mathematics symbols[править]

See also: w:Mathematical Alphanumeric Symbols, w:Help:Displaying a formula#Alphabets and typefaces and w:Wikipedia:LaTeX symbols#Fonts

We can now format text; what about formatting mathematical expressions? There are a set of formatting commands very similar to the font formatting ones just used, except that they are specifically aimed at text in math mode (requires [ intlimits_a^bfrac12
(1+x)^{-3/2},mathrm{d}x=
left.-frac{1}{sqrt{1+x}}
right|_a^b ])

LaTeX command Sample Description Common use
mathnormal{}
(or simply omit any command)
{displaystyle ABCDEF~abcdef~123456,} The default math font Most mathematical notation
mathrm{} {displaystyle mathrm {ABCDEF~abcdef~123456} ,} This is the default or normal font, unitalicised Units of measurement, one word functions
mathit{} {displaystyle {mathit {ABCDEF~abcdef~123456}},} Italicised font Multi-letter function or variable names. Compared to mathnormal, words are spaced more naturally and numbers are italicized as well.
mathbf{} {displaystyle mathbf {ABCDEF~abcdef~123456} ,} Bold font Vectors
mathsf{} {displaystyle {mathsf {ABCDEF~abcdef~123456}},} Sans-serif Categories
mathtt{} {displaystyle {mathtt {ABCDEF~abcdef~123456}},} Monospace (fixed-width) font
mathfrak{} {displaystyle {mathfrak {ABCDEF~abcdef~123456}},} Fraktur Almost canonical font for Lie algebras, ideals in ring theory
mathcal{} {displaystyle {mathcal {ABCDEF}},} Calligraphy (uppercase only) Often used for sheaves/schemes and categories, used to denote cryptological concepts like an alphabet of definition ({displaystyle {mathcal {A}}}), message space ({displaystyle {mathcal {M}}}), ciphertext space ({displaystyle {mathcal {C}}}) and key space ({displaystyle {mathcal {K}}}); Kleene’s {displaystyle {mathcal {O}}}; naming convention in description logic; Laplace transform ({displaystyle {mathcal {L}}}) and Fourier transform ({displaystyle {mathcal {F}}})
mathbb{}
(requires the [ intlimits_a^bfrac12

(1+x)^{-3/2},mathrm{d}x=
left.-frac{1}{sqrt{1+x}}
right|_a^b ] or [ intlimits_a^bfrac12
(1+x)^{-3/2},mathrm{d}x=
left.-frac{1}{sqrt{1+x}}
right|_a^b ] package)

{displaystyle mathbb {ABCDEF} ,} Blackboard bold (uppercase only) Used to denote special sets (e.g. real numbers)
mathscr{}
(requires the [ intlimits_a^bfrac12

(1+x)^{-3/2},mathrm{d}x=
left.-frac{1}{sqrt{1+x}}
right|_a^b ] package)

Script (uppercase only) An alternative font for categories and sheaves.

These formatting commands can be wrapped around the entire equation, and not just on the textual elements: they only format letters, numbers, and uppercase Greek, and other math commands are unaffected.

To bold lowercase Greek or other symbols use the boldsymbol command[1]; this will only work if there exists a bold version of the symbol in the current font. As a last resort there is the pmb command[1] (poor man’s bold): this prints multiple versions of the character slightly offset against each other.

boldsymbol{beta} = (beta_1,beta_2,dotsc,beta_n)

{displaystyle {boldsymbol {beta }}=(beta _{1},beta _{2},dotsc ,beta _{n}),}

To change the size of the fonts in math mode, see [[../Advanced Mathematics#Changing font size|Changing font size]].

Accents[править]

So what to do when you run out of symbols and fonts? Well, the next step is to use accents:

a' or a^{prime} {displaystyle a',} a'' {displaystyle a'',}
hat{a} {displaystyle {hat {a}},} bar{a} {displaystyle {bar {a}},}
grave{a} {displaystyle {grave {a}},} acute{a} {displaystyle {acute {a}},}
dot{a} {displaystyle {dot {a}},} ddot{a} {displaystyle {ddot {a}},}
not{a} {displaystyle not {a},} mathring{a}
overrightarrow{AB} {displaystyle {overrightarrow {AB}},} overleftarrow{AB} {displaystyle {overleftarrow {AB}},}
a''' {displaystyle a''',} a'''' {displaystyle a'''',}
overline{aaa} {displaystyle {overline {aaa}},} check{a} {displaystyle {check {a}},}
breve{a} {displaystyle {breve {a}},} vec{a} {displaystyle {vec {a}},}
dddot{a}[1] ddddot{a}[1]
widehat{AAA} {displaystyle {widehat {AAA}},} widetilde{AAA} {displaystyle {widetilde {AAA}}}
stackrelfrown{AAA} {displaystyle {stackrel {frown }{AAA}}}
tilde{a} {displaystyle {tilde {a}},} underline{a} {displaystyle {underline {a}},}

Color[править]

The package [ intlimits_a^bfrac12
(1+x)^{-3/2},mathrm{d}x=
left.-frac{1}{sqrt{1+x}}
right|_a^b ], described in [[../Colors#Adding_the_color_package|Colors]], allows us to add color to our equations. For example,

k = {color{red}x} mathbin{color{blue}-} 2

{displaystyle k={color {red}x}{mathbin {color {blue}-}}2}

The only problem is that this disrupts the default Шаблон:LaTeX formatting around the - operator. To fix this, we enclose it in a mathbin environment, since - is a binary operator. This process is described here.

Plus and minus signs[править]

LaTeX deals with the + and − signs in two possible ways. The most common is as a binary operator. When two maths elements appear on either side of the sign, it is assumed to be a binary operator, and as such, allocates some space to either side of the sign. The alternative way is a sign designation. This is when you state whether a mathematical quantity is either positive or negative. This is common for the latter, as in math, such elements are assumed to be positive unless a − is prefixed to it. In this instance, you want the sign to appear close to the appropriate element to show their association. If you put a + or a − with nothing before it but you want it to be handled like a binary operator you can add an invisible character before the operator using {}. This can be useful if you are writing multiple-line formulas, and a new line could start with a − or +, for example, then you can fix some strange alignments adding the invisible character where necessary.

A plus-minus sign is written as:

{displaystyle pm }

Similarly, there exists also a minus-plus sign:

{displaystyle mp }

Controlling horizontal spacing[править]

LaTeX is obviously pretty good at typesetting maths—it was one of the chief aims of the core TeX system that LaTeX extends. However, it can’t always be relied upon to accurately interpret formulas in the way you did. It has to make certain assumptions when there are ambiguous expressions. The result tends to be slightly incorrect horizontal spacing. In these events, the output is still satisfactory, yet any perfectionists will no doubt wish to fine-tune their formulas to ensure spacing is correct. These are generally very subtle adjustments.

There are other occasions where LaTeX has done its job correctly, but you just want to add some space, maybe to add a comment of some kind. For example, in the following equation, it is preferable to ensure there is a decent amount of space between the maths and the text.

[ f(n) =
  begin{cases}
    n/2       & quad text{if } n text{ is even}\
    -(n+1)/2  & quad text{if } n text{ is odd}
  end{cases}
]

{displaystyle f(n)={begin{cases}n/2&quad {text{if }}n{text{ is even}}\-(n+1)/2&quad {text{if }}n{text{ is odd}}end{cases}}}

This code produces errors with Miktex 2.9 and does not yield the results seen on the right.
Use mathrm instead of just text.

(Note that this particular example can be expressed in more elegant code by the construct provided by the [ intlimits_a^bfrac12
(1+x)^{-3/2},mathrm{d}x=
left.-frac{1}{sqrt{1+x}}
right|_a^b ] package described in Advanced Mathematics chapter.)

LaTeX has defined two commands that can be used anywhere in documents (not just maths) to insert some horizontal space. They are quad and qquad

A quad is a space equal to the current font size. So, if you are using an 11pt font, then the space provided by quad will also be 11pt (horizontally, of course.) The qquad gives twice that amount. As you can see from the code from the above example, quads were used to add some separation between the maths and the text.

OK, so back to the fine tuning as mentioned at the beginning of the document. A good example would be displaying the simple equation for the indefinite integral of y with respect to x:

{displaystyle int y,mathrm {d} x}

If you were to try this, you may write:

{displaystyle int ymathrm {d} x}

However, this doesn’t give the correct result. LaTeX doesn’t respect the white-space left in the code to signify that the y and the dx are independent entities. Instead, it lumps them altogether. A quad would clearly be overkill in this situation—what is needed are some small spaces to be utilized in this type of instance, and that’s what LaTeX provides:

Command Description Size
, small space 3/18 of a quad
: medium space 4/18 of a quad
; large space 5/18 of a quad
! negative space -3/18 of a quad

NB you can use more than one command in a sequence to achieve a greater space if necessary.

So, to rectify the current problem:

{displaystyle int y,mathrm {d} x}

{displaystyle int y;;!!mathrm {d} x}

{displaystyle int y;mathrm {d} x}

The negative space may seem like an odd thing to use, however, it wouldn’t be there if it didn’t have some use! Take the following example:

left(
    begin{array}{c}
      n \
      r
    end{array}
  right) = frac{n!}{r!(n-r)!}

{displaystyle left({begin{matrix}n\rend{matrix}}right)={frac {n!}{r!(n-r)!}}}

The matrix-like expression for representing binomial coefficients is too padded. There is too much space between the brackets and the actual contents within. This can easily be corrected by adding a few negative spaces after the left bracket and before the right bracket.

left(!
    begin{array}{c}
      n \
      r
    end{array}
  !right) = frac{n!}{r!(n-r)!}

{displaystyle left(!{begin{matrix}n\rend{matrix}}!right)={frac {n!}{r!(n-r)!}}}

In any case, adding some spaces manually should be avoided whenever possible: it makes the source code more complex and it’s against the basic principles of a What You See is What You Mean approach. The best thing to do is to define some commands using all the spaces you want and then, when you use your command, you don’t have to add any other space. Later, if you change your mind about the length of the horizontal space, you can easily change it modifying only the command you defined before. Let us use an example: you want the d of a dx in an integral to be in roman font and a small space away from the rest. If you want to type an integral like int x , mathrm{d} x, you can define a command like this:
Шаблон:LaTeX/Usage
in the preamble of your document. We have chosen dd just because it reminds the «d» it replaces and it is fast to type. Doing so, the code for your integral becomes int x dd x. Now, whenever you write an integral, you just have to use the dd instead of the «d», and all your integrals will have the same style. If you change your mind, you just have to change the definition in the preamble, and all your integrals will be changed accordingly.

Manually Specifying Formula Style[править]

To manually display a fragment of a formula using text style, surround the fragment with curly braces and prefix the fragment with textstyle. The braces are required because the textstyle macro changes the state of the renderer, rendering all subsequent mathematics in text style. The braces limit this change of state to just the fragment enclosed within. For example, to use text style for just the summation symbol in a sum, one would enter
Шаблон:LaTeX/Usage
The same thing as a command would look like this:
Шаблон:LaTeX/Usage
Note the extra braces. Just one set around the expression won’t be enough. That would cause all math after tsum k to be displayed using text style.

To display part of a formula using display style, do the same thing, but use displaystyle instead.

Advanced Mathematics: AMS Math package[править]

The AMS (American Mathematical Society) mathematics package is a powerful package that creates a higher layer of abstraction over mathematical LaTeX language; if you use it it will make your life easier. Some commands [ intlimits_a^bfrac12
(1+x)^{-3/2},mathrm{d}x=
left.-frac{1}{sqrt{1+x}}
right|_a^b ] introduces will make other plain LaTeX commands obsolete: in order to keep consistency in the final output you’d better use [ intlimits_a^bfrac12
(1+x)^{-3/2},mathrm{d}x=
left.-frac{1}{sqrt{1+x}}
right|_a^b ] commands whenever possible. If you do so, you will get an elegant output without worrying about alignment and other details, keeping your source code readable. If you want to use it, you have to add this in the preamble:
Шаблон:LaTeX/Usage

Introducing dots in formulas[править]

[ intlimits_a^bfrac12
(1+x)^{-3/2},mathrm{d}x=
left.-frac{1}{sqrt{1+x}}
right|_a^b ] defines also the dots command, that is a generalization of the existing ldots. You can use dots in both text and math mode and LaTeX will replace it with three dots «…» but it will decide according to the context whether to put it on the bottom (like ldots) or centered (like cdots).

Dots[править]

LaTeX gives you several commands to insert dots (ellipses) in your formulae. This can be particularly useful if you have to type big matrices omitting elements. First of all, here are the main dots-related commands LaTeX provides:

Code Output Comment
dots {displaystyle dots } generic dots (ellipsis), to be used in text (outside formulae as well). It automatically manages whitespaces before and after itself according to the context, it’s a higher level command.
ldots ldots the output is similar to the previous one, but there is no automatic whitespace management; it works at a lower level.
cdots cdots These dots are centered relative to the height of a letter. There is also the binary multiplication operator, cdot, mentioned below.
vdots {displaystyle vdots } vertical dots
ddots {displaystyle ddots } diagonal dots
iddots inverse diagonal dots (requires the [ intlimits_a^bfrac12

(1+x)^{-3/2},mathrm{d}x=
left.-frac{1}{sqrt{1+x}}
right|_a^b ] package)

hdotsfor{n} {displaystyle ldots ldots } to be used in matrices, it creates a row of dots spanning n columns.

Instead of using ldots and cdots, you should use the semantically oriented commands. It makes it possible to adapt your document to different conventions on the fly, in case (for example) you have to submit it to a publisher who insists on following house tradition in this respect. The default treatment for the various kinds follows American Mathematical Society conventions.

Code Output Comment
A_1,A_2,dotsc, for «dots with commas»
A_1+dotsb+A_N for «dots with binary operators/relations»
A_1 dotsm A_N for «multiplication dots»
int_a^b dotsi for «dots with integrals»
A_1dotso A_N for «other dots» (none of the above)

Write an equation with the align environment[править]

How to write an equation with the align environment with the [ intlimits_a^bfrac12
(1+x)^{-3/2},mathrm{d}x=
left.-frac{1}{sqrt{1+x}}
right|_a^b ] package is described in Advanced Mathematics.

List of mathematical symbols[править]

All the pre-defined mathematical symbols from the TeX package are listed below. More symbols are available from extra packages.

Relation Symbols

Symbol Script   Symbol Script   Symbol Script   Symbol Script   Symbol Script
{displaystyle <,} < {displaystyle >,} > {displaystyle =,} = {displaystyle parallel ,} parallel {displaystyle nparallel ,} nparallel
{displaystyle leq ,} leq {displaystyle geq ,} geq {displaystyle doteq ,} doteq {displaystyle asymp ,} asymp {displaystyle bowtie ,} bowtie
{displaystyle ll ,} ll {displaystyle gg ,} gg {displaystyle equiv ,} equiv {displaystyle vdash ,} vdash {displaystyle dashv ,} dashv
{displaystyle subset ,} subset {displaystyle supset ,} supset {displaystyle approx ,} approx {displaystyle in ,} in {displaystyle ni ,} ni
{displaystyle subseteq ,} subseteq {displaystyle supseteq ,} supseteq {displaystyle cong ,} cong {displaystyle smile ,} smile {displaystyle frown ,} frown
{displaystyle nsubseteq ,} nsubseteq {displaystyle nsupseteq ,} nsupseteq {displaystyle simeq ,} simeq {displaystyle models ,} models {displaystyle notin ,} notin
{displaystyle sqsubset ,} sqsubset {displaystyle sqsupset ,} sqsupset {displaystyle sim ,} sim {displaystyle perp ,} perp {displaystyle mid ,} mid
{displaystyle sqsubseteq ,} sqsubseteq {displaystyle sqsupseteq ,} sqsupseteq {displaystyle propto ,} propto {displaystyle prec ,} prec {displaystyle succ ,} succ
{displaystyle preceq ,} preceq {displaystyle succeq ,} succeq {displaystyle neq ,} neq {displaystyle sphericalangle ,} sphericalangle {displaystyle measuredangle ,} measuredangle
{displaystyle therefore ,} therefore {displaystyle because ,} because
Binary Operations

Symbol Script   Symbol Script   Symbol Script   Symbol Script
{displaystyle pm ,} pm {displaystyle cap ,} cap {displaystyle diamond ,} diamond {displaystyle oplus ,} oplus
{displaystyle mp ,} mp {displaystyle cup ,} cup {displaystyle bigtriangleup ,} bigtriangleup {displaystyle ominus ,} ominus
{displaystyle times ,} times {displaystyle uplus ,} uplus {displaystyle bigtriangledown ,} bigtriangledown {displaystyle otimes ,} otimes
{displaystyle div ,} div {displaystyle sqcap ,} sqcap {displaystyle triangleleft ,} triangleleft {displaystyle oslash ,} oslash
{displaystyle ast ,} ast {displaystyle sqcup ,} sqcup {displaystyle triangleright ,} triangleright {displaystyle odot ,} odot
{displaystyle star ,} star {displaystyle vee ,} vee {displaystyle bigcirc ,} bigcirc {displaystyle circ ,} circ
{displaystyle dagger ,} dagger {displaystyle wedge ,} wedge {displaystyle bullet ,} bullet {displaystyle setminus ,} setminus
{displaystyle ddagger ,} ddagger {displaystyle cdot ,} cdot {displaystyle wr ,} wr {displaystyle amalg ,} amalg
Set and/or Logic Notation

Symbol Script   Symbol Script
{displaystyle exists ,} exists {displaystyle rightarrow ,} rightarrow or to
{displaystyle nexists ,} nexists {displaystyle leftarrow ,} leftarrow or gets
{displaystyle forall ,} forall {displaystyle mapsto ,} mapsto
{displaystyle neg ,} neg {displaystyle implies ,} implies
{displaystyle subset ,} subset impliedby
{displaystyle supset ,} supset {displaystyle Rightarrow ,} Rightarrow or implies
{displaystyle in } in {displaystyle leftrightarrow ,} leftrightarrow
{displaystyle notin ,} notin {displaystyle iff ,} iff
{displaystyle ni ,} ni {displaystyle Leftrightarrow ,} Leftrightarrow (preferred for equivalence (iff))
{displaystyle land ,} land {displaystyle top ,} top
{displaystyle lor ,} lor {displaystyle bot ,} bot
{displaystyle angle ,} angle {displaystyle emptyset ,} and {displaystyle varnothing ,} emptyset and varnothing[1]
{displaystyle rightleftharpoons ,} rightleftharpoons
Delimiters

Symbol Script   Symbol Script   Symbol Script   Symbol Script
{displaystyle |,} | or mid (difference in spacing) {displaystyle |,} | {displaystyle /,} / {displaystyle backslash ,} backslash
{displaystyle {,} { {displaystyle },} } {displaystyle langle ,} langle {displaystyle rangle ,} rangle
{displaystyle uparrow ,} uparrow {displaystyle Uparrow ,} Uparrow {displaystyle lceil ,} lceil {displaystyle rceil ,} rceil
{displaystyle downarrow ,} downarrow {displaystyle Downarrow ,} Downarrow {displaystyle lfloor ,} lfloor {displaystyle rfloor ,} rfloor

Note: To use the Greek Letters in LaTeX that have the same appearance in the Latin alphabet, just use Latin: e.g., A instead of Alpha, B instead of Beta, etc.

Greek Letters

Symbol Script   Symbol Script
{displaystyle mathrm {A} ,} and {displaystyle alpha ,} A and alpha {displaystyle mathrm {N} ,} and {displaystyle nu ,} N and nu
{displaystyle mathrm {B} ,} and {displaystyle beta ,} B and beta {displaystyle Xi ,} and {displaystyle xi ,} Xi and xi
{displaystyle Gamma ,} and {displaystyle gamma ,} Gamma and gamma {displaystyle mathrm {O} ,} and {displaystyle mathrm {o} ,} O and o
{displaystyle Delta ,} and {displaystyle delta ,} Delta and delta {displaystyle Pi ,}, {displaystyle pi ,} and {displaystyle varpi } Pi, pi and varpi
{displaystyle mathrm {E} ,}, {displaystyle epsilon ,} and {displaystyle varepsilon ,} E, epsilon and varepsilon {displaystyle mathrm {P} ,}, {displaystyle rho ,} and {displaystyle varrho ,} P, rho and varrho
{displaystyle mathrm {Z} ,} and {displaystyle zeta ,} Z and zeta {displaystyle Sigma ,}, {displaystyle sigma ,} and {displaystyle varsigma ,} Sigma, sigma and varsigma
{displaystyle mathrm {H} ,} and {displaystyle eta ,} H and eta {displaystyle mathrm {T} ,} and {displaystyle tau ,} T and tau
{displaystyle Theta ,}, {displaystyle theta ,} and {displaystyle vartheta ,} Theta, theta and vartheta {displaystyle Upsilon ,} and {displaystyle upsilon ,} Upsilon and upsilon
{displaystyle mathrm {I} ,} and {displaystyle iota ,} I and iota {displaystyle Phi ,}, {displaystyle phi ,}, and {displaystyle varphi ,} Phi, phi and varphi
{displaystyle mathrm {K} ,}, {displaystyle kappa ,} and {displaystyle varkappa ,} K, kappa and varkappa {displaystyle mathrm {X} ,} and {displaystyle chi ,} X and chi
{displaystyle Lambda ,} and {displaystyle lambda ,} Lambda and lambda {displaystyle Psi ,} and {displaystyle psi ,} Psi and psi
{displaystyle mathrm {M} ,} and {displaystyle mu ,} M and mu {displaystyle Omega ,} and {displaystyle omega ,} Omega and omega
Other symbols

Symbol Script   Symbol Script   Symbol Script   Symbol Script   Symbol Script
{displaystyle partial ,} partial {displaystyle imath ,} imath {displaystyle Re ,} Re {displaystyle nabla ,} nabla {displaystyle aleph ,} aleph
{displaystyle eth ,} eth {displaystyle jmath ,} jmath {displaystyle Im ,} Im {displaystyle Box ,} Box {displaystyle beth ,} beth
{displaystyle hbar ,} hbar {displaystyle ell ,} ell {displaystyle wp ,} wp {displaystyle infty ,} infty {displaystyle gimel ,} gimel

^ Not predefined in LATEX 2. Use one of the packages latexsym, amsfonts, amssymb, txfonts, pxfonts, or wasysym

Trigonometric Functions

Symbol Script   Symbol Script   Symbol Script   Symbol Script
{displaystyle sin ,} sin {displaystyle arcsin ,} arcsin {displaystyle sinh ,} sinh {displaystyle sec ,} sec
{displaystyle cos ,} cos {displaystyle arccos ,} arccos {displaystyle cosh ,} cosh {displaystyle csc ,} csc
{displaystyle tan ,} tan {displaystyle arctan ,} arctan {displaystyle tanh ,} tanh
{displaystyle cot ,} cot {displaystyle operatorname {arccot} ,} arccot {displaystyle coth ,} coth

If LaTeX does not include a command for the mathematical operator you want to use, for example cis (cosine plus i times sine), add to your preamble:

DeclareMathOperatorcis{cis}

You can then use cis in the document just like cos or any other mathematical operator.

Summary[править]

As you begin to see, typesetting math can be tricky at times. However, because LaTeX provides so much control, you can get professional quality mathematics typesetting with relatively little effort (once you’ve had a bit of practice, of course!). It would be possible to keep going and going with math topics because it seems potentially limitless. However, with this tutorial, you should be able to get along sufficiently.

Шаблон:TODO

Notes[править]

  1. а б в г д е ё ж з и й к л м н о requires the [ intlimits_a^bfrac12
    (1+x)^{-3/2},mathrm{d}x=
    left.-frac{1}{sqrt{1+x}}
    right|_a^b ] package
  2. http://hdl.handle.net/2268/6219
  3. а б в г д е requires the [ intlimits_a^bfrac12
    (1+x)^{-3/2},mathrm{d}x=
    left.-frac{1}{sqrt{1+x}}
    right|_a^b ] package

Further reading[править]

  • meta:Help:Displaying a formula: Wikimedia uses a subset of LaTeX commands.

External links[править]

  • detexify: applet for looking up LaTeX symbols by drawing them
  • amsmath documentation
  • LaTeX — The Student Room
  • The Comprehensive LaTeX Symbol List
  • MathLex — LaTeX math translator and equation builder

МЕТОДЫ ОЦЕНКИ КОМПЕТЕНТНОСТИ СТУДЕНТОВ

         На сегодняшний день по-прежнему актуальной является проблема создания методов и технологий оценки компетентности студентов. Повсе-местное введение компетентностного подхода в российских вузах (в рам-ках действующих ГОС) не решило данную проблему. Разработка эффек-тивных методов и измерительных процедур оценки компетентности воз-можна только на основе методов математического моделирования и си-стемного анализа.

Компетентностный подход; высшее образование; модель компетент-ности студентов

Понравилась статья? Поделить с друзьями:
  • Java как написать или
  • Java как написать web приложение
  • J прописная английская заглавная как пишется
  • Ivi как пишется
  • Itшник как пишется