Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⭐ Move list 2 warning to footer #104

Open
NickTikhomirov opened this issue Jul 11, 2022 · 0 comments
Open

⭐ Move list 2 warning to footer #104

NickTikhomirov opened this issue Jul 11, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@NickTikhomirov
Copy link

NickTikhomirov commented Jul 11, 2022

We need this package:

\usepackage{fancyhdr}

We're going to modify "default fancy" style, so if we need something else to be done with styles, we will be forced to define a new style.

Clear style:

\fancyhead{} 
\fancyfoot{} 
\renewcommand{\footrulewidth}{0 mm}
\renewcommand{\headrulewidth}{0 mm}

And then (immidiately) build a new world as we want it to be:

\fancyfoot[L]{%
    \vspace{-5ex}
    \fontsize{10}{10}\selectfont
    \noindent Является обязательным листом отчёта по практике. Лист 2\\
    \noindent Документ не должен содержать информацию, отнесённую в установленном порядке к государственной тайне РФ.
}

Justify environment is excessive here (also it breaks defined font and does funny stuff to spacings).

The final step: add \thispagestyle{fancy} to page 2 istead of \thispagestyle{empty}, page 1 needs no modification.
Also the previous (non-footer) version of the warning is expected to be removed

@NickTikhomirov NickTikhomirov added the enhancement New feature or request label Jul 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant