23 авг. 2018 г.

new latex

\begin{equation} \int_0^\infty \frac{x^3}{e^x-1}\,dx = \frac{\pi^4}{15} \label{eq:sample} \end{equation}

 скрипт нумерации

<script type="text/x-mathjax-config">
MathJax.Hub.Config({
  TeX: { equationNumbers: { autoNumber: "AMS" } }
});
</script>

22 авг. 2018 г.

markdown-2


Изменения: Как это дело работает

Create web articles and blog posts with equations and diagrams

Upmath extremely simplifies this task by using Markdown and LaTeX. It converts the Markdown syntax extended with LaTeX equations support into HTML code you can publish anywhere on the web.
или это
-нетрудно-
что это
E=mc^2
hard
sakura

Markdown

Definition from Wikipedia:
Markdown is a lightweight markup language with plain text formatting syntax designed so that it can be converted to HTML and many other formats using a tool by the same name. Markdown is often used to format readme files, for writing messages in online discussion forums, and to create rich text using a plain text editor.
The main idea of Markdown is to use a simple plain text markup. It’s hard easy to make bold or italic text. Simple equations can be formatted with subscripts and superscripts: E0=mc2. I have added the LaTeX support: $$E_0=mc^2$$.
Among Markdown features are:
  • images (see above);
  • links: service main page;
  • code: untouched equation source is *E*~0~=*mc*^2^;
  • unordered lists–when a line starts with +, -, or *;
    1. sub-lists
    2. and ordered lists too;
  • direct use of HTML–for anything else.
Also the editor supports typographic replacements: © ® ™ § ± !!! ??? , – —

LaTeX

The editor converts LaTeX equations in double-dollars $$: $$ax^2+bx+c=0$$. All equations are rendered as block equations. If you need inline ones, you can add the prefix \inline: $$\inline p={1\over q}$$. But it is a good practice to place big equations on separate lines:
$$x_{1,2} = {-b\pm\sqrt{b^2 - 4ac} \over 2a}.$$
In this case the LaTeX syntax will be highlighted in the source code. You can even add equation numbers (unfortunately there is no automatic numbering and refs support):
(1)$$|\vec{A}|=\sqrt{A_x^2 + A_y^2 + A_z^2}.$$
It is possible to write Cyrillic symbols in \text command: $$Q_\text{плавления}>0$$.
One can use matrices:
$$T^{\mu\nu}=\begin{pmatrix} \varepsilon&0&0&0\\ 0&\varepsilon/3&0&0\\ 0&0&\varepsilon/3&0\\ 0&0&0&\varepsilon/3 \end{pmatrix},$$
integrals:
$$P_\omega={n_\omega\over 2}\hbar\omega\,{1+R\over 1-v^2}\int\limits_{-1}^{1}dx\,(x-v)|x-v|,$$
cool tikz-pictures:
$$\usetikzlibrary{decorations.pathmorphing} \begin{tikzpicture}[line width=0.2mm,scale=1.0545]\small \tikzset{>=stealth} \tikzset{snake it/.style={->,semithick, decoration={snake,amplitude=.3mm,segment length=2.5mm,post length=0.9mm},decorate}} \def\h{3} \def\d{0.2} \def\ww{1.4} \def\w{1+\ww} \def\p{1.5} \def\r{0.7} \coordinate[label=below:$A_1$] (A1) at (\ww,\p); \coordinate[label=above:$B_1$] (B1) at (\ww,\p+\h); \coordinate[label=below:$A_2$] (A2) at (\w,\p); \coordinate[label=above:$B_2$] (B2) at (\w,\p+\h); \coordinate[label=left:$C$] (C1) at (0,0); \coordinate[label=left:$D$] (D) at (0,\h); \draw[fill=blue!14](A2)--(B2)-- ++(\d,0)-- ++(0,-\h)--cycle; \draw[gray,thin](C1)-- +(\w+\d,0); \draw[dashed,gray,fill=blue!5](A1)-- (B1)-- ++(\d,0)-- ++(0,-\h)-- cycle; \draw[dashed,line width=0.14mm](A1)--(C1)--(D)--(B1); \draw[snake it](C1)--(A2) node[pos=0.6,below] {$c\Delta t$}; \draw[->,semithick](\ww,\p+0.44*\h)-- +(\w-\ww,0) node[pos=0.6,above] {$v\Delta t$}; \draw[snake it](D)--(B2); \draw[thin](\r,0) arc (0:atan2(\p,\w):\r) node[midway,right,yshift=0.06cm] {$\theta$}; \draw[opacity=0](-0.40,-0.14)-- ++(0,5.06); \end{tikzpicture}$$
plots:
$$\begin{tikzpicture}[scale=1.0544]\small \begin{axis}[axis line style=gray, samples=120, width=9.0cm,height=6.4cm, xmin=-1.5, xmax=1.5, ymin=0, ymax=1.8, restrict y to domain=-0.2:2, ytick={1}, xtick={-1,1}, axis equal, axis x line=center, axis y line=center, xlabel=$x$,ylabel=$y$] \addplot[red,domain=-2:1,semithick]{exp(x)}; \addplot[black]{x+1}; \addplot[] coordinates {(1,1.5)} node{$y=x+1$}; \addplot[red] coordinates {(-1,0.6)} node{$y=e^x$}; \path (axis cs:0,0) node [anchor=north west,yshift=-0.07cm] {0}; \end{axis} \end{tikzpicture}$$
and the rest of LaTeX features.

About Upmath

It works in browsers, except equations rendered on the server. The editor stores your text in the browser to prevent the loss of your work in case of software or hardware failures.
I have designed and developed this lightweight editor and the service for converting LaTeX equations into svg-pictures to make publishing math texts on the web easy. I consider client-side rendering, the rival technique implemented in MathJax, to be too limited and resource-consuming, especially on mobile devices.
The source code is published on Github under MIT license.

Now you can erase this instruction and start writing your own scientific post. If you want to see the instruction again, open the editor in a private tab, in a different browser or download and clear your post and refresh the page.
Have a nice day :)
Roman Parpalak, web developer and UX expert.
=========================================
html-tex moda, со вставкими теха  в html

а вот напрямую png




markdown


Upmath: Math Online Editor

Create web articles and blog posts with equations and diagrams

Upmath extremely simplifies this task by using Markdown and LaTeX. It converts the Markdown syntax extended with LaTeX equations support into HTML code you can publish anywhere on the web.

Markdown




Definition from Wikipedia:
Markdown is a lightweight markup language with plain text formatting syntax designed so that it can be converted to HTML and many other formats using a tool by the same name. Markdown is often used to format readme files, for writing messages in online discussion forums, and to create rich text using a plain text editor.
The main idea of Markdown is to use a simple plain text markup. It’s hard easy to make bold or italic text. Simple equations can be formatted with subscripts and superscripts: E0=mc2. I have added the LaTeX support: $$E_0=mc^2$$.
Among Markdown features are:
  • images (see above);
  • links: service main page;
  • code: untouched equation source is *E*~0~=*mc*^2^;
  • unordered lists–when a line starts with +, -, or *;
    1. sub-lists
    2. and ordered lists too;
  • direct use of HTML–for anything else.
Also the editor supports typographic replacements: © ® ™ § ± !!! ??? , – —

LaTeX

The editor converts LaTeX equations in double-dollars $$: $$ax^2+bx+c=0$$. All equations are rendered as block equations. If you need inline ones, you can add the prefix \inline: $$\inline p={1\over q}$$. But it is a good practice to place big equations on separate lines:
$$x_{1,2} = {-b\pm\sqrt{b^2 - 4ac} \over 2a}.$$
In this case the LaTeX syntax will be highlighted in the source code. You can even add equation numbers (unfortunately there is no automatic numbering and refs support):
(1)$$|\vec{A}|=\sqrt{A_x^2 + A_y^2 + A_z^2}.$$
It is possible to write Cyrillic symbols in \text command: $$Q_\text{плавления}>0$$.
One can use matrices:
$$T^{\mu\nu}=\begin{pmatrix} \varepsilon&0&0&0\\ 0&\varepsilon/3&0&0\\ 0&0&\varepsilon/3&0\\ 0&0&0&\varepsilon/3 \end{pmatrix},$$
integrals:
$$P_\omega={n_\omega\over 2}\hbar\omega\,{1+R\over 1-v^2}\int\limits_{-1}^{1}dx\,(x-v)|x-v|,$$
cool tikz-pictures:
$$\usetikzlibrary{decorations.pathmorphing} \begin{tikzpicture}[line width=0.2mm,scale=1.0545]\small \tikzset{>=stealth} \tikzset{snake it/.style={->,semithick, decoration={snake,amplitude=.3mm,segment length=2.5mm,post length=0.9mm},decorate}} \def\h{3} \def\d{0.2} \def\ww{1.4} \def\w{1+\ww} \def\p{1.5} \def\r{0.7} \coordinate[label=below:$A_1$] (A1) at (\ww,\p); \coordinate[label=above:$B_1$] (B1) at (\ww,\p+\h); \coordinate[label=below:$A_2$] (A2) at (\w,\p); \coordinate[label=above:$B_2$] (B2) at (\w,\p+\h); \coordinate[label=left:$C$] (C1) at (0,0); \coordinate[label=left:$D$] (D) at (0,\h); \draw[fill=blue!14](A2)--(B2)-- ++(\d,0)-- ++(0,-\h)--cycle; \draw[gray,thin](C1)-- +(\w+\d,0); \draw[dashed,gray,fill=blue!5](A1)-- (B1)-- ++(\d,0)-- ++(0,-\h)-- cycle; \draw[dashed,line width=0.14mm](A1)--(C1)--(D)--(B1); \draw[snake it](C1)--(A2) node[pos=0.6,below] {$c\Delta t$}; \draw[->,semithick](\ww,\p+0.44*\h)-- +(\w-\ww,0) node[pos=0.6,above] {$v\Delta t$}; \draw[snake it](D)--(B2); \draw[thin](\r,0) arc (0:atan2(\p,\w):\r) node[midway,right,yshift=0.06cm] {$\theta$}; \draw[opacity=0](-0.40,-0.14)-- ++(0,5.06); \end{tikzpicture}$$
plots:
$$\begin{tikzpicture}[scale=1.0544]\small \begin{axis}[axis line style=gray, samples=120, width=9.0cm,height=6.4cm, xmin=-1.5, xmax=1.5, ymin=0, ymax=1.8, restrict y to domain=-0.2:2, ytick={1}, xtick={-1,1}, axis equal, axis x line=center, axis y line=center, xlabel=$x$,ylabel=$y$] \addplot[red,domain=-2:1,semithick]{exp(x)}; \addplot[black]{x+1}; \addplot[] coordinates {(1,1.5)} node{$y=x+1$}; \addplot[red] coordinates {(-1,0.6)} node{$y=e^x$}; \path (axis cs:0,0) node [anchor=north west,yshift=-0.07cm] {0}; \end{axis} \end{tikzpicture}$$
and the rest of LaTeX features.

About Upmath

It works in browsers, except equations rendered on the server. The editor stores your text in the browser to prevent the loss of your work in case of software or hardware failures.
I have designed and developed this lightweight editor and the service for converting LaTeX equations into svg-pictures to make publishing math texts on the web easy. I consider client-side rendering, the rival technique implemented in MathJax, to be too limited and resource-consuming, especially on mobile devices.
The source code is published on Github under MIT license.

Now you can erase this instruction and start writing your own scientific post. If you want to see the instruction again, open the editor in a private tab, in a different browser or download and clear your post and refresh the page.
Have a nice day :)
Roman Parpalak, web developer and UX expert.

14 июл. 2018 г.

6 июл. 2018 г.

Pele-Vin-Bla

о том же.
о главном.

новые песни о главном.

ну да, открою кодекс на любой странице, и не могу ... читаю до конца.

он о том же, что и хавкин (покойный). стало страшно жить среди машин.

слишком много машин, слишком...


и все же он, олегович, невыносимо скучен, скучен, языково убог, убог.
квнщик какой-то, бла.



до конца страницы. ну может двух. скучный, слова ...

ебанк своих в обиду не дает...
ебанк

или вот еще = пошлая банальность для читательниц глазами и ушами

Журналистов не надо ни во что посвящать. Не надо даже давать им команду – эти умные и удивительно подлые зверьки сами способны догадаться по запаху, где им накрошили еды.

оливьевович кромешный.






3 июл. 2018 г.

РНИ

как она есть.
без грима.

какой счет?






1 июл. 2018 г.

2018, Clouds





Мани-фест ОЛО:

Мы считаем, что облака незаслуженно очернены, что без них жизнь стала бы гораздо беднее.

Мы думаем, что облака — сама поэзия Природы, что из всех её форм облака являются наиболее яркими выразителями идеи равенства: любоваться их фантастическим видом может каждый.

Мы обязуемся сражаться против идеи «безоблачного неба» во всех её проявлениях. Жизнь станет скучной, если мы будем день за днем наблюдать за небом без облаков.

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

Мы считаем, что облака созданы для мечтателей и что созерцание облаков благотворно влияет на душу. Тем, кто находит в очертаниях облаков какие-то причудливые фигуры, не придется платить по счету психоаналитику.

Итак, мы обращаемся ко всем, кто нас слышит: Смотрите вверх, любуйтесь эфемерной красотой и живите, витая в облака

2015, Magritte


2015, JG, Apr




28 июн. 2018 г.

2018, Wroclaw, June






     Как любил я стихи Гумилева!
     Перечитывать их не могу,
     но следы, например, вот такого
     перебора остались в мозгу:

     "...И умру я не в летней беседке
     от обжорства и от жары,
     а с небесной бабочкой в сетке
     на вершине дикой горы."



ну да:

И умру я не на постели, При нотариусе и враче, А в какой-нибудь дикой щели, Утонувшей в густом плюще,
Чтоб войти не во всем открытый, Протестантский, прибранный рай, А туда, где разбойник, мытарь И блудница крикнут: вставай!
ну нет:

Я скажу это начерно, шопотом
Потому что еще не пора:
Достигается потом и опытом
Безотчетного неба игра.

И под временным небом чистилища
Забываем мы часто о том,
Что счастливое небохранилище 
Раздвижной и прижизненный дом.

26 июн. 2018 г.

Black Mirror, 4, 1

= Лучше сдохнуть в чревоточине, чем летать 1000 лет
    с капитаном говнюком =

ггг


это ясно, но не всем, как бы


ггг

тем, кто в пролете, не до конца, как бы. как там в "печках-лавочках" ...
про ученых из новосибирска...
=вот так вот живешь, работаешь, а радости нет,
настоящей творческой работы мало... =

пенсии плавно поднимаются... и аборигены в пролете, еще лет 20,
 а то и все ...
страшно подумать
сколько.