Comments & WishesTest post - please ignore :-)

General comments, feature, category or forum wishes for this LaTeX community
Post Reply
User avatar
Stefan Kottwitz
Site Admin
Posts: 10290
Joined: Mon Mar 10, 2008 9:44 pm

Test post - please ignore :-)

Post by Stefan Kottwitz »

Here is a test post for the code editor.

A compilable LaTeX example:

Code: Select all

\documentclass[border=10pt]{standalone}
\usepackage{smartdiagram}
\begin{document}
\smartdiagram[flow diagram:horizontal]{Edit,
  \LaTeX, Bib\TeX/ biber, make\-index, \LaTeX}
\end{document}
A LaTeX snippet:

Code: Select all

% Test
\blindtext[3]
Another snippet:

Code: Select all

\begin{tikzpicture}
  \begin{axis} [axis lines=center]
    \addplot [domain=-3:3, smooth, thick] { x^3 - 5*x };
  \end{axis}
\end{tikzpicture}
Graphics:

Code: Select all

\includegraphics{some-image}
! Undefined control sequence.
l.1 \this one
The code for this is:

Code: Select all

[codebox=text file=test.log]! Undefined control sequence.
l.1 \this one[/codebox]

Code: Select all

two lines
of text
Here is a log file - no LaTeX button:

Code: Select all

This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2021) (preloaded format=pdflatex 2021.3.8)  16 MAR 2021 19:02
entering extended mode
 restricted \write18 enabled.
 %&-line parsing enabled.
Here is an error message - no LaTeX button:

Code: Select all

! LaTeX Error: There's no line here to end.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.5 \\
      
? 
! Emergency stop.
Stefan
LaTeX.org admin

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
Post Reply