“bagian simbol lateks” Kode Jawaban

Daftarkan tanda simbol lateks

Matlab\textsuperscript{\tiny\textregistered}
Perro Fiel

bagian simbol lateks

\documentclass{article}

%\usepackage{hyperref} % not needed; should go before cleveref if loaded
\usepackage{cleveref}

\crefformat{section}{\S#2#1#3} % see manual of cleveref, section 8.2.1
\crefformat{subsection}{\S#2#1#3}
\crefformat{subsubsection}{\S#2#1#3}

\begin{document}

\section{A section}\label{sec:section}

\subsection{A subsection}\label{sec:subsection}

\subsubsection{A subsubsection}\label{sec:subsubsection}

See \cref{sec:section}, \cref{sec:subsection} or \cref{sec:subsubsection}.

\end{document}
chink

Jawaban yang mirip dengan “bagian simbol lateks”

Pertanyaan yang mirip dengan “bagian simbol lateks”

Lebih banyak jawaban terkait untuk “bagian simbol lateks” di C++

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya