Warning: mysqli::__construct(): (HY000/1203): User howardkn already has more than 'max_user_connections' active connections in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\includes\artfuncs.php on line 21
Failed to connect to MySQL: (1203) User howardkn already has more than 'max_user_connections' active connections
Warning: mysqli::query(): Couldn't fetch mysqli in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\index.php on line 66
Article <JavaScript-20240731145623@ram.dialup.fu-berlin.de>
Deutsch   English   Français   Italiano  
<JavaScript-20240731145623@ram.dialup.fu-berlin.de>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!weretis.net!feeder8.news.weretis.net!fu-berlin.de!uni-berlin.de!not-for-mail
From: ram@zedat.fu-berlin.de (Stefan Ram)
Newsgroups: comp.text.tex
Subject: Re: How to read Web pages with funny backslashes?
Date: 31 Jul 2024 13:56:47 GMT
Organization: Stefan Ram
Lines: 28
Expires: 1 Jul 2025 11:59:58 GMT
Message-ID: <JavaScript-20240731145623@ram.dialup.fu-berlin.de>
References: <webpage-20240731143147@ram.dialup.fu-berlin.de>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-Trace: news.uni-berlin.de Uc8CaESii0SLt6Uoon9R2gfwbMBxdAevud/nfABOV8gTJy
Cancel-Lock: sha1:moPLNelwPYFx/EpUp4n2kqhHcY8= sha256:PwXPGKFGIa7d/Mn1jKXxTPU0CTPMXv9favWLQ2VBNN8=
X-Copyright: (C) Copyright 2024 Stefan Ram. All rights reserved.
	Distribution through any means other than regular usenet
	channels is forbidden. It is forbidden to publish this
	article in the Web, to change URIs of this article into links,
        and to transfer the body without this notice, but quotations
        of parts in other Usenet posts are allowed.
X-No-Archive: Yes
Archive: no
X-No-Archive-Readme: "X-No-Archive" is set, because this prevents some
	services to mirror the article in the web. But the article may
	be kept on a Usenet archive server with only NNTP access.
X-No-Html: yes
Content-Language: en-US
Bytes: 2456

ram@zedat.fu-berlin.de (Stefan Ram) wrote or quoted:
>|\[ \eta_{\mu\nu}=\begin{pmatrix}-1&0&0&0\\0&1&0&0\\0&0&1&0 . . .

  Now I see that it seems to be required to activate JavaScript
  in the browser as the source code of the HTML web page is:

|<p><script type="text/x-mathjax-config"> 
|  MathJax.Hub.Config({ 
|    extensions: ["tex2jax.js"], 
|    jax: ["input/TeX","output/HTML-css"], 
|    tex2jax: {inlineMath: [["$","$"],["\\(","\\)"]]} 
|  }); 
|</script> 
|<script type="text/javascript" src="/mathjax/MathJax.js"></script> 
|
|Here's something that caused me undue confusion over the
|years as I was learning about tensors.</p>
|
|<p>Many textbooks, for instance, will tell you that the
|metric tensor of special relativity takes a form like</p>
|
|<p>\[
|\eta_{\mu\nu}=\begin{pmatrix}-1&0&0&0\\0&1&0 . . .
|\]</p>

  . Still, it would be interesting if anyone could comment
  on what "dialect" of TeX/LaTeX is used there and how one
  could format it using an implementation of TeX or LaTeX!