eskdx 类中无框架的非标准格式工作表

eskdx 类中无框架的非标准格式工作表

下午好!

有人能告诉我,面临在非标准纸张上显示框架的问题。

我需要几张 A3 横向纸张,纸张上放有表格,纸张上不应有边框。

在表格之前,我写了以下内容\ESKDlandscapeAIII{\ESKDstyle{empty}\ESKDstyle{plain}。但事实证明,第一张表上没有框架,但第二张表上有框架。以下是我所看到的。

尽管根据 eskdx 文档,\ESKDstyle{emty}应该继续,直到我禁用它。

文件序言:

\documentclass[russian,utf8,floatsection,equationsection,emptystyle,14pt]{eskdtext}
% Declaring a document of the eskdtext class (for more information, see the description of the eskdx package)
%russian - text in Russian, utf8 - encoding of the UTF-8 document
%floatsection - numbering of tables and figures taking into account the chapter number, equationsection - the same for formulas
\usepackage{longtable} % In the document, we use the longtable package to create tables
\usepackage{graphicx} % We use graphics in the document
\DeclareGraphicsExtensions{.png,.jpg}
\graphicspath{ e:\Diplom\picture_for_diplom }
\usepackage[warn]{mathtext} % Russian letters in formulas
\usepackage[T2A]{fontenc}
\newcommand{\No}{\textnumero}
\usepackage{tabularx}
\usepackage{multirow}
\usepackage{float}
\usepackage{amsmath}
\usepackage[russian]{babel}
\usepackage[pdftex,unicode]{hyperref}
\usepackage{eskdfreesize}
\newcommand{\Strut}[1]{\rule{0pt}{#1}}
\newcommand{\Struts}[1]{\rule{5mm}{#1}}
\usepackage{array}
%\usepackage{mathptmx}
%\renewcommand{\thesection}{\arabic{section}.}
%\renewcommand{\thesubsection}{\arabic{section}.\arabic{subsection}.}
%\renewcommand{\thesubsubsection}{\arabic{section}.\arabic{subsection}.\arabic{subsubsection}.}

% alignment content by 1 urvon ------
\makeatletter
\renewcommand{\l@section}{\@dottedtocline{1}{0em}{2.1em}}
\renewcommand{\l@subsection}{\@dottedtocline{1}{0em}{2.1em}}
\renewcommand{\l@subsubsection}{\@dottedtocline{1}{0em}{2.3em}}
\makeatother
%--------------- long hyphen
\DeclareCaptionLabelSeparator{emdash}{\textemdash}
\captionsetup[figure]{name={Figure},labelsep=emdash}
\captionsetup[table]{name={Table},labelsep=emdash}
%---------------
\renewcommand{\baselinestretch}{1.5} % Setting the line spacing

\usepackage{setspace} %arbitrary line-by-line inetrval

\ESKDsectStyle{section}{\normalsize} % Chapter headings in regular font
\ESKDsectStyle{subsection}{\normalsize} % Section headers in regular font
\ESKDsectStyle{subsubsection}{\normalsize} % Subsection headers in regular font
\usepackage[table,xcdraw]{xcolor}
\usepackage[normalem]{ulem} % for uline underscores
\ULdepth = 1mm % distance from the line to the text above/below
\usepackage[numberbottom]{eskdplain}
\ESKDstyle{empty}% off. numbering

\AtBeginDocument{%
\setlength{\parindent}{12.5mm} % Paragraph indentation.
}
\usepackage{lscape}
\ESKDsectStyle{section}{\MakeUppercase} %header style
\ESKDsectAlign{section}{Center} %header alignment
\ESKDsectSkip{section}{12pt}{12pt}% header margins
\ESKDsectSkip{subsection}{12pt}{12pt}% header margins
\ESKDsectSkip{subsubsection}{12pt}{12pt}% header margins

\addto\captionsrussian{\def\refname{Bibliographic list}}% renaming the list of references to the bibliographic list

也许有人遇到过这样的问题并会告诉你。

先感谢您!

相关内容