Please create a so that we don't have to complete it afterwards. Why do you actually use the \multirow command in this context? You could leave the arrangement of the cell content to the column type. Due to the small column width, the default justification should be replaced by a left-justified alig...
A proposal using the description environment and the enumitem package to achieve the result shown. \documentclass{article} \usepackage{enumitem} \begin{document} \begin{description}[leftmargin=*, widest=Text Text, labelsep=2cm, font=\mdseries] \item[Text] Text Text Text Text Text Text Text Text Text...
A suggestion for switching from roman to arabic page numbering without resetting the page counter: \documentclass{report} \usepackage[nottoc]{tocbibind} \usepackage{blindtext} \begin{document} \pagenumbering{Roman} \tableofcontents \listoffigures \cleardoublepage \renewcommand{\thepage}{\arabic{page...
One could have tested your example in the forum if you had marked its code. Loading the inputenc package with this option has been outdated for years. Read more in ltnews28 . You can give the chapter number more space in a standard class by adjusting the length \cftchapnumwidth of the tocloft packag...
The tikz package should be enough for these drawings. The intersections of the lines labeled C and D can be calculated using the library of the same name. In section 13.3.1 "Intersections of Perpendicular Lines", you'll learn how to get to the points labeled G on the x-axis to draw the ver...
As I said in an older subject, it's basically advisable to limit a topic to just one issue. In the example, there is no space in front of the numbering of the heading for the paragraph level. The reason for the space before the numbering of the other outline levels is that line endings are treated a...
actuallay I want the horizontal Line only beneath section, subsection and subsubsection I tried the following crazy thing to renew the sectionlinesformat. But in the pdf the subsection, subsubsection and paragraph headings are compleatly missing now. You omitted an argument on the second and third ...
Please use the code tags to mark your code. I only see the summary of columns but not of rows. The center environment is ended without having been started. It not only centers its content, but also adds vertical spaces before and after it, which is already done by the floating environment. \document...