This is an automated email from the ASF dual-hosted git repository. hxd pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 43621885d3e2480b51dacafe4d49cfaa492b07ad Author: xiangdong huang <[email protected]> AuthorDate: Sat Oct 31 17:08:00 2020 +0800 add apache-rat --- docs/zh/chinese-render-template.latex | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/docs/zh/chinese-render-template.latex b/docs/zh/chinese-render-template.latex index b98dc03..983d8ee 100644 --- a/docs/zh/chinese-render-template.latex +++ b/docs/zh/chinese-render-template.latex @@ -1,3 +1,22 @@ +% Licensed to the Apache Software Foundation (ASF) under one +% or more contributor license agreements. See the NOTICE file +% distributed with this work for additional information +% regarding copyright ownership. The ASF licenses this file +% to you under the Apache License, Version 2.0 (the +% "License"); you may not use this file except in compliance +% with the License. You may obtain a copy of the License at +% +% http://www.apache.org/licenses/LICENSE-2.0 +% +% Unless required by applicable law or agreed to in writing, +% software distributed under the License is distributed on an +% "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +% KIND, either express or implied. See the License for the +% specific language governing permissions and limitations +% under the License. + +% The template is copied from https://gist.github.com/kevinclcn/c10764725a7a46153a8bbef091aedf48 + \documentclass[$if(fontsize)$$fontsize$,$endif$$if(lang)$$lang$,$endif$$if(papersize)$$papersize$,$endif$]{$documentclass$} \def\tightlist{} \usepackage{booktabs}
