Re: How to read Web pages with funny backslashes?

Liste des GroupesRevenir à ct tex 
Sujet : Re: How to read Web pages with funny backslashes?
De : ud.usenetcorrespondence (at) *nospam* web.de (Ulrich D i e z)
Groupes : comp.text.tex
Date : 01. Aug 2024, 04:40:30
Autres entêtes
Message-ID : <v8esiv$kigt$1@solani.org>
References : 1
User-Agent : Mozilla/5.0 (X11; Linux i686 on x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0
Stefan Ram schrieb:

  I'm totally out of the loop with what the young'uns are up
  to on the interwebs these days. The other day I stumbled
  across this webpage that said:
 
|Many textbooks, for instance, will tell you that the metric
|tensor of special relativity takes a form like
|
|\[ \eta_{\mu\nu}=\begin{pmatrix}-1&0&0&0\0&1&0&0\0&0&1&0 . . .

If this is mathjax and you copy paste to a text file to compile with a
real LaTeX engine, then in the text file holding he LaTeX code you need
to load packages so that all environments and commands are defined.

E.g., https://de.overleaf.com/learn/latex/Matrices says that the
environment pmatrix is defined by the package amsmath, so in the
preamble of your LaTeX code you need to load that package, e.g., via
\usepackage{amsmath}


  How am I supposed to make heads or tails of this? I figured
  it was meant to be LaTeX, so I tried to copy it into LaTeX as,
 
|\documentclass[a4paper]{article}
|\begin{document}
|Here's something that caused me undue confusion over the years . . .
|Many textbooks, for instance, will tell you that the metric . . .
|\[ \eta_{\mu\nu}=\begin{pmatrix}-1&0&0&0\0&1&0&0\0&0&1&0\ . . .
 
  , but I got hit with:
 
|! Misplaced alignment tab character &.
|l.12 \[ \eta_{\mu\nu}=\begin{pmatrix}-1&
|                                      0&0&0\0&1&0&0\0&0&1&0\0& . . .
|
|?
 
  .

Is this the only error message you get?

Sincerely

Ulrich

Date Sujet#  Auteur
31 Jul 24 * How to read Web pages with funny backslashes?7Stefan Ram
31 Jul 24 +* Re: How to read Web pages with funny backslashes?5Stefan Ram
31 Jul 24 i+- Re: How to read Web pages with funny backslashes?1Axel Berger
1 Aug 24 i+* Re: How to read Web pages with funny backslashes?2Marc Olschok
1 Aug 24 ii`- Re: How to read Web pages with funny backslashes?1Stefan Ram
1 Aug 24 i`- Re: How to read Web pages with funny backslashes?1Ulrich D i e z
1 Aug 24 `- Re: How to read Web pages with funny backslashes?1Ulrich D i e z

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal