Section/chapter title in landscape mode

3,664

Is it something like this you want?

\documentclass{article}
\usepackage[utf8]{inputenc}

\usepackage{graphicx, rotating, caption, lscape, threeparttable}% \usepackage{amsmath}

 \begin{document}

\begin{landscape} \section{About Piero di Cosimo}
 \vfill
 \begin{measuredfigure}
\includegraphics[height=10cm]{SanRomano}
        %
\caption{The Battle of San Romano}
    \end{measuredfigure}
\vfill
 \end{landscape}

\end{document} 

enter image description here

Share:
3,664

Related videos on Youtube

Henry
Author by

Henry

My mind is open. This is a list of what I consider to be my best / most useful answers and questions. ANSWERS https://math.stackexchange.com/questions/284788/what-is-the-solution-to-nashs-problem-presented-in-a-beautiful-mind/1913056#1913056 https://math.stackexchange.com/questions/2109905/what-is-the-most-general-form-of-the-navier-stokes-equation/2110021#2110021 https://math.stackexchange.com/questions/2013303/how-to-approximate-the-integral-int-b-inftytb-nue-te-e-td/2013406#2013406 https://math.stackexchange.com/questions/1546412/how-to-integral-int-sqrta-infty-e-t2-beta-t-sin-beta-t-math/1546474#1546474 https://math.stackexchange.com/questions/2692041/fourier-transform-of-e-t-2-operatornamesecht/2692138#2692138 https://math.stackexchange.com/questions/1677509/solve-int-sin-m-leftx-right-cos-n-leftx-right/1677808#1677808 QUESTIONS https://math.stackexchange.com/questions/1633704/the-length-of-toilet-roll https://math.stackexchange.com/questions/1896422/is-11-2-true-in-any-base https://math.stackexchange.com/questions/1653979/is-there-any-integral-for-the-golden-ratio https://math.stackexchange.com/questions/1634488/how-could-we-define-the-factorial-of-a-matrix

Updated on December 04, 2020

Comments

  • Henry
    Henry almost 3 years

    How could I write the title of a section or of a chapter in landscape mode?

    I mean without rotating the document. What I need to have, to explain me better, is this:

    enter image description here

    Do't mind about the plot, I already created a page with the landscape mode for the plot and it's awesome.

    What I miss is the "title of this section" in landscape mode, above the plot.

    Thank you!!

    I already inserted the plot with the cose

    \begin{sidewaysfigure}[ht]
    \centering
    \includegraphics[scale=2.5]{E1-ExpLog-LogLogPlot.eps}
    \end{sidewaysfigure}
    

    What I need is the title in section mode above the plot, in landscape mode.

    Let's pretend I have to write "TITILE OF THE PLOT" as I wrote in the paper.

    • Bernard
      Bernard almost 7 years
      We would need your code for the plot in landscape mode. If I understand well, you want the plot rotated, but a ‘normal’ section title?
    • Henry
      Henry almost 7 years
      @Bernard I'll add the code in the question to make it clearer
    • cfr
      cfr almost 7 years
      How does this differ from rotating the document? That is, why not use the landscape environment for the plot and title? (Load e.g. pdflscape or whatever.)
    • Henry
      Henry almost 7 years
      @cfr I actually did not think about that! o.O
  • Henry
    Henry almost 7 years
    No, the Title shall be in landscape mode, at the left of the image you put. I wrote "above" but I expressed myself bad: I meant "above" with respect to the landscape mode lol
  • Bernard
    Bernard almost 7 years
    @Alan Turing: I've modified my answer. Is it more like you want (sorry for the poor quality of the image!)?