\documentclass[apostila.tex]{subfiles} \begin{document} \chapter{Palavras-chave ou reservadas} As palavras a seguir são reservadas e elas não podem ser usadas para definir ou nomear símbolos. \vspace*{1.5cm} \centering \begin{tabular}{llll} auto & double & int & struct \\ break & else & long & switch \\ case & enum & register & typedef \\ char & extern & return & union \\ const & float & short & unsigned \\ continue & for & signed & void \\ default & goto & sizeof & volatile \\ do & if & static & while \\ \end{tabular} \end{document}