LaTex2Web logo

Documents Live, a web authoring and publishing system

If you see this, something is wrong

Table of contents

First published on Monday, Oct 28, 2024 and last modified on Wednesday, Jan 15, 2025

C.11 Moving Information Around

François Chaplais

1 Moving Information Around

1.1 Files

1.2 Cross-References

\ref and the related \label commands are supported.

\ref accepts an optional parameter

\ref[display]{label}

where display is the text that will be displayed in the reference link, in place of the usual reference number.

\pageref is not relevant without pages.

1.3 Bibliography and Citation

The \bibliography command is supported with multiple files. BibTeX is implemented following the guidelines of the LaTeX companion. \bibliographystyle is ignored.

The thebibliography environment is supported.

\bibitem inline bibliography items are also supported. In fact, they can co-exist with a BibTeX bibliography file.

Accordingly, \cite is supported; \nocite is ignored.

1.4 Splitting the Input

\input is supported and implemented at upload time. The LaTeX code in the databse is the source code where the content of the input files has been inserted.

\include and \includeonly are ignored.

The filecontents and filecontents* environments are deleted and hence ignored. \listfiles is ignored.

1.5 Index and Glossary

1.6 Terminal Input and Output

There is no console on LaTeX2Web.