LaTeX Talk Prompts and Settings

LaTeX Talk Prompts and Settings

Create a minimal local LaTeX article for a physics workshop.
Use the article class and the amsmath package.
Include title, author, one section, and one displayed equation.
Keep it plain and compatible with pdflatex.
Return only the contents of main.tex.

\usepackage[backend=biber,style=numeric,sorting=none]{biblatex}
\addbibresource{references.bib}
Einstein changed physics \cite{einstein1905}.
\printbibliography

Generate a tikz diagram with the following nodes:

  1. A green node with “Data” written in it
  2. A white node with “Fit” written in it
  3. A yellow node with “Plot” written in it

gary1110086/LatexWorkshop little star click click brother and sister

*.aux
*.bbl
*.bcf
*.blg
*.fdb_latexmk
*.fls
*.log
*.out
*.pdfsync
*.run.xml
*.synctex.gz

1 Like