Code: Select all
\addto\captionsczech{%
\renewcommand{\partname}{Zmensenanecojinyhokurva}%
}
Code: Select all
\addto\captionsczech{%
\renewcommand{\partname}{Zmensenanecojinyhokurva}%
}
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
lyx --version
LyX 1.6.5 (2009-12-05)
Built on Jan 28 2010, 10:19:59
Configuration
Host type: i486-pc-linux-gnu
Special build flags: aiksaurus warnings use-aspell use-ispell
C Compiler: gcc
C Compiler LyX flags:
C Compiler flags: -g -O2
C++ Compiler: g++ (4.4.3)
C++ Compiler LyX flags:
C++ Compiler flags: -g -O2
Linker flags:
Linker user flags: -Wl,-Bsymbolic-functions -Wl,-z,defs -Wl,--as-needed -Wl,-z,defs -Wl,--as-needed
Qt 4 Frontend:
Qt 4 version: 4.6.0
Packaging: posix
LyX binary dir: /usr/bin
LyX files dir: /usr/share/lyx
Code: Select all
% Preview source code
%% LyX 1.6.5 created this file. For more info, see http://www.lyx.org/.
%% Do not edit unless you really know what you are doing.
\documentclass[czech]{article}
\usepackage[T1]{fontenc}
\usepackage[latin2]{inputenc}
\makeatletter
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% User specified LaTeX commands.
\addto\captionsczech{\renewcommand{\partname}{asdfasdfasdf}}
\makeatother
\usepackage{babel}
\begin{document}
\part{První část}
Here should I write something
\part{Druhá část}
\end{document}
Code: Select all
\usepackage{babel}
\addto\captionsczech{\renewcommand{\partname}{the name}}
Code: Select all
% Preview source code
%% LyX 1.6.5 created this file. For more info, see http://www.lyx.org/.
%% Do not edit unless you really know what you are doing.
\documentclass[czech]{article}
\usepackage[T1]{fontenc}
\usepackage[latin2]{inputenc}
\makeatletter
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% User specified LaTeX commands.
\usepackage{babel}
\addto\captionsczech{\renewcommand{\partname}{the name}}
\makeatother
\usepackage{babel}
\begin{document}
\part{ první část}
sdfsdfsdf
sdfsdsdf
sdsdf
\end{document}
Code: Select all
\renewcommand{\partname}{the name}
Code: Select all
% Preview source code
%% LyX 1.6.5 created this file. For more info, see http://www.lyx.org/.
%% Do not edit unless you really know what you are doing.
\documentclass[czech]{article}
\usepackage[T1]{fontenc}
\usepackage[latin2]{inputenc}
\usepackage{babel}
\begin{document}
\renewcommand{\partname}{the name}
\part{aaa}
\end{document}
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p