From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NO_DNS_FOR_FROM,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.6 Received: from zxce3.. (unknown [68.183.184.174]) by gnuweeb.org (Postfix) with ESMTPSA id 8111283022; Wed, 8 Feb 2023 06:36:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=default; t=1675838169; bh=P0zOuB6eSM+70WLmUVSHsdtf1uNhzq00/ENWdcnrZjE=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=SienMYBC1KDWq+8A8I0EI/tbCbWQa7m4YiXRKTiH8tL+uieVoa3z2Pix0Xg3lsUzQ tTCDPjrC1RqCv0n7z6nuTghVmFp3ESh37rtj1VLrMbhb0jxv445Q7jkPGaRFRrq14u CPrTEbfS+zay6dtIhv5cQ3BfHS1vw7LIHGh0QgKCDoQzBb6uH6fA+CO15FxQla3Ex8 zOBH+eN1KKLXaCSt4rso83IWm1i3JRCfxuLjZVw4K+JW7moad+hudfnkfyeaU32PO3 yk3GRAZWvCxYca6UjsimanmMtWMR7tWOgJjhD5CVBE1l6VQy5ggNwHgndAsJ6dUPMM wr9TpcdYPE+Sw== From: Memet Zx To: GNU/Weeb Mailing List Cc: Ammar Faizi , Alviro Iskandar Setiawan , Arthur Lapz , Memet Zx Subject: [Request For Review v2 1/3] perfbook-lt.tex: Fix and Improve vocabulary Date: Wed, 8 Feb 2023 13:35:52 +0700 Message-Id: <20230208063554.84031-2-zxce3@gnuweeb.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230208063554.84031-1-zxce3@gnuweeb.org> References: <20230208063554.84031-1-zxce3@gnuweeb.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: In the previous patch there was an error in using the verb "Di Edit" instead of "Diedit" And also there is a redundant word "Tentang Itu" Fixes: - Apa Yang Bisa Kamu Lakukan Tentang Itu?} + Apa Yang Bisa Kamu Lakukan?} - Di Edit Oleh: \\ + Diedit Oleh: \\ Link: - https://lore.gnuweeb.org/gwml/ed7d564b-424f-e406-a746-584dec56586e@gnuweeb.org/ - https://lore.gnuweeb.org/gwml/Y92ZRFzNA8ZhGKgh@biznet-home.integral.gnuweeb.org/ Reviewed-by: Arthur Lapz Reviewed-by: Ammar Faizi Reviewed-by: Alviro Iskandar Setiawan Suggested-by: Ammar Faizi Suggested-by: Arthur Lapz Signed-off-by: Memet Zx --- perfbook-lt.tex | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/perfbook-lt.tex b/perfbook-lt.tex index 21f7d135..d09dced6 100644 --- a/perfbook-lt.tex +++ b/perfbook-lt.tex @@ -451,7 +451,7 @@ \IfAfourPaper{ \usepackage[a4paper,body={6.5in,8.25in},twocolumn,columnsep=0.25in]{geometry} }{ - \usepackage[letterpaper,body={6.5in,8.25in},twocolumn,columnsep=0.25in]{geometry} + \usepackage[letterpaper,body={6.5in,8.25in},twocolumn,columnsep=0.25in]{geometry} }}}{ % One Column \setlength{\twocolumnwidth}{3.125in} \IfEbookSize { @@ -581,9 +581,9 @@ \title{ Apakah Pemrograman Paralel Sulit, dan, Jika Ya, \\ - Apa Yang Bisa Kamu Lakukan Tentang Itu?} + Apa Yang Bisa Kamu Lakukan?} \author{ - Di Edit Oleh: \\ + Diedit Oleh: \\ \\ Paul E. McKenney \\ Facebook \\ @@ -732,4 +732,3 @@ % topskip: \the\topskip \\ \end{document} - -- Memet Zx